Index

A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

abort() - Method in class org.eclipse.jetty.http.HttpGenerator
 
abort() - Method in class org.eclipse.jetty.security.jaas.spi.AbstractLoginModule
 
abort() - Method in class org.eclipse.jetty.security.jaas.spi.LdapLoginModule
 
abort(String, Throwable, Callback) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
abort(Throwable) - Method in class org.eclipse.jetty.client.internal.HttpContentResponse
 
abort(Throwable) - Method in interface org.eclipse.jetty.client.Request
Attempts to abort the send of this request.
abort(Throwable) - Method in interface org.eclipse.jetty.client.Response
Attempts to abort the receive of this response.
abort(Throwable) - Method in class org.eclipse.jetty.client.transport.HttpDestination
Aborts all the HttpExchanges queued in this destination.
abort(Throwable) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
abort(Throwable) - Method in class org.eclipse.jetty.client.transport.HttpResponse
 
abort(Throwable) - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpConnectionOverFCGI
 
abort(Throwable, Promise<Boolean>) - Method in class org.eclipse.jetty.client.transport.HttpConversation
 
abort(Throwable, Promise<Boolean>) - Method in class org.eclipse.jetty.client.transport.HttpExchange
 
abort(Throwable, Promise<Boolean>) - Method in class org.eclipse.jetty.client.transport.internal.HttpConnectionOverHTTP
 
abort(HttpExchange, Throwable, Throwable, Promise<Boolean>) - Method in class org.eclipse.jetty.client.transport.HttpChannel
 
abort(HttpExchange, Throwable, Promise<Boolean>) - Method in class org.eclipse.jetty.client.transport.HttpReceiver
 
abort(HttpExchange, Throwable, Promise<Boolean>) - Method in class org.eclipse.jetty.client.transport.HttpSender
 
ABORT_REQUEST - Enum constant in enum class org.eclipse.jetty.fcgi.FCGI.FrameType
 
abortResponse(HttpExchange, Throwable, Promise<Boolean>) - Method in class org.eclipse.jetty.client.transport.HttpChannel
 
Abstract() - Constructor for class org.eclipse.jetty.server.Handler.Abstract
 
Abstract(Invocable.InvocationType) - Constructor for class org.eclipse.jetty.server.Handler.Abstract
 
AbstractAuthentication - Class in org.eclipse.jetty.client
 
AbstractAuthentication(URI, String) - Constructor for class org.eclipse.jetty.client.AbstractAuthentication
 
AbstractCallbackHandler - Class in org.eclipse.jetty.security.jaas.callback
 
AbstractCallbackHandler() - Constructor for class org.eclipse.jetty.security.jaas.callback.AbstractCallbackHandler
 
AbstractConnection - Class in org.eclipse.jetty.io
A convenience base implementation of Connection.
AbstractConnection(EndPoint, Executor) - Constructor for class org.eclipse.jetty.io.AbstractConnection
 
AbstractConnectionFactory - Class in org.eclipse.jetty.server
Provides the common handling for ConnectionFactory implementations.
AbstractConnectionFactory(String) - Constructor for class org.eclipse.jetty.server.AbstractConnectionFactory
 
AbstractConnectionFactory(String...) - Constructor for class org.eclipse.jetty.server.AbstractConnectionFactory
 
AbstractConnectionPool - Class in org.eclipse.jetty.client
 
AbstractConnectionPool(Destination, Pool.Factory<Connection>, int) - Constructor for class org.eclipse.jetty.client.AbstractConnectionPool
 
AbstractConnector - Class in org.eclipse.jetty.server
An abstract implementation of Connector that provides a ConnectionFactory mechanism for creating Connection instances for various protocols (HTTP, SSL, etc).
AbstractConnector(Server, Executor, Scheduler, ByteBufferPool, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.AbstractConnector
 
AbstractConnectorHttpClientTransport - Class in org.eclipse.jetty.client
 
AbstractConnectorHttpClientTransport(ClientConnector) - Constructor for class org.eclipse.jetty.client.AbstractConnectorHttpClientTransport
 
AbstractConnectorMBean - Class in org.eclipse.jetty.server.jmx
 
AbstractConnectorMBean(Object) - Constructor for class org.eclipse.jetty.server.jmx.AbstractConnectorMBean
 
AbstractContainer() - Constructor for class org.eclipse.jetty.server.Handler.AbstractContainer
 
AbstractContainer(boolean) - Constructor for class org.eclipse.jetty.server.Handler.AbstractContainer
 
AbstractContentSource(String) - Constructor for class org.eclipse.jetty.http.MultiPart.AbstractContentSource
 
AbstractDatabaseLoginModule - Class in org.eclipse.jetty.security.jaas.spi
AbstractDatabaseLoginModule
AbstractDatabaseLoginModule() - Constructor for class org.eclipse.jetty.security.jaas.spi.AbstractDatabaseLoginModule
 
AbstractDatabaseLoginModule.JDBCUser - Class in org.eclipse.jetty.security.jaas.spi
 
AbstractEndPoint - Class in org.eclipse.jetty.io
Partial implementation of EndPoint that uses FillInterest and WriteFlusher.
AbstractEndPoint(Scheduler) - Constructor for class org.eclipse.jetty.io.AbstractEndPoint
 
AbstractFlowControlStrategy - Class in org.eclipse.jetty.http2
 
AbstractFlowControlStrategy(int) - Constructor for class org.eclipse.jetty.http2.AbstractFlowControlStrategy
 
AbstractHandler - Class in org.eclipse.jetty.server.handler
Deprecated.
AbstractHandler() - Constructor for class org.eclipse.jetty.server.handler.AbstractHandler
Deprecated.
 
AbstractHandlerContainer - Class in org.eclipse.jetty.server.handler
Deprecated. 
AbstractHandlerContainer() - Constructor for class org.eclipse.jetty.server.handler.AbstractHandlerContainer
Deprecated.
 
AbstractHandlerMBean - Class in org.eclipse.jetty.server.handler.jmx
 
AbstractHandlerMBean - Class in org.eclipse.jetty.server.jmx
 
AbstractHandlerMBean(Object) - Constructor for class org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean
 
AbstractHandlerMBean(Object) - Constructor for class org.eclipse.jetty.server.jmx.AbstractHandlerMBean
 
AbstractHTTP2ServerConnectionFactory - Class in org.eclipse.jetty.http2.server
 
AbstractHTTP2ServerConnectionFactory(HttpConfiguration) - Constructor for class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
 
AbstractHTTP2ServerConnectionFactory(HttpConfiguration, String...) - Constructor for class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
 
AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer - Class in org.eclipse.jetty.http2.server
 
AbstractHTTP3ServerConnectionFactory - Class in org.eclipse.jetty.http3.server
 
AbstractHTTP3ServerConnectionFactory(HttpConfiguration, Session.Server.Listener) - Constructor for class org.eclipse.jetty.http3.server.AbstractHTTP3ServerConnectionFactory
 
AbstractHttpClientTransport - Class in org.eclipse.jetty.client
 
AbstractHttpClientTransport() - Constructor for class org.eclipse.jetty.client.AbstractHttpClientTransport
 
AbstractLeakPreventer - Class in org.eclipse.jetty.util.preventers
AbstractLeakPreventer Abstract base class for code that seeks to avoid pinning of webapp classloaders by using the jetty classloader to proactively call the code that pins them (generally pinned as static data members, or as static data members that are daemon threads (which use the context classloader)).
AbstractLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.AbstractLeakPreventer
 
AbstractLifeCycle - Class in org.eclipse.jetty.util.component
Basic implementation of the life cycle interface for components.
AbstractLifeCycle() - Constructor for class org.eclipse.jetty.util.component.AbstractLifeCycle
 
AbstractLifeCycle.AbstractLifeCycleListener - Class in org.eclipse.jetty.util.component
Deprecated.
this class is redundant now that LifeCycle.Listener has default methods.
AbstractLifeCycle.StopException - Exception Class in org.eclipse.jetty.util.component
An exception, which if thrown by doStart will immediately stop the component
AbstractLifeCycleListener() - Constructor for class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
Deprecated.
 
AbstractLoginModule - Class in org.eclipse.jetty.security.jaas.spi
AbstractLoginModule Abstract base class for all LoginModules.
AbstractLoginModule() - Constructor for class org.eclipse.jetty.security.jaas.spi.AbstractLoginModule
 
AbstractLoginModule.JAASUser - Class in org.eclipse.jetty.security.jaas.spi
 
AbstractLoginService - Class in org.eclipse.jetty.security
AbstractLoginService Base class for LoginServices that allows subclasses to provide the user authentication and authorization information, but provides common behaviour such as handling authentication.
AbstractLoginService() - Constructor for class org.eclipse.jetty.security.AbstractLoginService
 
AbstractNetworkConnector - Class in org.eclipse.jetty.server
An abstract Network Connector.
AbstractNetworkConnector(Server, Executor, Scheduler, ByteBufferPool, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.AbstractNetworkConnector
 
AbstractPartsListener() - Constructor for class org.eclipse.jetty.http.MultiPart.AbstractPartsListener
 
AbstractPathSpec - Class in org.eclipse.jetty.http.pathmap
 
AbstractPathSpec() - Constructor for class org.eclipse.jetty.http.pathmap.AbstractPathSpec
 
AbstractRetainableByteBuffer - Class in org.eclipse.jetty.io
Abstract implementation of RetainableByteBuffer with reference counting.
AbstractRetainableByteBuffer(ByteBuffer) - Constructor for class org.eclipse.jetty.io.AbstractRetainableByteBuffer
 
AbstractSessionCache - Class in org.eclipse.jetty.session
AbstractSessionCache A base implementation of the SessionCache interface for managing a set of Session objects pertaining to a context in memory.
AbstractSessionCache(SessionManager) - Constructor for class org.eclipse.jetty.session.AbstractSessionCache
 
AbstractSessionCacheFactory - Class in org.eclipse.jetty.session
AbstractSessionCacheFactory Base class for SessionCacheFactories.
AbstractSessionCacheFactory() - Constructor for class org.eclipse.jetty.session.AbstractSessionCacheFactory
 
AbstractSessionDataStore - Class in org.eclipse.jetty.session
AbstractSessionDataStore
AbstractSessionDataStore() - Constructor for class org.eclipse.jetty.session.AbstractSessionDataStore
 
AbstractSessionDataStoreFactory - Class in org.eclipse.jetty.session
AbstractSessionDataStoreFactory
AbstractSessionDataStoreFactory() - Constructor for class org.eclipse.jetty.session.AbstractSessionDataStoreFactory
 
AbstractSessionManager - Class in org.eclipse.jetty.session
AbstractSessionHandler Class to implement most non-servlet-spec specific session behaviour.
AbstractSessionManager() - Constructor for class org.eclipse.jetty.session.AbstractSessionManager
 
AbstractSessionManager.RequestedSession - Record Class in org.eclipse.jetty.session
 
accept(int) - Method in class org.eclipse.jetty.quic.server.QuicServerConnector
 
accept(int) - Method in class org.eclipse.jetty.server.AbstractConnector
 
accept(int) - Method in class org.eclipse.jetty.server.LocalConnector
 
accept(int) - Method in class org.eclipse.jetty.server.ServerConnector
 
accept(File, String) - Method in class org.eclipse.jetty.deploy.providers.ContextProvider.Filter
 
accept(String...) - Method in interface org.eclipse.jetty.client.Request
 
accept(String...) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
accept(SelectableChannel) - Method in class org.eclipse.jetty.io.SelectorManager
 
accept(SelectableChannel, Object) - Method in class org.eclipse.jetty.io.SelectorManager
Registers a channel to perform non-blocking read/write operations.
accept(SelectableChannel, Map<String, Object>) - Method in class org.eclipse.jetty.io.ClientConnector
 
accept(SocketChannel, ClientConnectionFactory, Session.Listener, Promise<Session>) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
accept(Consumer<Throwable>, Throwable, Request) - Method in class org.eclipse.jetty.server.handler.ContextHandler.ScopedContext
 
accept(Connection) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
accept(Connection) - Method in interface org.eclipse.jetty.client.ConnectionPool
Accepts the given connection to be managed by this ConnectionPool.
accept(Connection) - Method in class org.eclipse.jetty.client.transport.HttpDestination
 
accept(Request, Response) - Method in class org.eclipse.jetty.client.ContinueProtocolHandler
 
accept(Request, Response) - Method in class org.eclipse.jetty.client.EarlyHintsProtocolHandler
 
accept(Request, Response) - Method in class org.eclipse.jetty.client.ProcessingProtocolHandler
 
accept(Request, Response) - Method in interface org.eclipse.jetty.client.ProtocolHandler
Inspects the given request and response to detect whether this protocol handler should handle them.
accept(Request, Response) - Method in class org.eclipse.jetty.client.ProxyAuthenticationProtocolHandler
 
accept(Request, Response) - Method in class org.eclipse.jetty.client.RedirectProtocolHandler
 
accept(Request, Response) - Method in class org.eclipse.jetty.client.UpgradeProtocolHandler
 
accept(Request, Response) - Method in class org.eclipse.jetty.client.WWWAuthenticationProtocolHandler
 
accept(SslContextFactory, SocketChannel, Session.Listener, Promise<Session>) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
ACCEPT - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
Request Fields.
ACCEPT_CHARSET - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
ACCEPT_ENCODING - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
ACCEPT_LANGUAGE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
ACCEPT_RANGES - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
Response Fields.
accepted(SelectableChannel) - Method in class org.eclipse.jetty.io.SelectorManager
Callback method when a channel is accepted from the ServerSocketChannel passed to SelectorManager.acceptor(SelectableChannel).
accepted(SelectableChannel) - Method in class org.eclipse.jetty.server.ServerConnector.ServerConnectorManager
 
ACCEPTED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
ACCEPTED_202 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
acceptHeaders(Request, Response) - Method in class org.eclipse.jetty.client.UpgradeProtocolHandler
 
acceptor(SelectableChannel) - Method in class org.eclipse.jetty.io.SelectorManager
Registers a server channel for accept operations.
AcceptRateLimit - Class in org.eclipse.jetty.server
A Listener that limits the rate at which new connections are accepted
AcceptRateLimit(int, long, TimeUnit, Connector...) - Constructor for class org.eclipse.jetty.server.AcceptRateLimit
 
AcceptRateLimit(int, long, TimeUnit, Server) - Constructor for class org.eclipse.jetty.server.AcceptRateLimit
 
access(long) - Method in class org.eclipse.jetty.session.ManagedSession
 
access(ManagedSession, boolean) - Method in class org.eclipse.jetty.session.AbstractSessionManager
Called when a session is first accessed by request processing.
ACCESS_DENIED - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.tls_alert
 
ACCESSED - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
Accumulator() - Constructor for class org.eclipse.jetty.io.ByteBufferPool.Accumulator
 
ACK - Static variable in interface org.eclipse.jetty.http2.internal.Flags
 
acknowledge() - Method in class org.eclipse.jetty.http3.qpack.internal.StreamInfo
 
acknowledgeLicenses() - Method in class org.eclipse.jetty.start.Licensing
 
ACL - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
ACL_AS_INT - Static variable in enum class org.eclipse.jetty.http.HttpMethod
 
acquire() - Method in class org.eclipse.jetty.io.AbstractRetainableByteBuffer
 
acquire() - Method in class org.eclipse.jetty.io.internal.CompoundPool
 
acquire() - Method in class org.eclipse.jetty.io.internal.QueuedPool
 
acquire() - Method in class org.eclipse.jetty.io.Retainable.ReferenceCounter
Updates the reference count from 0 to 1.
acquire() - Method in class org.eclipse.jetty.util.compression.CompressionPool
 
acquire() - Method in class org.eclipse.jetty.util.ConcurrentPool
 
acquire() - Method in class org.eclipse.jetty.util.LockedPool
 
acquire() - Method in interface org.eclipse.jetty.util.Pool
Acquires an entry from the pool.
acquire() - Method in class org.eclipse.jetty.util.Pool.Wrapper
 
acquire() - Method in class org.eclipse.jetty.util.SharedBlockingCallback
Deprecated.
 
acquire(boolean) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
Returns an idle connection, if available; if an idle connection is not available, and the given create parameter is true or AbstractConnectionPool.isMaximizeConnections() is true, then attempts to open a new connection, if possible within the configuration of this connection pool (for example, if it does not exceed the max connection count); otherwise it attempts to open a new connection, if the number of queued requests is greater than the number of pending connections; if no connection is available even after the attempts to open, return null.
acquire(boolean) - Method in interface org.eclipse.jetty.client.ConnectionPool
Returns an idle connection, if available; if an idle connection is not available, and the given create parameter is true, then schedules the opening of a new connection, if possible within the configuration of this connection pool (for example, if it does not exceed the max connection count); otherwise returns null.
acquire(int) - Method in class org.eclipse.jetty.http.GZIPContentDecoder
 
acquire(int, boolean) - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
 
acquire(int, boolean) - Method in interface org.eclipse.jetty.io.ByteBufferPool
Acquires a RetainableByteBuffer from this pool.
acquire(int, boolean) - Method in class org.eclipse.jetty.io.ByteBufferPool.NonPooling
 
acquire(int, boolean) - Method in class org.eclipse.jetty.io.ByteBufferPool.Wrapper
 
acquire(Function<Pool.Entry<P>, P>) - Method in class org.eclipse.jetty.util.LockedPool
 
acquire(Function<Pool.Entry<P>, P>) - Method in interface org.eclipse.jetty.util.Pool
Acquires an entry from the pool, reserving and creating a new entry if necessary.
acquire(Function<Pool.Entry<W>, W>) - Method in class org.eclipse.jetty.util.Pool.Wrapper
 
acquired(Connection) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
acquired(Connection) - Method in class org.eclipse.jetty.client.LeakTrackingConnectionPool
 
acquired(Pool<T>, Pool.Entry<T>) - Method in interface org.eclipse.jetty.util.LockedPool.Tracker
Callback method invoked when an entry is acquired.
acquired(T) - Method in class org.eclipse.jetty.util.LeakDetector
Tracks the resource as been acquired.
acquireHttpChannel() - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpConnectionOverHTTP2
 
acquireHttpChannel(int, Request) - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpConnectionOverFCGI
 
activate() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
active - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_path_stats
 
Adapter() - Constructor for class org.eclipse.jetty.util.Promise.Adapter
 
AdaptiveExecutionStrategy - Class in org.eclipse.jetty.util.thread.strategy
An adaptive execution strategy that uses the Invocable status of both the task and the current thread to select an optimal strategy that prioritizes executing the task immediately in the current producing thread if it can be done so without thread starvation issues.
AdaptiveExecutionStrategy(ExecutionStrategy.Producer, Executor) - Constructor for class org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy
 
adaptTo(DatabaseMetaData) - Method in class org.eclipse.jetty.session.DatabaseAdaptor
 
add(int, int) - Method in class org.eclipse.jetty.util.AtomicBiInteger
Atomically adds the given deltas to the current hi and lo values.
add(int, E) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
add(int, Object) - Method in class org.eclipse.jetty.xml.XmlParser.Node
 
add(long) - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
add(long) - Method in class org.eclipse.jetty.util.statistic.RateCounter
 
add(E) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
add(Class<? extends Connection>) - Method in class org.eclipse.jetty.io.IncludeExcludeConnectionStatistics.ConnectionSet
 
add(Object, int, Object) - Static method in class org.eclipse.jetty.util.LazyList
Add an item to a LazyList
add(Object, Object) - Static method in class org.eclipse.jetty.util.LazyList
Add an item to a LazyList
add(String) - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
 
add(String) - Method in class org.eclipse.jetty.util.AsciiLowerCaseSet
 
add(String) - Method in class org.eclipse.jetty.util.InetAddressSet
 
add(String) - Method in class org.eclipse.jetty.util.RegexSet
 
add(String, long) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
Add to or set a field.
add(String, String) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
Add to or set a field.
add(String, String) - Method in class org.eclipse.jetty.util.Fields
Adds the given value to a field with the given name, creating a Fields.Field is none exists for the given name.
add(String, ManagedSession) - Method in class org.eclipse.jetty.session.AbstractSessionCache
Add an entirely new session (created by the application calling Request.getSession(true)) to the cache.
add(String, ManagedSession) - Method in interface org.eclipse.jetty.session.SessionCache
Adds a new Session, with a never-before-used id, to the cache.
add(String, V) - Method in class org.eclipse.jetty.util.MultiMap
Add value to multi valued entry.
add(Throwable) - Method in class org.eclipse.jetty.util.ExceptionUtil.MultiException
 
add(URI, HttpCookie) - Method in interface org.eclipse.jetty.http.HttpCookieStore
Adds a cookie to this store, if possible.
add(URI, HttpCookie) - Method in class org.eclipse.jetty.http.HttpCookieStore.Default
 
add(URI, HttpCookie) - Method in class org.eclipse.jetty.http.HttpCookieStore.Empty
 
add(Edge) - Method in class org.eclipse.jetty.deploy.graph.Route
 
add(HttpField) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
 
add(HttpField) - Method in class org.eclipse.jetty.http.HttpFields.Mutable.Wrapper
 
add(HttpField) - Method in class org.eclipse.jetty.http.HttpFields.MutableHttpFields
 
add(HttpField) - Method in class org.eclipse.jetty.http2.hpack.HpackContext
 
add(HttpField) - Method in class org.eclipse.jetty.server.internal.ResponseHttpFields
 
add(HttpFields) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
 
add(HttpFields) - Method in class org.eclipse.jetty.http.HttpFields.MutableHttpFields
 
add(HttpHeader, long) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
Add to or set a field.
add(HttpHeader, String) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
Add to or set a field.
add(HttpHeader, HttpHeaderValue) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
 
add(StreamInfo.SectionInfo) - Method in class org.eclipse.jetty.http3.qpack.internal.StreamInfo
 
add(Entry) - Method in class org.eclipse.jetty.http3.qpack.internal.table.DynamicTable
Add an entry into the Dynamic Table.
add(InetAccessSet.PatternTuple) - Method in class org.eclipse.jetty.server.handler.InetAccessSet
 
add(ConfigSource) - Method in class org.eclipse.jetty.start.config.ConfigSources
 
add(Fields.Field) - Method in class org.eclipse.jetty.util.Fields
Adds the given field, storing it if none exists for the given name, or adding all the values to the existing field with the given name.
add(T[], T[]) - Static method in class org.eclipse.jetty.util.ArrayUtil
Add arrays
addAliasCheck(AliasCheck) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Add an AliasCheck instance to possibly permit aliased resources
addAll(List<String>, Path) - Method in class org.eclipse.jetty.start.RawArgs
 
addAll(Props) - Method in class org.eclipse.jetty.start.Props
 
addAll(Attributes) - Method in class org.eclipse.jetty.util.Attributes.Lazy
 
addAll(Attributes) - Method in class org.eclipse.jetty.util.Attributes.Mapped
 
addAll(Attributes) - Method in class org.eclipse.jetty.util.AttributesMap
Deprecated.
 
addAll(Fields) - Method in class org.eclipse.jetty.util.Fields
 
addAllValues(MultiMap<V>) - Method in class org.eclipse.jetty.util.MultiMap
Merge values.
addAndGetHi(int) - Method in class org.eclipse.jetty.util.AtomicBiInteger
Atomically adds the given delta to the current hi value, returning the updated hi value.
addAndGetLo(int) - Method in class org.eclipse.jetty.util.AtomicBiInteger
Atomically adds the given delta to the current lo value, returning the updated lo value.
addApp(App) - Method in class org.eclipse.jetty.deploy.DeploymentManager
Receive an app for processing.
addAppProvider(AppProvider) - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
addArg(String) - Method in class org.eclipse.jetty.start.CommandLineBuilder
Add a simple argument to the command line.
addArg(String, String) - Method in class org.eclipse.jetty.start.RawArgs
 
addArray(Object, Object[]) - Static method in class org.eclipse.jetty.util.LazyList
Add the contents of an array to a LazyList
addAssumed(String, String) - Method in class org.eclipse.jetty.http.MimeTypes.Mutable
 
addAuthentication(Authentication) - Method in interface org.eclipse.jetty.client.AuthenticationStore
 
addAuthentication(Authentication) - Method in class org.eclipse.jetty.client.internal.HttpAuthenticationStore
 
addAuthenticationResult(Authentication.Result) - Method in interface org.eclipse.jetty.client.AuthenticationStore
 
addAuthenticationResult(Authentication.Result) - Method in class org.eclipse.jetty.client.internal.HttpAuthenticationStore
 
addBean(Object) - Method in interface org.eclipse.jetty.util.component.Container
Add a bean.
addBean(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Adds the given bean, detecting whether to manage it or not.
addBean(Object, boolean) - Method in interface org.eclipse.jetty.util.component.Container
Adds the given bean, explicitly managing it or not.
addBean(Object, boolean) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Adds the given bean, explicitly managing it or not.
addBean(Object, Object) - Static method in interface org.eclipse.jetty.util.component.Container
A utility method to add a bean to a container.
addBean(Object, Object, boolean) - Static method in interface org.eclipse.jetty.util.component.Container
A utility method to add a bean to a container.
addBeanToAllConnectors(Object) - Method in class org.eclipse.jetty.server.Server
Add a bean to all connectors on the server.
addBeforeAfter(T, T) - Method in class org.eclipse.jetty.util.TopologicalSort
An alternative to TopologicalSort.addDependency(Object, Object[]), which is equivalent to addDependency(after,before) as the after item is dependent of the before item.
addBeginListener(Request.BeginListener) - Method in class org.eclipse.jetty.client.RequestListeners
 
addBeginListener(Response.BeginListener) - Method in class org.eclipse.jetty.client.transport.ResponseListeners
 
addBinding(Name, Object) - Method in class org.eclipse.jetty.jndi.NamingContext
Add a name to object binding to this Context.
addBinding(AppLifeCycle.Binding) - Method in class org.eclipse.jetty.deploy.AppLifeCycle
 
addBinding(AppLifeCycle.Binding) - Method in class org.eclipse.jetty.deploy.bindings.OrderedGroupBinding
 
addBindings(AppLifeCycle.Binding[]) - Method in class org.eclipse.jetty.deploy.bindings.OrderedGroupBinding
 
addBytesIn(long) - Method in class org.eclipse.jetty.client.transport.internal.HttpConnectionOverHTTP
 
addBytesOut(long) - Method in class org.eclipse.jetty.client.transport.internal.HttpConnectionOverHTTP
 
addCatalog(URI) - Method in class org.eclipse.jetty.xml.XmlParser
Load the specified URI as a catalog for entity mapping purposes.
addCatalog(URI, Class<?>) - Method in class org.eclipse.jetty.xml.XmlParser
Load the specified URI as a catalog for entity mapping purposes.
addClasspath(String) - Method in class org.eclipse.jetty.start.Classpath
 
addClassPath(String...) - Method in class org.eclipse.jetty.xml.EnvironmentBuilder
 
addCollection(Object, Collection<?>) - Static method in class org.eclipse.jetty.util.LazyList
Add the contents of a Collection to a LazyList
addCommitListener(Request.CommitListener) - Method in class org.eclipse.jetty.client.RequestListeners
 
addCompleteListener(Response.CompleteListener) - Method in class org.eclipse.jetty.client.transport.ResponseListeners
 
addComponent(String) - Method in class org.eclipse.jetty.start.Classpath
 
addComponent(Path) - Method in class org.eclipse.jetty.start.Classpath
 
addConnectionFactory(ConnectionFactory) - Method in class org.eclipse.jetty.server.AbstractConnector
 
addConnector(Connector) - Method in class org.eclipse.jetty.server.Server
 
addContentHandler(String, ContentHandler) - Method in class org.eclipse.jetty.xml.XmlParser
Add a ContentHandler.
addContentListener(Request.ContentListener) - Method in class org.eclipse.jetty.client.RequestListeners
 
addContentSourceListener(Response.ContentSourceListener) - Method in class org.eclipse.jetty.client.transport.ResponseListeners
 
addCookie(String, String, int, String, String, String) - Method in class org.eclipse.jetty.http.CookieCache
 
addCookie(String, String, int, String, String, String) - Method in interface org.eclipse.jetty.http.CookieParser.Handler
 
addCookie(Response, HttpCookie) - Static method in interface org.eclipse.jetty.server.Response
Adds an HTTP cookie to the response.
addCSV(String, String...) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
Add comma separated values, but only if not already present.
addCSV(HttpHeader, String...) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
Add comma separated values, but only if not already present.
addCustomizer(HttpConfiguration.Customizer) - Method in class org.eclipse.jetty.server.HttpConfiguration
Adds a HttpConfiguration.Customizer that is invoked for every request received.
addDateField(String, long) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
Sets the value of a date field.
addDecorator(Decorator) - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
 
addDependency(T, T...) - Method in class org.eclipse.jetty.util.TopologicalSort
Add a dependency to be considered in the sort.
addDirectory(Path) - Method in class org.eclipse.jetty.util.Scanner
Add a directory to be scanned.
addEdge(String, String) - Method in class org.eclipse.jetty.deploy.graph.Graph
 
addEdge(Edge) - Method in class org.eclipse.jetty.deploy.graph.Graph
 
addEncodedPaths(String, String) - Static method in class org.eclipse.jetty.util.URIUtil
Add two encoded URI path segments.
addEntry(ByteBuffer, Callback) - Method in class org.eclipse.jetty.io.ByteBufferCallbackAccumulator
 
addEqualsArg(String, String) - Method in class org.eclipse.jetty.start.CommandLineBuilder
Similar to CommandLineBuilder.addArg(String) but concats both name + value with an "=" sign, quoting were needed, and excluding the "=" portion if the value is undefined or empty.
addEventListener(EventListener) - Method in class org.eclipse.jetty.io.AbstractConnection
 
addEventListener(EventListener) - Method in interface org.eclipse.jetty.io.Connection
Adds a listener of connection events.
addEventListener(EventListener) - Method in class org.eclipse.jetty.io.SelectorManager
 
addEventListener(EventListener) - Method in class org.eclipse.jetty.quic.common.QuicConnection
 
addEventListener(EventListener) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Add a context event listeners.
addEventListener(EventListener) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
addEventListener(EventListener) - Method in interface org.eclipse.jetty.util.component.Container
Add an event listener.
addEventListener(EventListener) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
addEventListener(EventListener) - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
addExcludeCipherSuites(String...) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
You can either use the exact Cipher suite name or a a regular expression.
addExcludedInflationPaths(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Adds excluded Path Specs for request filtering on request inflation.
addExcludedMethods(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Add excluded to the HTTP methods filtering.
addExcludedMimeTypes(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Adds excluded MIME types for response filtering.
addExcludedPaths(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Adds excluded Path Specs for request filtering.
addExcludeProtocols(String...) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
You can either use the exact Protocol name or a a regular expression.
addFailureListener(Consumer<Throwable>) - Method in class org.eclipse.jetty.server.handler.ContextRequest
 
addFailureListener(Consumer<Throwable>) - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelRequest
 
addFailureListener(Consumer<Throwable>) - Method in interface org.eclipse.jetty.server.Request
Adds a listener for asynchronous hard errors.
addFailureListener(Consumer<Throwable>) - Method in class org.eclipse.jetty.server.Request.Wrapper
 
addFailureListener(Request.FailureListener) - Method in class org.eclipse.jetty.client.RequestListeners
 
addFailureListener(Response.FailureListener) - Method in class org.eclipse.jetty.client.transport.ResponseListeners
 
addFile(String) - Method in class org.eclipse.jetty.util.component.FileDestroyable
 
addFile(Path) - Method in class org.eclipse.jetty.util.Scanner
Add a file to be scanned.
addFirstConnectionFactory(ConnectionFactory) - Method in class org.eclipse.jetty.server.AbstractConnector
 
addFormEncodedMethod(String) - Method in class org.eclipse.jetty.server.HttpConfiguration
Adds a form encoded HTTP Method
addForwardedHeader(Request, Request) - Method in class org.eclipse.jetty.proxy.ProxyHandler
 
addHandler(Supplier<Handler>) - Method in interface org.eclipse.jetty.server.Handler.Collection
 
addHandler(Handler) - Method in interface org.eclipse.jetty.server.Handler.Collection
 
addHandler(Handler) - Method in class org.eclipse.jetty.server.Handler.Sequence
 
addHandshakeListener(SslHandshakeListener) - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
addHeader(HttpField) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
addHeader(HttpField) - Method in class org.eclipse.jetty.client.transport.HttpResponse
 
addHeaderListener(Response.HeaderListener) - Method in class org.eclipse.jetty.client.transport.ResponseListeners
 
addHeadersListener(Request.HeadersListener) - Method in class org.eclipse.jetty.client.RequestListeners
 
addHeadersListener(Response.HeadersListener) - Method in class org.eclipse.jetty.client.transport.ResponseListeners
 
addHttpStreamWrapper(Function<HttpStream, HttpStream>) - Method in class org.eclipse.jetty.server.internal.HttpChannelState
 
addHttpStreamWrapper(Function<HttpStream, HttpStream>) - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelRequest
 
addHttpStreamWrapper(Function<HttpStream, HttpStream>) - Method in interface org.eclipse.jetty.server.Request
 
addHttpStreamWrapper(Function<HttpStream, HttpStream>) - Method in class org.eclipse.jetty.server.Request.Wrapper
 
addIdleTimeoutListener(Predicate<TimeoutException>) - Method in class org.eclipse.jetty.server.handler.ContextRequest
 
addIdleTimeoutListener(Predicate<TimeoutException>) - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelRequest
 
addIdleTimeoutListener(Predicate<TimeoutException>) - Method in interface org.eclipse.jetty.server.Request
Adds a listener for idle timeouts.
addIdleTimeoutListener(Predicate<TimeoutException>) - Method in class org.eclipse.jetty.server.Request.Wrapper
 
addIfAbsentConnectionFactory(ConnectionFactory) - Method in class org.eclipse.jetty.server.AbstractConnector
 
addIncludedInflationPaths(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Add included Path Specs for filtering on request inflation.
addIncludedMethods(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Adds included HTTP Methods (eg: POST, PATCH, DELETE) for filtering.
addIncludedMimeTypes(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Add included MIME types for response filtering
addIncludedPaths(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Add included Path Specs for filtering.
addInferred(String, String) - Method in class org.eclipse.jetty.http.MimeTypes.Mutable
 
addInput(String) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
addInput(String, Charset) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
addInput(ByteBuffer) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
addInputAndExecute(ByteBuffer) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
addInputEOF() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
addLibRef(String) - Method in class org.eclipse.jetty.start.StartEnvironment
 
addLifeCycleBinding(AppLifeCycle.Binding) - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
addListener(Request.Listener) - Method in class org.eclipse.jetty.client.RequestListeners
 
addListener(Response.Listener) - Method in class org.eclipse.jetty.client.transport.ResponseListeners
 
addListener(NamingContext.Listener) - Method in class org.eclipse.jetty.jndi.NamingContext
 
addListener(Scanner.Listener) - Method in class org.eclipse.jetty.util.Scanner
Add an added/removed/changed listener
addLowResourceCheck(LowResourceMonitor.LowResourceCheck) - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
addManaged(LifeCycle) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Adds a managed lifecycle.
addMapping(PathSpec, Handler) - Method in class org.eclipse.jetty.server.handler.PathMappingsHandler
 
addMimeMapping(String, String) - Method in class org.eclipse.jetty.http.MimeTypes.Mutable
Set a mime mapping
addModule(Module) - Method in class org.eclipse.jetty.start.Licensing
 
addModule(Module, Props) - Method in interface org.eclipse.jetty.start.BaseBuilder.Config
Add a module to the start environment in ${jetty.base}
addModule(Module, Props) - Method in class org.eclipse.jetty.start.builders.StartDirBuilder
 
addModule(Module, Props) - Method in class org.eclipse.jetty.start.builders.StartIniBuilder
 
addModulePath(String) - Method in class org.eclipse.jetty.xml.EnvironmentBuilder
 
addName(String) - Method in class org.eclipse.jetty.util.ssl.X509
 
addNode(Node) - Method in class org.eclipse.jetty.deploy.graph.Graph
 
addPart(MultiPart.Part) - Method in class org.eclipse.jetty.http.MultiPart.AbstractContentSource
Adds, if possible, the given MultiPart.Part to this ContentSource.
addPart(MultiPart.Part) - Method in class org.eclipse.jetty.http.MultiPartByteRanges.ContentSource
 
addPath(URI, String) - Static method in class org.eclipse.jetty.util.URIUtil
Add a sub path to an existing URI.
addPath(Path) - Method in class org.eclipse.jetty.util.component.FileDestroyable
 
addPathQuery(String, String) - Static method in class org.eclipse.jetty.util.URIUtil
Add a path and a query string
addPaths(String, String) - Static method in class org.eclipse.jetty.util.URIUtil
Add two Decoded URI path segments.
addPaths(Collection<Path>) - Method in class org.eclipse.jetty.util.component.FileDestroyable
 
addPossibleProperty(String, String) - Method in class org.eclipse.jetty.start.Props
Add a potential argument as a property.
addPropertyFileRef(String) - Method in class org.eclipse.jetty.start.StartEnvironment
 
addPropertyUserStore(String, PropertyUserStore) - Method in class org.eclipse.jetty.security.jaas.PropertyUserStoreManager
 
addProxy(ProxyConfiguration.Proxy) - Method in class org.eclipse.jetty.client.ProxyConfiguration
Adds a proxy.
addProxyHeaders(Request, Request) - Method in class org.eclipse.jetty.proxy.ProxyHandler
 
addQueries(String, String) - Static method in class org.eclipse.jetty.util.URIUtil
Combine two query strings into one.
addQueuedListener(Request.QueuedListener) - Method in class org.eclipse.jetty.client.RequestListeners
 
addRawArg(String) - Method in class org.eclipse.jetty.start.CommandLineBuilder
Add a simple argument to the command line.
addResponseListeners(ResponseListeners) - Method in class org.eclipse.jetty.client.transport.ResponseListeners
 
Address(String, int) - Constructor for class org.eclipse.jetty.client.Origin.Address
 
ADDRESS_TYPE_DOMAIN - Static variable in class org.eclipse.jetty.client.Socks5
The address type for domain names used in SOCKS5 connect requests and responses.
ADDRESS_TYPE_IPV4 - Static variable in class org.eclipse.jetty.client.Socks5
The address type for IPv4 used in SOCKS5 connect requests and responses.
ADDRESS_TYPE_IPV6 - Static variable in class org.eclipse.jetty.client.Socks5
The address type for IPv6 used in SOCKS5 connect requests and responses.
addRule(Rule) - Method in class org.eclipse.jetty.rewrite.handler.RewriteHandler
Adds a Rule to the existing ones.
addRule(Rule) - Method in class org.eclipse.jetty.rewrite.handler.RuleContainer
Adds a Rule to the existing ones.
addScannerListener(Scanner.Listener) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
addSessionStreamWrapper(Request) - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
addSuccessListener(Request.SuccessListener) - Method in class org.eclipse.jetty.client.RequestListeners
 
addSuccessListener(Response.SuccessListener) - Method in class org.eclipse.jetty.client.transport.ResponseListeners
 
addToArray(T[], T, Class<?>) - Static method in class org.eclipse.jetty.util.ArrayUtil
Add element to an array
addToEnvironment(String, Object) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
addToEnvironment(String, Object) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
addToEnvironment(String, Object) - Method in class org.eclipse.jetty.jndi.NamingContext
Add an environment setting to this Context
addUniqueLine(String) - Method in class org.eclipse.jetty.start.StartIni
 
addUniqueLine(String) - Method in class org.eclipse.jetty.start.TextFile
 
addUniquePropertyFile(String, Path) - Method in class org.eclipse.jetty.start.StartEnvironment
 
addUniqueXmlFile(String, Path) - Method in class org.eclipse.jetty.start.StartEnvironment
 
addUser(String, Credential, String[]) - Method in class org.eclipse.jetty.security.UserStore
 
addValue(String) - Method in class org.eclipse.jetty.http.QuotedCSVParser
Add and parse a value string(s)
addValues(String, List<V>) - Method in class org.eclipse.jetty.util.MultiMap
Add values to multi valued entry.
addValues(String, V[]) - Method in class org.eclipse.jetty.util.MultiMap
Add values to multi valued entry.
addViaHeader(Request, Request) - Method in class org.eclipse.jetty.proxy.ProxyHandler
 
addVirtualHost(String) - Method in class org.eclipse.jetty.rewrite.handler.VirtualHostRuleContainer
 
addVirtualHosts(String...) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Either set virtual hosts or add to an existing set of virtual hosts.
addXmlRef(String) - Method in class org.eclipse.jetty.start.StartEnvironment
 
AEAD_LIMIT_REACHED - Enum constant in enum class org.eclipse.jetty.quic.common.QuicErrorCode
 
AEAD_LIMIT_REACHED - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quic_error
 
AF_INET - Static variable in interface org.eclipse.jetty.quic.quiche.jna.linux.netinet_linux
 
AF_INET - Static variable in interface org.eclipse.jetty.quic.quiche.jna.macos.netinet_macos
 
AF_INET - Static variable in interface org.eclipse.jetty.quic.quiche.jna.windows.netinet_windows
 
AF_INET6 - Static variable in interface org.eclipse.jetty.quic.quiche.jna.linux.netinet_linux
 
AF_INET6 - Static variable in interface org.eclipse.jetty.quic.quiche.jna.macos.netinet_macos
 
AF_INET6 - Static variable in interface org.eclipse.jetty.quic.quiche.jna.windows.netinet_windows
 
AFTER_NAME - Enum constant in enum class org.eclipse.jetty.server.internal.MultiPartParser.FieldState
 
AFTER_SEND - Enum constant in enum class org.eclipse.jetty.http2.CloseState.Event
 
age(long, TimeUnit) - Method in class org.eclipse.jetty.server.AcceptRateLimit
 
age(long, TimeUnit) - Method in class org.eclipse.jetty.util.statistic.RateStatistic
 
AGE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
agent(String) - Method in interface org.eclipse.jetty.client.Request
 
agent(String) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
AliasCheck - Interface in org.eclipse.jetty.server
Interface to check aliases.
AliasedX509ExtendedKeyManager - Class in org.eclipse.jetty.util.ssl
An X509ExtendedKeyManager that select a key with desired alias, delegating other processing to a nested X509ExtendedKeyManager.
AliasedX509ExtendedKeyManager(X509ExtendedKeyManager, String) - Constructor for class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
all() - Method in interface org.eclipse.jetty.http.HttpCookieStore
 
all() - Method in class org.eclipse.jetty.http.HttpCookieStore.Default
 
all() - Method in class org.eclipse.jetty.http.HttpCookieStore.Empty
 
ALL_INTERFACES - Static variable in class org.eclipse.jetty.util.StringUtil
 
ALL_PARTS - Static variable in class org.eclipse.jetty.start.StartArgs
 
allocate(int) - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
 
allocate(int) - Static method in class org.eclipse.jetty.util.BufferUtil
Allocate ByteBuffer in flush mode.
allocate(int, boolean) - Static method in class org.eclipse.jetty.util.BufferUtil
Allocates a ByteBuffer in flush mode.
allocateDirect(int) - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
 
allocateDirect(int) - Static method in class org.eclipse.jetty.util.BufferUtil
Allocate ByteBuffer in flush mode.
ALLOW - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
Entity Fields.
ALLOWED - Enum constant in enum class org.eclipse.jetty.security.Constraint.Authorization
Access allowed.
ALLOWED - Static variable in interface org.eclipse.jetty.security.Constraint
ALLOWED_ANY_TRANSPORT - Static variable in interface org.eclipse.jetty.security.Constraint
AllowedResourceAliasChecker - Class in org.eclipse.jetty.server
This will approve any alias to anything inside of the ContextHandlers resource base which is not protected by a protected target as defined by the ContextHandler protected targets at start.
AllowedResourceAliasChecker(ContextHandler) - Constructor for class org.eclipse.jetty.server.AllowedResourceAliasChecker
 
AllowedResourceAliasChecker(ContextHandler, Supplier<Resource>) - Constructor for class org.eclipse.jetty.server.AllowedResourceAliasChecker
 
AllowedResourceAliasChecker(ContextHandler, Resource) - Constructor for class org.eclipse.jetty.server.AllowedResourceAliasChecker
 
allowEmbeddedQuotes() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer.Builder
If called, the built QuotedStringTokenizer will interpret quote characters within a token as initiating a sequence of quoted characters, rather than being part of the token value itself.
allowEscapeOnlyForQuotes() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer.Builder
If called, the built QuotedStringTokenizer will only allow escapes to be used with the quote character.
allowInsecureHttpDownloads() - Method in class org.eclipse.jetty.start.fileinits.DownloadFileInitializer
 
allowInsecureHttpDownloads() - Method in class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer
 
allowInsecureHttpDownloads() - Method in class org.eclipse.jetty.start.fileinits.UriFileInitializer
 
allows(ComplianceViolation) - Method in interface org.eclipse.jetty.http.ComplianceViolation.Mode
 
allows(ComplianceViolation) - Method in class org.eclipse.jetty.http.CookieCompliance
 
allows(ComplianceViolation) - Method in class org.eclipse.jetty.http.HttpCompliance
 
allows(ComplianceViolation) - Method in class org.eclipse.jetty.http.UriCompliance
 
allowSingleQuote() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer.Builder
If called, the built QuotedStringTokenizer will allow quoting with the single quote character '.
ALPHA - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.Type
 
ALPNClientConnection - Class in org.eclipse.jetty.alpn.client
 
ALPNClientConnection(EndPoint, Executor, ClientConnectionFactory, SSLEngine, Map<String, Object>, List<String>) - Constructor for class org.eclipse.jetty.alpn.client.ALPNClientConnection
 
ALPNClientConnectionFactory - Class in org.eclipse.jetty.alpn.client
 
ALPNClientConnectionFactory(Executor, ClientConnectionFactory, List<String>) - Constructor for class org.eclipse.jetty.alpn.client.ALPNClientConnectionFactory
 
ALPNProcessor - Interface in org.eclipse.jetty.io.ssl
 
ALPNProcessor.Client - Interface in org.eclipse.jetty.io.ssl
Client-side interface used by ServiceLoader.
ALPNProcessor.Server - Interface in org.eclipse.jetty.io.ssl
Server-side interface used by ServiceLoader.
ALPNServerConnection - Class in org.eclipse.jetty.alpn.server
 
ALPNServerConnection(Connector, EndPoint, SSLEngine, List<String>, String) - Constructor for class org.eclipse.jetty.alpn.server.ALPNServerConnection
 
ALPNServerConnectionFactory - Class in org.eclipse.jetty.alpn.server
 
ALPNServerConnectionFactory(String) - Constructor for class org.eclipse.jetty.alpn.server.ALPNServerConnectionFactory
 
ALPNServerConnectionFactory(String...) - Constructor for class org.eclipse.jetty.alpn.server.ALPNServerConnectionFactory
 
ALT_SVC - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
AMBIGUOUS_EMPTY_SEGMENT - Enum constant in enum class org.eclipse.jetty.http.UriCompliance.Violation
Allow ambiguous empty segments e.g.
AMBIGUOUS_PATH_ENCODING - Enum constant in enum class org.eclipse.jetty.http.UriCompliance.Violation
Allow ambiguous path encoding within a URI segment e.g.
AMBIGUOUS_PATH_PARAMETER - Enum constant in enum class org.eclipse.jetty.http.UriCompliance.Violation
Allow ambiguous path parameters within a URI segment e.g.
AMBIGUOUS_PATH_SEGMENT - Enum constant in enum class org.eclipse.jetty.http.UriCompliance.Violation
Allow ambiguous path segments e.g.
AMBIGUOUS_PATH_SEPARATOR - Enum constant in enum class org.eclipse.jetty.http.UriCompliance.Violation
Allow ambiguous path separator within a URI segment e.g.
AMBIGUOUS_VIOLATIONS - Static variable in class org.eclipse.jetty.http.UriCompliance
 
ANY - Enum constant in enum class org.eclipse.jetty.security.Constraint.Transport
The transport can be either secure or not secure.
ANY_REALM - Static variable in interface org.eclipse.jetty.client.Authentication
Constant used to indicate that any realm will match.
ANY_TRANSPORT - Static variable in interface org.eclipse.jetty.security.Constraint
ANY_USER - Enum constant in enum class org.eclipse.jetty.security.Constraint.Authorization
Access allowed for any authenticated user regardless of role.
ANY_USER - Static variable in interface org.eclipse.jetty.security.Constraint
App - Class in org.eclipse.jetty.deploy
The information about an App that is managed by the DeploymentManager.
App(DeploymentManager, AppProvider, Path) - Constructor for class org.eclipse.jetty.deploy.App
Create an App with specified Origin ID and archivePath
AppContextLeakPreventer - Class in org.eclipse.jetty.util.preventers
AppContextLeakPreventer Cause the classloader that is pinned by AppContext.getAppContext() to be a container or system classloader, not a webapp classloader.
AppContextLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.AppContextLeakPreventer
 
append(byte) - Method in interface org.eclipse.jetty.util.CharsetStringBuilder
 
append(byte) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.DecoderStringBuilder
 
append(byte) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.Iso88591StringBuilder
 
append(byte) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.UsAsciiStringBuilder
 
append(byte) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
append(byte[]) - Method in interface org.eclipse.jetty.util.CharsetStringBuilder
 
append(byte[]) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
append(byte[], int, int) - Method in interface org.eclipse.jetty.util.CharsetStringBuilder
 
append(byte[], int, int) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.DecoderStringBuilder
 
append(byte[], int, int) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
append(byte[], int, int, int) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
append(char) - Method in interface org.eclipse.jetty.util.CharsetStringBuilder
 
append(char) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.DecoderStringBuilder
 
append(char) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.Iso88591StringBuilder
 
append(char) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.UsAsciiStringBuilder
 
append(char) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
append(CharSequence, int, int) - Method in interface org.eclipse.jetty.util.CharsetStringBuilder
 
append(CharSequence, int, int) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.DecoderStringBuilder
 
append(CharSequence, int, int) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.Iso88591StringBuilder
 
append(CharSequence, int, int) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.UsAsciiStringBuilder
 
append(String) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
append(StringBuilder, byte, int) - Static method in class org.eclipse.jetty.util.StringUtil
append hex digit
append(StringBuilder, String, int, int) - Static method in class org.eclipse.jetty.util.StringUtil
Append substring to StringBuilder
append(String, int, int) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
append(ByteBuffer) - Method in interface org.eclipse.jetty.util.CharsetStringBuilder
 
append(ByteBuffer) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.DecoderStringBuilder
 
append(ByteBuffer) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
append(ByteBuffer, byte) - Static method in class org.eclipse.jetty.util.BufferUtil
Appends a byte to a buffer
append(ByteBuffer, byte[]) - Static method in class org.eclipse.jetty.util.BufferUtil
Append bytes to a buffer.
append(ByteBuffer, byte[], int, int) - Static method in class org.eclipse.jetty.util.BufferUtil
Append bytes to a buffer.
append(ByteBuffer, String) - Static method in class org.eclipse.jetty.util.BufferUtil
Append a string to a buffer.
append(ByteBuffer, ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Appends a buffer to a buffer
append(List<HTTP2Session.Entry>) - Method in class org.eclipse.jetty.http2.internal.HTTP2Flusher
 
append(HTTP2Session.Entry) - Method in class org.eclipse.jetty.http2.internal.HTTP2Flusher
 
append(RetainableByteBuffer) - Method in class org.eclipse.jetty.io.ByteBufferPool.Accumulator
 
append2digits(StringBuffer, int) - Static method in class org.eclipse.jetty.util.StringUtil
Append 2 digits (zero padded) to the StringBuffer
append2digits(StringBuilder, int) - Static method in class org.eclipse.jetty.util.StringUtil
Append 2 digits (zero padded) to the StringBuilder
appendByte(byte) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
appendSchemeHostPort(StringBuffer, String, String, int) - Static method in class org.eclipse.jetty.util.URIUtil
Append scheme, host and port URI prefix, handling IPv6 address encoding and default ports
appendSchemeHostPort(StringBuilder, String, String, int) - Static method in class org.eclipse.jetty.util.URIUtil
Append scheme, host and port URI prefix, handling IPv6 address encoding and default ports
AppEntry() - Constructor for class org.eclipse.jetty.deploy.DeploymentManager.AppEntry
 
APPLICATION_ERROR - Enum constant in enum class org.eclipse.jetty.quic.common.QuicErrorCode
 
APPLICATION_ERROR - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quic_error
 
APPLICATION_JSON - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
APPLICATION_JSON_8859_1 - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
APPLICATION_JSON_UTF_8 - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
APPLICATION_PROTOCOLS_CONTEXT_KEY - Static variable in class org.eclipse.jetty.io.ClientConnector
 
appliesTo(SSLEngine) - Method in class org.eclipse.jetty.alpn.conscrypt.client.ConscryptClientALPNProcessor
 
appliesTo(SSLEngine) - Method in class org.eclipse.jetty.alpn.conscrypt.server.ConscryptServerALPNProcessor
 
appliesTo(SSLEngine) - Method in class org.eclipse.jetty.alpn.java.client.JDK9ClientALPNProcessor
 
appliesTo(SSLEngine) - Method in class org.eclipse.jetty.alpn.java.server.JDK9ServerALPNProcessor
 
appliesTo(SSLEngine) - Method in interface org.eclipse.jetty.io.ssl.ALPNProcessor
Tests if this processor can be applied to the given SSLEngine.
AppLifeCycle - Class in org.eclipse.jetty.deploy
The lifecycle of an App in the DeploymentManager.
AppLifeCycle() - Constructor for class org.eclipse.jetty.deploy.AppLifeCycle
 
AppLifeCycle.Binding - Interface in org.eclipse.jetty.deploy
 
apply(SSLEngine, List<SNIServerName>) - Method in interface org.eclipse.jetty.util.ssl.SslContextFactory.Client.SniProvider
Provides the SNI names to send to the server.
apply(Request) - Method in interface org.eclipse.jetty.client.Authentication.Result
Applies the authentication result to the given request.
apply(Request) - Method in class org.eclipse.jetty.client.BasicAuthentication.BasicResult
 
apply(Request) - Method in class org.eclipse.jetty.client.SPNEGOAuthentication.SPNEGOResult
 
apply(ClientConnectionFactory) - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1.Tag
 
apply(ClientConnectionFactory) - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
 
apply(ClientConnectionFactory) - Method in interface org.eclipse.jetty.io.ClientConnectionFactory.Decorator
Wraps the given factory.
apply(Rule.Handler) - Method in class org.eclipse.jetty.rewrite.handler.CookiePatternRule
 
apply(Rule.Handler) - Method in class org.eclipse.jetty.rewrite.handler.HeaderPatternRule
 
apply(Rule.Handler) - Method in class org.eclipse.jetty.rewrite.handler.PatternRule
Invoked after the Servlet pattern matched the URI path to apply the rule's logic.
apply(Rule.Handler) - Method in class org.eclipse.jetty.rewrite.handler.RedirectPatternRule
 
apply(Rule.Handler) - Method in class org.eclipse.jetty.rewrite.handler.ResponsePatternRule
 
apply(Rule.Handler) - Method in class org.eclipse.jetty.rewrite.handler.RewritePatternRule
 
apply(Rule.Handler) - Method in class org.eclipse.jetty.rewrite.handler.TerminatingPatternRule
 
apply(Rule.Handler, String) - Method in class org.eclipse.jetty.rewrite.handler.ForwardedSchemeHeaderRule
 
apply(Rule.Handler, String) - Method in class org.eclipse.jetty.rewrite.handler.HeaderRule
Invoked after the header matched the Request headers to apply the rule's logic.
apply(Rule.Handler, Matcher) - Method in class org.eclipse.jetty.rewrite.handler.HeaderRegexRule
 
apply(Rule.Handler, Matcher) - Method in class org.eclipse.jetty.rewrite.handler.RedirectRegexRule
 
apply(Rule.Handler, Matcher) - Method in class org.eclipse.jetty.rewrite.handler.RegexRule
Invoked after the regular expression matched the URI path to apply the rule's logic.
apply(Rule.Handler, Matcher) - Method in class org.eclipse.jetty.rewrite.handler.RewriteRegexRule
 
apply(Rule.Handler, Matcher) - Method in class org.eclipse.jetty.rewrite.handler.TerminatingRegexRule
 
AppProvider - Interface in org.eclipse.jetty.deploy
Object responsible for providing Apps to the DeploymentManager
areNotAssociated(Throwable, Throwable) - Static method in class org.eclipse.jetty.util.ExceptionUtil
Check if two Throwables are associated.
areSupported() - Static method in class org.eclipse.jetty.util.VirtualThreads
 
ARG_ALLOW_INSECURE_HTTP_DOWNLOADS - Static variable in class org.eclipse.jetty.start.StartArgs
 
ARG_PARTS - Static variable in class org.eclipse.jetty.start.StartArgs
 
ArrayByteBufferPool - Class in org.eclipse.jetty.io
A RetainableByteBuffer pool where RetainableByteBuffers are held in Pools that are held in array elements.
ArrayByteBufferPool() - Constructor for class org.eclipse.jetty.io.ArrayByteBufferPool
Creates a new ArrayByteBufferPool with a default configuration.
ArrayByteBufferPool(int, int, int) - Constructor for class org.eclipse.jetty.io.ArrayByteBufferPool
Creates a new ArrayByteBufferPool with the given configuration.
ArrayByteBufferPool(int, int, int, int) - Constructor for class org.eclipse.jetty.io.ArrayByteBufferPool
Creates a new ArrayByteBufferPool with the given configuration.
ArrayByteBufferPool(int, int, int, int, long, long) - Constructor for class org.eclipse.jetty.io.ArrayByteBufferPool
Creates a new ArrayByteBufferPool with the given configuration.
ArrayByteBufferPool(int, int, int, int, long, long, IntUnaryOperator, IntUnaryOperator) - Constructor for class org.eclipse.jetty.io.ArrayByteBufferPool
Creates a new ArrayByteBufferPool with the given configuration.
ArrayByteBufferPool.Quadratic - Class in org.eclipse.jetty.io
A variant of the ArrayByteBufferPool that uses buckets of buffers that increase in size by a power of 2 (eg 1k, 2k, 4k, 8k, etc.).
arrayFromString(String) - Static method in class org.eclipse.jetty.util.StringUtil
Parse the string representation of a list using StringUtil.csvSplit(List, String, int, int)
ArrayUtil - Class in org.eclipse.jetty.util
Utility methods for Array manipulation
artifactId - Variable in class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer.Coordinates
 
as(Class<T>, Throwable) - Static method in class org.eclipse.jetty.util.ExceptionUtil
Convert a Throwable to a specific type by casting or construction on a new instance.
as(Request, Class<T>) - Static method in interface org.eclipse.jetty.server.Request
 
as(Response, Class<T>) - Static method in interface org.eclipse.jetty.server.Response
Unwraps the given response, recursively, until the wrapped instance is an instance of the given type, otherwise returns null.
asAttributeMap() - Method in interface org.eclipse.jetty.util.Attributes
 
asAttributeMap() - Method in class org.eclipse.jetty.util.Attributes.Lazy
 
asAttributeMap() - Method in class org.eclipse.jetty.util.Attributes.Mapped
 
asBuffer() - Method in enum class org.eclipse.jetty.http.HttpMethod
 
asByteBuffer() - Method in enum class org.eclipse.jetty.http.HttpScheme
 
asByteBuffer(Content.Source) - Static method in interface org.eclipse.jetty.io.Content.Source
Reads, blocking if necessary, the whole content source into a ByteBuffer.
asByteBuffer(Content.Source, Promise<ByteBuffer>) - Static method in interface org.eclipse.jetty.io.Content.Source
Reads, non-blocking, the whole content source into a ByteBuffer.
asChunk(ByteBuffer, boolean, Retainable) - Static method in interface org.eclipse.jetty.io.Content.Chunk
Returns the given ByteBuffer and last arguments as a Chunk, linked to the given Retainable.
AsciiLowerCaseSet - Class in org.eclipse.jetty.util
 
AsciiLowerCaseSet() - Constructor for class org.eclipse.jetty.util.AsciiLowerCaseSet
 
asciiToLowerCase(byte) - Static method in class org.eclipse.jetty.util.StringUtil
fast lower case conversion.
asciiToLowerCase(char) - Static method in class org.eclipse.jetty.util.StringUtil
fast lower case conversion.
asciiToLowerCase(String) - Static method in class org.eclipse.jetty.util.StringUtil
fast lower case conversion.
asciiToUpperCase(byte) - Static method in class org.eclipse.jetty.util.StringUtil
fast upper case conversion.
asciiToUpperCase(char) - Static method in class org.eclipse.jetty.util.StringUtil
fast upper case conversion.
asciiToUpperCase(String) - Static method in class org.eclipse.jetty.util.StringUtil
fast upper case conversion.
asFile(Object) - Static method in class org.eclipse.jetty.util.IO
Convert an object to a File if possible.
asImmutable() - Method in interface org.eclipse.jetty.http.HttpFields
 
asImmutable() - Method in class org.eclipse.jetty.http.HttpFields.ImmutableHttpFields
 
asImmutable() - Method in class org.eclipse.jetty.http.HttpFields.MutableHttpFields
 
asImmutable() - Method in interface org.eclipse.jetty.http.HttpURI
 
asImmutable() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
asImmutable() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
asImmutable() - Method in class org.eclipse.jetty.http3.qpack.internal.metadata.Http3Fields
 
asImmutable() - Method in class org.eclipse.jetty.server.internal.ResponseHttpFields
 
asImmutable() - Method in class org.eclipse.jetty.util.Fields
 
asImmutable() - Method in class org.eclipse.jetty.util.IncludeExcludeSet
 
asInputStream(Content.Source) - Static method in interface org.eclipse.jetty.io.Content.Source
Wraps the given content source with an InputStream.
asInputStream(Request) - Static method in interface org.eclipse.jetty.server.Request
 
asJavaNetHttpCookie(HttpCookie) - Static method in interface org.eclipse.jetty.http.HttpCookie
Converts a HttpCookie to a HttpCookie.
asList(T[]) - Static method in class org.eclipse.jetty.util.TypeUtil
Array to List.
asMutableList(E[]) - Static method in class org.eclipse.jetty.util.ArrayUtil
 
asOutputStream(Content.Sink) - Static method in interface org.eclipse.jetty.io.Content.Sink
Wraps the given content sink with an OutputStream.
asPublisher(Content.Source) - Static method in interface org.eclipse.jetty.io.Content.Source
Wraps the given content source with a Flow.Publisher.
asReadOnly() - Method in interface org.eclipse.jetty.io.Content.Chunk
 
asReadOnly(Request) - Static method in interface org.eclipse.jetty.server.Request
Returns a copy of the request that throws UnsupportedOperationException from all mutative methods.
associate(HttpExchange) - Method in class org.eclipse.jetty.client.transport.HttpChannel
Associates the given exchange to this channel in order to be sent over the network.
associate(UserIdentity, IdentityService.RunAsToken) - Method in class org.eclipse.jetty.security.DefaultIdentityService
 
associate(UserIdentity, IdentityService.RunAsToken) - Method in interface org.eclipse.jetty.security.IdentityService
Associate a runas Token with the current user and thread.
associateClassLoader(ClassLoader) - Static method in class org.eclipse.jetty.jndi.ContextFactory
 
associateContext(Context) - Static method in class org.eclipse.jetty.jndi.ContextFactory
Associate the given Context with the current thread.
associateInfo(Object) - Static method in class org.eclipse.jetty.util.DecoratedObjectFactory
 
asString() - Method in class org.eclipse.jetty.client.Origin.Address
 
asString() - Method in class org.eclipse.jetty.client.Origin
 
asString() - Method in class org.eclipse.jetty.client.Origin.Protocol
 
asString() - Method in class org.eclipse.jetty.client.transport.HttpDestination
 
asString() - Method in interface org.eclipse.jetty.http.HttpFields
 
asString() - Method in enum class org.eclipse.jetty.http.HttpHeader
 
asString() - Method in enum class org.eclipse.jetty.http.HttpHeaderValue
 
asString() - Method in enum class org.eclipse.jetty.http.HttpMethod
 
asString() - Method in enum class org.eclipse.jetty.http.HttpScheme
 
asString() - Method in interface org.eclipse.jetty.http.HttpURI
 
asString() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
asString() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
asString() - Method in enum class org.eclipse.jetty.http.HttpVersion
 
asString() - Method in enum class org.eclipse.jetty.http.MimeTypes.Type
 
asString(Content.Source) - Static method in interface org.eclipse.jetty.io.Content.Source
Reads, blocking if necessary, the whole content source into a String, converting the bytes using UTF-8.
asString(Content.Source, Charset) - Static method in interface org.eclipse.jetty.io.Content.Source
Reads, blocking if necessary, the whole content source into a String, converting the bytes using the given Charset.
asString(Content.Source, Charset, Promise<String>) - Static method in interface org.eclipse.jetty.io.Content.Source
Reads, non-blocking, the whole content source into a String, converting the bytes using the given Charset.
asSubscriber(Content.Sink, Callback) - Static method in interface org.eclipse.jetty.io.Content.Sink
Wraps the given content sink with a Flow.Subscriber.
asTryExecutor(Executor) - Static method in interface org.eclipse.jetty.util.thread.TryExecutor
 
Async(Executor, Scheduler, long) - Constructor for class org.eclipse.jetty.util.SocketAddressResolver.Async
Creates a new instance with the given executor (to perform DNS resolution in a separate thread), the given scheduler (to cancel the operation if it takes too long) and the given timeout, in milliseconds.
ASYNC - Enum constant in enum class org.eclipse.jetty.fcgi.parser.ContentParser.Result
The frame content has been parsed, but the application signalled that it wants to process the content asynchronously.
AsyncContent - Class in org.eclipse.jetty.io.content
A Content.Source that is also a Content.Sink.
AsyncContent() - Constructor for class org.eclipse.jetty.io.content.AsyncContent
 
asyncReadFillInterested() - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
AsyncRequestContent - Class in org.eclipse.jetty.client
 
AsyncRequestContent(String, ByteBuffer...) - Constructor for class org.eclipse.jetty.client.AsyncRequestContent
 
AsyncRequestContent(ByteBuffer...) - Constructor for class org.eclipse.jetty.client.AsyncRequestContent
 
AsyncRequestLogWriter - Class in org.eclipse.jetty.server
An asynchronously writing RequestLogWriter
AsyncRequestLogWriter() - Constructor for class org.eclipse.jetty.server.AsyncRequestLogWriter
 
AsyncRequestLogWriter(String) - Constructor for class org.eclipse.jetty.server.AsyncRequestLogWriter
 
AsyncRequestLogWriter(String, BlockingQueue<String>) - Constructor for class org.eclipse.jetty.server.AsyncRequestLogWriter
 
at - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_send_info
 
atEOF() - Method in class org.eclipse.jetty.http.HttpParser
Signal that the associated data source is at EOF
AtomicBiInteger - Class in org.eclipse.jetty.util
An AtomicLong with additional methods to treat it as two hi/lo integers.
AtomicBiInteger() - Constructor for class org.eclipse.jetty.util.AtomicBiInteger
 
AtomicBiInteger(int, int) - Constructor for class org.eclipse.jetty.util.AtomicBiInteger
 
AtomicBiInteger(long) - Constructor for class org.eclipse.jetty.util.AtomicBiInteger
 
Atomics - Class in org.eclipse.jetty.util
 
Attachable - Interface in org.eclipse.jetty.util
Abstract mechanism to support attachment of miscellaneous objects.
ATTR - Static variable in class org.eclipse.jetty.util.DecoratedObjectFactory
ServletContext attribute for the active DecoratedObjectFactory
attribute(String, Object) - Method in interface org.eclipse.jetty.client.Request
 
attribute(String, Object) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
attribute(String, String) - Method in class org.eclipse.jetty.http.HttpCookie.Builder
 
ATTRIBUTE_PREFIX - Static variable in interface org.eclipse.jetty.server.Deployable
 
ATTRIBUTE_VALUES - Enum constant in enum class org.eclipse.jetty.http.CookieCompliance.Violation
A cookie attribute value was found and its value is retained.
AttributeContainerMap - Class in org.eclipse.jetty.util.component
An Attributes implementation that holds it's values in an immutable ContainerLifeCycle
AttributeContainerMap() - Constructor for class org.eclipse.jetty.util.component.AttributeContainerMap
 
AttributeNormalizer - Class in org.eclipse.jetty.util.resource
Normalize Attribute to String.
AttributeNormalizer(Resource) - Constructor for class org.eclipse.jetty.util.resource.AttributeNormalizer
 
Attributes - Interface in org.eclipse.jetty.util
Attributes.
ATTRIBUTES - Enum constant in enum class org.eclipse.jetty.http.CookieCompliance.Violation
A cookie attribute was found.
ATTRIBUTES - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
Attributes.Layer - Class in org.eclipse.jetty.util
An Attributes implementation backed by another Attributes instance, which is treated as immutable, but with a ConcurrentHashMap used as a mutable layer over it.
Attributes.Lazy - Class in org.eclipse.jetty.util
An Attributes implementation that lazily creates a backing map iff it is actually needed.
Attributes.Mapped - Class in org.eclipse.jetty.util
An Attributes implementation backed by a ConcurrentHashMap.
Attributes.Wrapper - Class in org.eclipse.jetty.util
A Wrapper of attributes
AttributesMap - Class in org.eclipse.jetty.util
Deprecated.
AttributesMap() - Constructor for class org.eclipse.jetty.util.AttributesMap
Deprecated.
 
AttributesMap(AttributesMap) - Constructor for class org.eclipse.jetty.util.AttributesMap
Deprecated.
 
AUTH_TYPE - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
 
authenticate(Object) - Method in class org.eclipse.jetty.security.UserPrincipal
 
authenticate(Request, ContentResponse, Authentication.HeaderInfo, Attributes) - Method in interface org.eclipse.jetty.client.Authentication
Executes the authentication mechanism for the given request, returning a Authentication.Result that can be used to actually authenticate the request via Authentication.Result.apply(Request).
authenticate(Request, ContentResponse, Authentication.HeaderInfo, Attributes) - Method in class org.eclipse.jetty.client.BasicAuthentication
 
authenticate(Request, ContentResponse, Authentication.HeaderInfo, Attributes) - Method in class org.eclipse.jetty.client.DigestAuthentication
 
authenticate(Request, ContentResponse, Authentication.HeaderInfo, Attributes) - Method in class org.eclipse.jetty.client.SPNEGOAuthentication
 
authenticate(EndPoint, Callback) - Method in interface org.eclipse.jetty.client.Socks5.Authentication
Performs the authentication send and receive bytes exchanges specific for this Socks5.Authentication.
authenticate(UserPrincipal) - Method in class org.eclipse.jetty.security.UserPrincipal
 
authenticate(Request) - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator.LoggedOutAuthentication
 
authenticate(Request) - Static method in interface org.eclipse.jetty.security.AuthenticationState
Get successful authentication for a request.
authenticate(Request) - Method in interface org.eclipse.jetty.security.AuthenticationState.Deferred
Authenticate the request using any credentials already associated with the request.
authenticate(Request) - Method in class org.eclipse.jetty.security.internal.DeferredAuthenticationState
 
authenticate(Request, Response, Callback) - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator.LoggedOutAuthentication
 
authenticate(Request, Response, Callback) - Static method in interface org.eclipse.jetty.security.AuthenticationState
Get successful authentication for a request.
authenticate(Request, Response, Callback) - Method in interface org.eclipse.jetty.security.AuthenticationState.Deferred
Authenticate the request using any credentials already associated with the request or challenging if necessary.
authenticate(Request, Response, Callback) - Method in class org.eclipse.jetty.security.internal.DeferredAuthenticationState
 
authenticate(Credential) - Method in class org.eclipse.jetty.security.UserPrincipal
 
AUTHENTICATED_ATTRIBUTE - Static variable in class org.eclipse.jetty.security.authentication.SessionAuthentication
 
Authentication - Interface in org.eclipse.jetty.client
Authentication represents a mechanism to authenticate requests for protected resources.
Authentication.HeaderInfo - Class in org.eclipse.jetty.client
Structure holding information about the WWW-Authenticate (or Proxy-Authenticate) header.
Authentication.Result - Interface in org.eclipse.jetty.client
Authentication.Result holds the information needed to authenticate a Request via Authentication.Result.apply(Request).
AuthenticationProtocolHandler - Class in org.eclipse.jetty.client
 
AuthenticationProtocolHandler(HttpClient, int) - Constructor for class org.eclipse.jetty.client.AuthenticationProtocolHandler
 
AuthenticationState - Interface in org.eclipse.jetty.security
The Authentication state of a request.
AuthenticationState.Deferred - Interface in org.eclipse.jetty.security
Authentication is Deferred, either so that credentials can later be passed with AuthenticationState.login(String, String, Request, Response); or that existing credentials on the request may be validated with AuthenticationState.Deferred.authenticate(Request); or an authentication dialog can be advanced with AuthenticationState.Deferred.authenticate(Request, Response, Callback).
AuthenticationState.Deferred.DeferredResponse - Interface in org.eclipse.jetty.security
A tag interface used to identify a Response that might be passed to Authenticator.validateRequest(Request, Response, Callback) while doing deferred authentication when a challenge cannot be sent.
AuthenticationState.ResponseSent - Interface in org.eclipse.jetty.security
Authentication Response sent state.
AuthenticationState.Succeeded - Interface in org.eclipse.jetty.security
A successful Authentication with User information.
AuthenticationStore - Interface in org.eclipse.jetty.client
Authenticator - Interface in org.eclipse.jetty.security
Authenticator Interface
Authenticator.Configuration - Interface in org.eclipse.jetty.security
Authenticator Configuration
Authenticator.Configuration.Wrapper - Class in org.eclipse.jetty.security
 
Authenticator.Factory - Interface in org.eclipse.jetty.security
Authenticator Factory
Authenticator.NoOp - Class in org.eclipse.jetty.security
 
authority(String) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
authority(String, int) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
AUTHORITY - Static variable in class org.eclipse.jetty.http2.hpack.internal.AuthorityHttpField
 
AUTHORITY - Static variable in class org.eclipse.jetty.http3.qpack.internal.metadata.AuthorityHttpField
 
AuthorityHttpField - Class in org.eclipse.jetty.http2.hpack.internal
 
AuthorityHttpField - Class in org.eclipse.jetty.http3.qpack.internal.metadata
 
AuthorityHttpField(String) - Constructor for class org.eclipse.jetty.http2.hpack.internal.AuthorityHttpField
 
AuthorityHttpField(String) - Constructor for class org.eclipse.jetty.http3.qpack.internal.metadata.AuthorityHttpField
 
authorization(String, String) - Static method in class org.eclipse.jetty.security.authentication.BasicAuthenticator
 
authorization(Constraint.Authorization) - Method in class org.eclipse.jetty.security.Constraint.Builder
 
AUTHORIZATION - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
AUTHORIZER - Enum constant in enum class org.eclipse.jetty.fcgi.FCGI.Role
 
AutoLock - Class in org.eclipse.jetty.util.thread
Reentrant lock that can be used in a try-with-resources statement.
AutoLock() - Constructor for class org.eclipse.jetty.util.thread.AutoLock
 
AutoLock.WithCondition - Class in org.eclipse.jetty.util.thread
A reentrant lock with a condition that can be used in a try-with-resources statement.
available() - Method in class org.eclipse.jetty.io.ByteBufferInputStream
 
available() - Method in class org.eclipse.jetty.io.content.ContentSourceInputStream
 
AVAILABLE - Enum constant in enum class org.eclipse.jetty.server.handler.ContextHandler.Availability
 
AVAILABLE_PROCESSORS - Static variable in class org.eclipse.jetty.util.ProcessorUtils
 
availableProcessors() - Static method in class org.eclipse.jetty.util.ProcessorUtils
Returns the number of available processors, from System Property "JETTY_AVAILABLE_PROCESSORS", or if not set then from environment variable "JETTY_AVAILABLE_PROCESSORS" or if not set then from Runtime.availableProcessors().
await() - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
await() - Method in class org.eclipse.jetty.util.thread.AutoLock.WithCondition
 
await(long, TimeUnit) - Method in class org.eclipse.jetty.client.InputStreamResponseListener
Waits for the given timeout for the whole request/response cycle to be finished, then returns the corresponding result.
await(long, TimeUnit) - Method in class org.eclipse.jetty.util.thread.AutoLock.WithCondition
 
AWTLeakPreventer - Class in org.eclipse.jetty.util.preventers
AWTLeakPreventer See https://issues.jboss.org/browse/AS7-3733 The java.awt.Toolkit class has a static field that is the default toolkit.
AWTLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.AWTLeakPreventer
 

B

BAD_CERTIFICATE - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.tls_alert
 
BAD_CERTIFICATE_STATUS_RESPONSE - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.tls_alert
 
BAD_GATEWAY - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
BAD_GATEWAY_502 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
BAD_QUOTES - Enum constant in enum class org.eclipse.jetty.http.CookieCompliance.Violation
Quotes are not balanced or are embedded in value.
BAD_RECORD_MAC - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.tls_alert
 
BAD_REQUEST - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
BAD_REQUEST_400 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
BAD_UTF8_ENCODING - Enum constant in enum class org.eclipse.jetty.http.UriCompliance.Violation
Allow Bad UTF-8 encodings to be substituted by the replacement character.
badMessage(HttpException) - Method in class org.eclipse.jetty.client.transport.internal.HttpReceiverOverHTTP
 
badMessage(HttpException) - Method in class org.eclipse.jetty.http.HttpParser
 
badMessage(HttpException) - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
Called to signal that a bad HTTP message has been received.
badMessage(HttpException) - Method in class org.eclipse.jetty.http.HttpTester.Message
 
badMessage(HttpException) - Method in class org.eclipse.jetty.server.internal.HttpConnection.RequestHandler
 
badMessageError(int, String, HttpFields.Mutable) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
Bad Message Error body
BadMessageException - Exception Class in org.eclipse.jetty.http
Exception thrown to indicate a Bad HTTP Message has either been received or attempted to be generated.
BadMessageException() - Constructor for exception class org.eclipse.jetty.http.BadMessageException
 
BadMessageException(int) - Constructor for exception class org.eclipse.jetty.http.BadMessageException
 
BadMessageException(int, String) - Constructor for exception class org.eclipse.jetty.http.BadMessageException
 
BadMessageException(int, String, Throwable) - Constructor for exception class org.eclipse.jetty.http.BadMessageException
 
BadMessageException(String) - Constructor for exception class org.eclipse.jetty.http.BadMessageException
 
BadMessageException(String, Throwable) - Constructor for exception class org.eclipse.jetty.http.BadMessageException
 
BaseBuilder - Class in org.eclipse.jetty.start
Build a start configuration in ${jetty.base}, including ini files, directories, and libs.
BaseBuilder(BaseHome, StartArgs) - Constructor for class org.eclipse.jetty.start.BaseBuilder
 
BaseBuilder.Config - Interface in org.eclipse.jetty.start
 
BaseClassCatalog - Class in org.eclipse.jetty.xml
A catalog implementation where the xml:base is defined externally of the catalog XML, allowing for runtime determination of the xml:base (such as pointing to the contents of a remote location)
BaseHome - Class in org.eclipse.jetty.start
File access for ${jetty.home}, ${jetty.base}, directories.
BaseHome() - Constructor for class org.eclipse.jetty.start.BaseHome
 
BaseHome(String[]) - Constructor for class org.eclipse.jetty.start.BaseHome
 
BaseHome(CommandLineConfigSource) - Constructor for class org.eclipse.jetty.start.BaseHome
 
BaseHome(ConfigSources) - Constructor for class org.eclipse.jetty.start.BaseHome
 
BaseHome.SearchDir - Class in org.eclipse.jetty.start
 
BaseHomeFileInitializer - Class in org.eclipse.jetty.start.fileinits
Copy a file found in BaseHome from a URI of the form "basehome:some/path" FileInitializer
BaseHomeFileInitializer(BaseHome) - Constructor for class org.eclipse.jetty.start.fileinits.BaseHomeFileInitializer
 
BASELINE_CONTROL - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
BASIC_AUTH - Static variable in interface org.eclipse.jetty.security.Authenticator
 
BasicAuthentication - Class in org.eclipse.jetty.client
Implementation of the HTTP "Basic" authentication defined in RFC 2617.
BasicAuthentication(URI, String, String, String) - Constructor for class org.eclipse.jetty.client.BasicAuthentication
 
BasicAuthentication.BasicResult - Class in org.eclipse.jetty.client
Basic authentication result.
BasicAuthenticator - Class in org.eclipse.jetty.security.authentication
 
BasicAuthenticator() - Constructor for class org.eclipse.jetty.security.authentication.BasicAuthenticator
 
BasicResult(URI, String, String) - Constructor for class org.eclipse.jetty.client.BasicAuthentication.BasicResult
 
BasicResult(URI, HttpHeader, String, String) - Constructor for class org.eclipse.jetty.client.BasicAuthentication.BasicResult
 
BasicResult(URI, HttpHeader, String, String, Charset) - Constructor for class org.eclipse.jetty.client.BasicAuthentication.BasicResult
 
BBR - Enum constant in enum class org.eclipse.jetty.quic.quiche.QuicheConfig.CongestionControl
 
beanAdded(Container, Object) - Method in class org.eclipse.jetty.jmx.MBeanContainer
 
beanAdded(Container, Object) - Method in interface org.eclipse.jetty.util.component.Container.Listener
 
beanRemoved(Container, Object) - Method in class org.eclipse.jetty.jmx.MBeanContainer
 
beanRemoved(Container, Object) - Method in interface org.eclipse.jetty.util.component.Container.Listener
 
BEFORE_SEND - Enum constant in enum class org.eclipse.jetty.http2.CloseState.Event
 
BEGIN_REQUEST - Enum constant in enum class org.eclipse.jetty.fcgi.FCGI.FrameType
 
beginInvalidate() - Method in class org.eclipse.jetty.session.ManagedSession
 
BeginRequestContentParser - Class in org.eclipse.jetty.fcgi.parser
Parser for the BEGIN_REQUEST frame content.
BeginRequestContentParser(HeaderParser, ServerParser.Listener) - Constructor for class org.eclipse.jetty.fcgi.parser.BeginRequestContentParser
 
beginToHeaders(HttpExchange) - Method in class org.eclipse.jetty.client.transport.HttpSender
 
bind(String, Object) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
bind(String, Object) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
bind(String, Object) - Method in class org.eclipse.jetty.jndi.NamingContext
Bind a name (as a String) to an object
bind(InetSocketAddress, int) - Method in class org.eclipse.jetty.http.spi.JettyHttpServer
 
bind(Context, String, Object) - Static method in class org.eclipse.jetty.jndi.NamingUtil
Bind an object to a context ensuring all sub-contexts are created if necessary
bind(Name, Object) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
bind(Name, Object) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
bind(Name, Object) - Method in class org.eclipse.jetty.jndi.NamingContext
Bind a name to an object
bind(NamingContext, Binding) - Method in interface org.eclipse.jetty.jndi.NamingContext.Listener
Called by NamingContext.addBinding(Name, Object) when adding a binding.
BIND - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
BindingEnumeration - Class in org.eclipse.jetty.jndi
BindingEnumeration
BindingEnumeration(Iterator<Binding>) - Constructor for class org.eclipse.jetty.jndi.BindingEnumeration
 
bindingLogin(String, Object) - Method in class org.eclipse.jetty.security.jaas.spi.LdapLoginModule
binding authentication check This method of authentication works only if the user branch of the DIT (ldap tree) has an ACI (access control instruction) that allow the access to any user or at least for the user that logs in.
block() - Method in class org.eclipse.jetty.http3.qpack.internal.StreamInfo.SectionInfo
 
block() - Method in interface org.eclipse.jetty.util.Blocker.Callback
 
block() - Method in interface org.eclipse.jetty.util.Blocker.Runnable
 
block() - Method in class org.eclipse.jetty.util.FutureCallback
 
block() - Method in class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
Deprecated.
Block until the Callback has succeeded or failed and after the return leave in the state to allow reuse.
block(long, TimeUnit) - Method in class org.eclipse.jetty.util.FutureCallback
 
BLOCKED_FRAME - Enum constant in enum class org.eclipse.jetty.http3.parser.BodyParser.Result
 
BLOCKED_FRAME - Enum constant in enum class org.eclipse.jetty.http3.parser.MessageParser.Result
Indicates that a frame was parsed but its notification was deferred.
Blocker - Class in org.eclipse.jetty.util
Utility class that provides blocking Runnable and Callback instances.
Blocker() - Constructor for class org.eclipse.jetty.util.Blocker
 
Blocker() - Constructor for class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
Deprecated.
 
Blocker.Callback - Interface in org.eclipse.jetty.util
 
Blocker.Runnable - Interface in org.eclipse.jetty.util
 
Blocker.Shared - Class in org.eclipse.jetty.util
A shared reusable Blocking source.
BLOCKING - Enum constant in enum class org.eclipse.jetty.util.thread.Invocable.InvocationType
Invoking the Invocable may block the invoker thread, and the invocation may be performed immediately (possibly blocking the invoker thread) or deferred to a later time, for example by submitting the Invocable to a thread pool.
BlockingArrayQueue<E> - Class in org.eclipse.jetty.util
A BlockingQueue backed by a circular array capable or growing.
BlockingArrayQueue() - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue
Creates an unbounded BlockingArrayQueue with default initial capacity and grow factor.
BlockingArrayQueue(int) - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue
Creates a bounded BlockingArrayQueue that does not grow.
BlockingArrayQueue(int, int) - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue
Creates an unbounded BlockingArrayQueue that grows by the given parameter.
BlockingArrayQueue(int, int, int) - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue
Create a bounded BlockingArrayQueue that grows by the given parameter.
body(Request.Content) - Method in interface org.eclipse.jetty.client.Request
 
body(Request.Content) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
BODY_PART - Enum constant in enum class org.eclipse.jetty.server.internal.MultiPartParser.State
 
BodyParser - Class in org.eclipse.jetty.http2.parser
The base parser for the frame body of HTTP/2 frames.
BodyParser - Class in org.eclipse.jetty.http3.parser
The base parser for the frame body of HTTP/3 frames.
BodyParser(HeaderParser, Parser.Listener) - Constructor for class org.eclipse.jetty.http2.parser.BodyParser
 
BodyParser(HeaderParser, ParserListener) - Constructor for class org.eclipse.jetty.http3.parser.BodyParser
 
BodyParser.Result - Enum Class in org.eclipse.jetty.http3.parser
 
bool_pointer - Class in org.eclipse.jetty.quic.quiche.jna
 
bool_pointer() - Constructor for class org.eclipse.jetty.quic.quiche.jna.bool_pointer
 
bool_pointer(int) - Constructor for class org.eclipse.jetty.quic.quiche.jna.bool_pointer
 
BR - Static variable in class org.eclipse.jetty.http.CompressedContentFormat
 
BREAK_EVEN_GZIP_SIZE - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
BUFFER_SIZE_ATTRIBUTE_NAME - Static variable in class org.eclipse.jetty.server.handler.BufferedResponseHandler
 
bufferAppend(char) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
BufferedResponseHandler - Class in org.eclipse.jetty.server.handler
A Handler that can apply a mechanism to buffer the entire response content until the output is closed.
BufferedResponseHandler() - Constructor for class org.eclipse.jetty.server.handler.BufferedResponseHandler
 
BufferedResponseHandler(Handler) - Constructor for class org.eclipse.jetty.server.handler.BufferedResponseHandler
 
BufferingFlowControlStrategy - Class in org.eclipse.jetty.http2
A flow control strategy that accumulates updates and emits window control frames when the accumulated value reaches a threshold.
BufferingFlowControlStrategy(float) - Constructor for class org.eclipse.jetty.http2.BufferingFlowControlStrategy
 
BufferingFlowControlStrategy(int, float) - Constructor for class org.eclipse.jetty.http2.BufferingFlowControlStrategy
 
BufferingResponseListener - Class in org.eclipse.jetty.client
Implementation of Response.Listener that buffers the content up to a maximum length specified to the constructors.
BufferingResponseListener() - Constructor for class org.eclipse.jetty.client.BufferingResponseListener
Creates an instance with a default maximum length of 2 MiB.
BufferingResponseListener(int) - Constructor for class org.eclipse.jetty.client.BufferingResponseListener
Creates an instance with the given maximum length
bufferReset() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
bufferSize - Static variable in class org.eclipse.jetty.util.IO
 
BufferUtil - Class in org.eclipse.jetty.util
Buffer utility methods.
BufferUtil() - Constructor for class org.eclipse.jetty.util.BufferUtil
 
build() - Method in class org.eclipse.jetty.http.HttpCookie.Builder
 
build() - Static method in interface org.eclipse.jetty.http.HttpFields
 
build() - Static method in interface org.eclipse.jetty.http.HttpURI
 
build() - Method in class org.eclipse.jetty.http2.hpack.internal.MetaDataBuilder
 
build() - Method in class org.eclipse.jetty.http3.qpack.internal.metadata.MetaDataBuilder
 
build() - Method in class org.eclipse.jetty.security.Constraint.Builder
 
build() - Method in class org.eclipse.jetty.start.BaseBuilder
Build out the Base directory (if needed)
build() - Method in interface org.eclipse.jetty.util.CharsetStringBuilder
Build the completed string and reset the buffer.
build() - Method in class org.eclipse.jetty.util.CharsetStringBuilder.DecoderStringBuilder
 
build() - Method in class org.eclipse.jetty.util.CharsetStringBuilder.Iso88591StringBuilder
 
build() - Method in class org.eclipse.jetty.util.CharsetStringBuilder.ReportingUtf8StringBuilder
 
build() - Method in class org.eclipse.jetty.util.CharsetStringBuilder.UsAsciiStringBuilder
 
build() - Method in class org.eclipse.jetty.util.Index.Builder
Build a Index instance.
build() - Method in class org.eclipse.jetty.util.Index.Mutable.Builder
Build a Index.Mutable instance.
build() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer.Builder
 
build() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
build() - Method in class org.eclipse.jetty.xml.EnvironmentBuilder
 
build(int) - Static method in interface org.eclipse.jetty.http.HttpFields
 
build(String) - Static method in interface org.eclipse.jetty.http.HttpURI
 
build(String, String) - Static method in interface org.eclipse.jetty.http.HttpCookie
Creates a HttpCookie.Builder to build a HttpCookie.
build(String, String) - Static method in interface org.eclipse.jetty.http.HttpURI
 
build(String, String, int) - Static method in interface org.eclipse.jetty.http.HttpCookie
Creates a HttpCookie.Builder to build a HttpCookie.
build(HttpCookie) - Static method in interface org.eclipse.jetty.http.HttpCookie
Creates a HttpCookie.Builder to build a HttpCookie.
build(URI) - Static method in interface org.eclipse.jetty.http.HttpURI
 
build(HttpCookie) - Static method in interface org.eclipse.jetty.http.HttpCookie
Creates a HttpCookie.Builder to build a HttpCookie.
build(HttpFields) - Static method in interface org.eclipse.jetty.http.HttpFields
 
build(HttpFields, EnumSet<HttpHeader>) - Static method in interface org.eclipse.jetty.http.HttpFields
 
build(HttpFields, HttpField) - Static method in interface org.eclipse.jetty.http.HttpFields
 
build(HttpURI) - Static method in interface org.eclipse.jetty.http.HttpURI
 
build(HttpURI, String) - Static method in interface org.eclipse.jetty.http.HttpURI
 
build(HttpURI, String, String, String) - Static method in interface org.eclipse.jetty.http.HttpURI
 
BUILD_TIMESTAMP - Static variable in class org.eclipse.jetty.util.Jetty
a formatted build timestamp with pattern yyyy-MM-dd'T'HH:mm:ssXXX
builder() - Static method in interface org.eclipse.jetty.util.QuotedStringTokenizer
 
Builder() - Constructor for class org.eclipse.jetty.security.Constraint.Builder
 
Builder() - Constructor for class org.eclipse.jetty.util.Index.Builder
Create a new index builder instance.
Builder(Constraint) - Constructor for class org.eclipse.jetty.security.Constraint.Builder
 
buildMutableVisibleAsciiAlphabet(boolean, int) - Static method in interface org.eclipse.jetty.util.Index
A special purpose static builder for fast creation of specific Index type
byFileName(boolean) - Static method in class org.eclipse.jetty.util.resource.ResourceCollators
 
ByHttpStatus(Handler) - Constructor for class org.eclipse.jetty.server.handler.ReHandlingErrorHandler.ByHttpStatus
 
byLastModified(boolean) - Static method in class org.eclipse.jetty.util.resource.PathCollators
 
byLastModified(boolean) - Static method in class org.eclipse.jetty.util.resource.ResourceCollators
 
byName(boolean) - Static method in class org.eclipse.jetty.util.resource.PathCollators
 
byName(boolean) - Static method in class org.eclipse.jetty.util.resource.ResourceCollators
 
byReference() - Method in class org.eclipse.jetty.quic.quiche.jna.sockaddr
 
byScheme(String) - Static method in interface org.eclipse.jetty.util.resource.ResourceFactory
Get the ResourceFactory that is registered for the specific scheme.
bySize(boolean) - Static method in class org.eclipse.jetty.util.resource.PathCollators
 
bySize(boolean) - Static method in class org.eclipse.jetty.util.resource.ResourceCollators
 
ByteArrayEndPoint - Class in org.eclipse.jetty.io
ByteArrayEndPoint.
ByteArrayEndPoint() - Constructor for class org.eclipse.jetty.io.ByteArrayEndPoint
 
ByteArrayEndPoint(byte[], int) - Constructor for class org.eclipse.jetty.io.ByteArrayEndPoint
 
ByteArrayEndPoint(String, int) - Constructor for class org.eclipse.jetty.io.ByteArrayEndPoint
 
ByteArrayEndPoint(Scheduler, long) - Constructor for class org.eclipse.jetty.io.ByteArrayEndPoint
 
ByteArrayEndPoint(Scheduler, long, byte[], int) - Constructor for class org.eclipse.jetty.io.ByteArrayEndPoint
 
ByteArrayEndPoint(Scheduler, long, String, int) - Constructor for class org.eclipse.jetty.io.ByteArrayEndPoint
 
ByteArrayEndPoint(Scheduler, long, ByteBuffer, ByteBuffer) - Constructor for class org.eclipse.jetty.io.ByteArrayEndPoint
 
ByteArrayISO8859Writer - Class in org.eclipse.jetty.util
Byte Array ISO 8859 writer.
ByteArrayISO8859Writer() - Constructor for class org.eclipse.jetty.util.ByteArrayISO8859Writer
Constructor.
ByteArrayISO8859Writer(byte[]) - Constructor for class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
ByteArrayISO8859Writer(int) - Constructor for class org.eclipse.jetty.util.ByteArrayISO8859Writer
Constructor.
ByteArrayOutputStream2 - Class in org.eclipse.jetty.util
ByteArrayOutputStream with public internals
ByteArrayOutputStream2() - Constructor for class org.eclipse.jetty.util.ByteArrayOutputStream2
 
ByteArrayOutputStream2(int) - Constructor for class org.eclipse.jetty.util.ByteArrayOutputStream2
 
ByteBufferAccumulator - Class in org.eclipse.jetty.io
Accumulates data into a list of ByteBuffers which can then be combined into a single buffer or written to an OutputStream.
ByteBufferAccumulator() - Constructor for class org.eclipse.jetty.io.ByteBufferAccumulator
 
ByteBufferAccumulator(ByteBufferPool, boolean) - Constructor for class org.eclipse.jetty.io.ByteBufferAccumulator
 
ByteBufferCallbackAccumulator - Class in org.eclipse.jetty.io
This class can be used to accumulate pairs of ByteBuffer and Callback, and eventually copy these into a single ByteBuffer or byte array and succeed the callbacks.
ByteBufferCallbackAccumulator() - Constructor for class org.eclipse.jetty.io.ByteBufferCallbackAccumulator
 
ByteBufferChunk - Class in org.eclipse.jetty.io.internal
 
ByteBufferChunk(ByteBuffer, boolean) - Constructor for class org.eclipse.jetty.io.internal.ByteBufferChunk
 
ByteBufferChunk.ReleasedByConsumer - Class in org.eclipse.jetty.io.internal
 
ByteBufferChunk.ReleasedByRunnable - Class in org.eclipse.jetty.io.internal
 
ByteBufferChunk.WithReferenceCount - Class in org.eclipse.jetty.io.internal
 
ByteBufferChunk.WithRetainable - Class in org.eclipse.jetty.io.internal
 
ByteBufferContentSource - Class in org.eclipse.jetty.io.content
A Content.Source backed by one or more ByteBuffers.
ByteBufferContentSource(ByteBuffer...) - Constructor for class org.eclipse.jetty.io.content.ByteBufferContentSource
 
ByteBufferContentSource(Collection<ByteBuffer>) - Constructor for class org.eclipse.jetty.io.content.ByteBufferContentSource
 
ByteBufferInputStream - Class in org.eclipse.jetty.io
Present a ByteBuffer as an InputStream.
ByteBufferInputStream(ByteBuffer) - Constructor for class org.eclipse.jetty.io.ByteBufferInputStream
 
ByteBufferOutputStream - Class in org.eclipse.jetty.io
Simple wrapper of a ByteBuffer as an OutputStream.
ByteBufferOutputStream(ByteBuffer) - Constructor for class org.eclipse.jetty.io.ByteBufferOutputStream
 
ByteBufferOutputStream2 - Class in org.eclipse.jetty.io
This class implements an output stream in which the data is written into a list of ByteBuffer, the buffer list automatically grows as data is written to it, the buffers are taken from the supplied ByteBufferPool or freshly allocated if one is not supplied.
ByteBufferOutputStream2() - Constructor for class org.eclipse.jetty.io.ByteBufferOutputStream2
 
ByteBufferOutputStream2(ByteBufferPool, boolean) - Constructor for class org.eclipse.jetty.io.ByteBufferOutputStream2
 
ByteBufferPart(String, String, HttpFields, ByteBuffer...) - Constructor for class org.eclipse.jetty.http.MultiPart.ByteBufferPart
 
ByteBufferPart(String, String, HttpFields, List<ByteBuffer>) - Constructor for class org.eclipse.jetty.http.MultiPart.ByteBufferPart
 
ByteBufferPool - Interface in org.eclipse.jetty.io
A pool for RetainableByteBuffer instances.
ByteBufferPool.Accumulator - Class in org.eclipse.jetty.io
Accumulates a sequence of RetainableByteBuffer that are typically created during the generation of protocol bytes.
ByteBufferPool.NonPooling - Class in org.eclipse.jetty.io
A ByteBufferPool that does not pool its RetainableByteBuffers.
ByteBufferPool.Wrapper - Class in org.eclipse.jetty.io
A wrapper for ByteBufferPool instances.
ByteBufferRequestContent - Class in org.eclipse.jetty.client
ByteBufferRequestContent(String, ByteBuffer...) - Constructor for class org.eclipse.jetty.client.ByteBufferRequestContent
 
ByteBufferRequestContent(String, Collection<ByteBuffer>) - Constructor for class org.eclipse.jetty.client.ByteBufferRequestContent
 
ByteBufferRequestContent(ByteBuffer...) - Constructor for class org.eclipse.jetty.client.ByteBufferRequestContent
 
byteEquals(byte[], byte[]) - Static method in class org.eclipse.jetty.util.security.Credential
Utility method that replaces Arrays.equals() to avoid timing attacks.
ByteRange - Record Class in org.eclipse.jetty.http
A representation of a byte range as specified by RFC 7233.
ByteRange(long, long) - Constructor for record class org.eclipse.jetty.http.ByteRange
Creates an instance of a ByteRange record class.
BYTES - Enum constant in enum class org.eclipse.jetty.http.HttpHeaderValue
 
BytesRequestContent - Class in org.eclipse.jetty.client
A Request.Content for byte arrays.
BytesRequestContent(byte[]...) - Constructor for class org.eclipse.jetty.client.BytesRequestContent
 
BytesRequestContent(String, byte[]...) - Constructor for class org.eclipse.jetty.client.BytesRequestContent
 

C

C_AUTHORITY - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
C_METHOD - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
HTTP2 Fields.
C_METHODS - Static variable in class org.eclipse.jetty.http3.qpack.internal.metadata.Http3Fields
 
C_PATH - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
C_PROTOCOL - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
C_SCHEME - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
C_SCHEME_HTTP - Static variable in class org.eclipse.jetty.http3.qpack.internal.metadata.Http3Fields
 
C_SCHEME_HTTPS - Static variable in class org.eclipse.jetty.http3.qpack.internal.metadata.Http3Fields
 
C_STATUS - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
CACHE - Static variable in enum class org.eclipse.jetty.http.HttpHeader
 
CACHE - Static variable in enum class org.eclipse.jetty.http.HttpHeaderValue
 
CACHE - Static variable in enum class org.eclipse.jetty.http.HttpMethod
 
CACHE - Static variable in class org.eclipse.jetty.http.HttpParser
Cache of common HttpFields including: Common static combinations such as: Connection: close Accept-Encoding: gzip Content-Length: 0 Combinations of Content-Type header for common mime types by common charsets Most common headers with null values so that a lookup will at least determine the header name even if the name:value combination is not cached
CACHE - Static variable in enum class org.eclipse.jetty.http.HttpScheme
 
CACHE - Static variable in enum class org.eclipse.jetty.http.HttpVersion
 
CACHE - Static variable in class org.eclipse.jetty.http.MimeTypes
 
CACHE_ATTRIBUTE - Static variable in interface org.eclipse.jetty.server.Request
 
CACHE_CONTROL - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
CachedHttpContent(String, HttpContent) - Constructor for class org.eclipse.jetty.http.content.CachingHttpContentFactory.CachedHttpContent
 
CachingHttpContentFactory - Class in org.eclipse.jetty.http.content
HttpContent.Factory implementation that wraps any other HttpContent.Factory instance using it as a caching authority.
CachingHttpContentFactory(HttpContent.Factory, ByteBufferPool) - Constructor for class org.eclipse.jetty.http.content.CachingHttpContentFactory
 
CachingHttpContentFactory.CachedHttpContent - Class in org.eclipse.jetty.http.content
 
CachingHttpContentFactory.CachingHttpContent - Interface in org.eclipse.jetty.http.content
 
CachingHttpContentFactory.NotFoundHttpContent - Class in org.eclipse.jetty.http.content
 
CachingSessionDataStore - Class in org.eclipse.jetty.session
CachingSessionDataStore A SessionDataStore is a mechanism for (persistently) storing data associated with sessions.
CachingSessionDataStore(SessionDataMap, SessionDataStore) - Constructor for class org.eclipse.jetty.session.CachingSessionDataStore
 
CachingSessionDataStoreFactory - Class in org.eclipse.jetty.session
CachingSessionDataStoreFactory
CachingSessionDataStoreFactory() - Constructor for class org.eclipse.jetty.session.CachingSessionDataStoreFactory
 
calcAndSetExpiry() - Method in class org.eclipse.jetty.session.SessionData
 
calcAndSetExpiry(long) - Method in class org.eclipse.jetty.session.SessionData
 
calcExpiry() - Method in class org.eclipse.jetty.session.SessionData
 
calcExpiry(long) - Method in class org.eclipse.jetty.session.SessionData
 
calculateInactivityTimeout(long) - Method in class org.eclipse.jetty.session.ManagedSession
Calculate what the session timer setting should be based on: the time remaining before the session expires and any idle eviction time configured.
calculateInactivityTimeout(String, long, long) - Method in class org.eclipse.jetty.session.AbstractSessionManager
Calculate what the session timer setting should be based on: the time remaining before the session expires and any idle eviction time configured.
calculateInactivityTimeout(String, long, long) - Method in interface org.eclipse.jetty.session.SessionManager
 
call() - Method in interface org.eclipse.jetty.util.thread.Invocable.Callable
 
call(Invocable.Callable, Request) - Method in class org.eclipse.jetty.server.handler.ContextHandler.ScopedContext
 
callAndCatch(Invocable.Callable) - Method in class org.eclipse.jetty.util.ExceptionUtil.MultiException
 
callback() - Static method in class org.eclipse.jetty.util.Blocker
 
callback() - Method in class org.eclipse.jetty.util.Blocker.Shared
 
Callback - Interface in org.eclipse.jetty.util
A callback abstraction that handles completed/failed events of asynchronous operations.
Callback.Completable - Class in org.eclipse.jetty.util
A CompletableFuture that is also a Callback.
Callback.Completing - Interface in org.eclipse.jetty.util
A Callback implementation that calls the Callback.Completing.completed() method when it either succeeds or fails.
Callback.Nested - Class in org.eclipse.jetty.util
Nested Completing Callback that completes after completing the nested callback
cancel() - Method in class org.eclipse.jetty.io.CyclicTimeout
Cancels this CyclicTimeout so that it won't expire.
cancel() - Method in class org.eclipse.jetty.session.SessionInactivityTimer
 
cancel() - Method in class org.eclipse.jetty.util.component.Graceful.Shutdown
This method can be called after Graceful.Shutdown.shutdown() has been called, but before Graceful.Shutdown.check() has been called with Graceful.Shutdown.isShutdownDone() having returned true to cancel the effects of the Graceful.Shutdown.shutdown() call.
cancel() - Method in interface org.eclipse.jetty.util.thread.Scheduler.Task
 
cancel(boolean) - Method in class org.eclipse.jetty.client.FutureResponseListener
 
cancel(boolean) - Method in class org.eclipse.jetty.util.FutureCallback
 
cancel(boolean) - Method in class org.eclipse.jetty.util.FuturePromise
 
CANCEL_PUSH - Enum constant in enum class org.eclipse.jetty.http3.frames.FrameType
 
CANCEL_STREAM_ERROR - Enum constant in enum class org.eclipse.jetty.http2.ErrorCode
Indicates that a stream is no longer needed.
CancelPushBodyParser - Class in org.eclipse.jetty.http3.parser
 
CancelPushBodyParser(HeaderParser, ParserListener) - Constructor for class org.eclipse.jetty.http3.parser.CancelPushBodyParser
 
CancelPushGenerator - Class in org.eclipse.jetty.http3.generator
 
CancelPushGenerator(ByteBufferPool) - Constructor for class org.eclipse.jetty.http3.generator.CancelPushGenerator
 
canInsert(HttpField) - Method in class org.eclipse.jetty.http3.qpack.internal.table.DynamicTable
Is there enough room to insert a new entry into the Dynamic Table, possibly evicting unreferenced entries.
canonicalPath(String) - Static method in class org.eclipse.jetty.util.URIUtil
Canonicalize a URI path to a form that is unambiguous and safe to use with the JVM URI class.
canonicalPath(String, Supplier<X>) - Static method in class org.eclipse.jetty.util.URIUtil
Canonicalize a URI path to a form that is unambiguous and safe to use with the JVM URI class.
canReadDirectory(Path) - Static method in class org.eclipse.jetty.start.FS
 
canReadFile(Path) - Static method in class org.eclipse.jetty.start.FS
 
canReference(Entry) - Method in class org.eclipse.jetty.http3.qpack.internal.table.DynamicTable
 
canRetain() - Method in class org.eclipse.jetty.io.AbstractRetainableByteBuffer
 
canRetain() - Method in class org.eclipse.jetty.io.internal.ByteBufferChunk.WithReferenceCount
 
canRetain() - Method in class org.eclipse.jetty.io.internal.ByteBufferChunk.WithRetainable
 
canRetain() - Method in interface org.eclipse.jetty.io.Retainable
Returns whether this resource is referenced counted by calls to Retainable.retain() and Retainable.release().
canRetain() - Method in class org.eclipse.jetty.io.Retainable.ReferenceCounter
 
canRetain() - Method in class org.eclipse.jetty.io.Retainable.Wrapper
 
canWrite(Path) - Static method in class org.eclipse.jetty.start.FS
 
capacity() - Method in interface org.eclipse.jetty.io.RetainableByteBuffer
 
capacity() - Method in class org.eclipse.jetty.io.RetainableByteBuffer.Wrapper
 
capacity() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
cappedAdd(int, int, int) - Static method in class org.eclipse.jetty.util.MathUtils
Returns the sum of its arguments, capping to maxValue.
cappedAdd(long, long) - Static method in class org.eclipse.jetty.util.MathUtils
Returns the sum of its arguments, capping to Long.MAX_VALUE if they overflow.
CASE_INSENSITIVE_METHOD - Enum constant in enum class org.eclipse.jetty.http.HttpCompliance.Violation
The HTTP RFC(s) require that method names are case sensitive, so that "Get" and "GET" are considered different methods.
CASE_SENSITIVE_FIELD_NAME - Enum constant in enum class org.eclipse.jetty.http.HttpCompliance.Violation
The HTTP RFC(s) require that field names are case-insensitive, so for example the fields "Content-Type: text/xml" and "content-type: text/xml" are considered equivalent.
caseInsensitiveHeader(String, String) - Method in class org.eclipse.jetty.http.HttpParser
 
caseSensitive(boolean) - Method in class org.eclipse.jetty.util.Index.Builder
Configure the index to be either case-sensitive or not.
catalogs() - Method in class org.eclipse.jetty.xml.BaseClassCatalog
 
cdata(String) - Method in class org.eclipse.jetty.xml.XmlAppendable
 
CERT_AUTH - Static variable in interface org.eclipse.jetty.security.Authenticator
 
CERT_AUTH2 - Static variable in interface org.eclipse.jetty.security.Authenticator
 
CERTIFICATE_EXPIRED - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.tls_alert
 
CERTIFICATE_REQUIRED - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.tls_alert
 
CERTIFICATE_REVOKED - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.tls_alert
 
CERTIFICATE_UNKNOWN - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.tls_alert
 
CertificateUtils - Class in org.eclipse.jetty.util.security
 
CertificateUtils() - Constructor for class org.eclipse.jetty.util.security.CertificateUtils
 
CertificateValidator - Class in org.eclipse.jetty.util.security
Convenience class to handle validation of certificates, aliases and keystores Allows specifying Certificate Revocation List (CRL), as well as enabling CRL Distribution Points Protocol (CRLDP) certificate extension support, and also enabling On-Line Certificate Status Protocol (OCSP) support.
CertificateValidator(KeyStore, Collection<? extends CRL>) - Constructor for class org.eclipse.jetty.util.security.CertificateValidator
creates an instance of the certificate validator
CHALLENGE - Static variable in interface org.eclipse.jetty.security.AuthenticationState
Authentication challenge sent.
CHANGING - Enum constant in enum class org.eclipse.jetty.session.ManagedSession.IdState
 
CHANGING - Enum constant in enum class org.eclipse.jetty.session.ManagedSession.State
 
ChannelWithAddress(SelectableChannel, SocketAddress) - Constructor for class org.eclipse.jetty.io.ClientConnector.Configurator.ChannelWithAddress
 
char_pointer - Class in org.eclipse.jetty.quic.quiche.jna
 
char_pointer() - Constructor for class org.eclipse.jetty.quic.quiche.jna.char_pointer
 
CHARSET - Static variable in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
CharsetStringBuilder - Interface in org.eclipse.jetty.util
Build a string from a sequence of bytes.
CharsetStringBuilder.DecoderStringBuilder - Class in org.eclipse.jetty.util
 
CharsetStringBuilder.Iso88591StringBuilder - Class in org.eclipse.jetty.util
 
CharsetStringBuilder.ReportingUtf8StringBuilder - Class in org.eclipse.jetty.util
Extended Utf8StringBuilder that mimics CodingErrorAction.REPORT behaviour for CharsetStringBuilder methods.
CharsetStringBuilder.UsAsciiStringBuilder - Class in org.eclipse.jetty.util
 
check() - Method in class org.eclipse.jetty.server.ConnectionLimit
 
check() - Method in class org.eclipse.jetty.util.component.Graceful.Shutdown
This method should be called whenever the components state has been updated.
check(int) - Method in class org.eclipse.jetty.util.thread.ThreadPoolBudget
Checks leases against the given number of maxThreads.
check(Object) - Method in class org.eclipse.jetty.util.security.Credential
Check a credential
check(Object) - Method in class org.eclipse.jetty.util.security.Credential.Crypt
 
check(Object) - Method in class org.eclipse.jetty.util.security.Credential.MD5
 
check(Object) - Method in class org.eclipse.jetty.util.security.Password
 
check(String, Path) - Method in class org.eclipse.jetty.server.AllowedResourceAliasChecker
 
check(String, Path) - Method in class org.eclipse.jetty.server.SymlinkAllowedResourceAliasChecker
 
check(URI, String) - Method in class org.eclipse.jetty.start.FileInitializer
 
checkAlias(String, Resource) - Method in interface org.eclipse.jetty.server.AliasCheck
Check if an alias is allowed to be served.
checkAlias(String, Resource) - Method in class org.eclipse.jetty.server.AllowedResourceAliasChecker
 
checkAlias(String, Resource) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
checkCharAppend() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
checkCiphers(SSLParameters) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
checkClientTrusted(X509Certificate[], String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedTrustManagerWrapper
 
checkClientTrusted(X509Certificate[], String, Socket) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedTrustManagerWrapper
 
checkClientTrusted(X509Certificate[], String, SSLEngine) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedTrustManagerWrapper
 
checkConfiguration() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
checkConfiguration() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Client
 
checkCredential(Object) - Method in class org.eclipse.jetty.security.jaas.spi.AbstractLoginModule.JAASUser
 
checkEnabledModules() - Method in class org.eclipse.jetty.start.Modules
 
checkEndPointIdentificationAlgorithm() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
checkExpiration(Set<String>) - Method in class org.eclipse.jetty.session.AbstractSessionCache
 
checkExpiration(Set<String>) - Method in interface org.eclipse.jetty.session.SessionCache
Check a list of session ids that belong to potentially expired sessions.
checkIdleTimeout() - Method in class org.eclipse.jetty.io.IdleTimeout
 
CHECKIN - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
checkInactiveSession(ManagedSession) - Method in class org.eclipse.jetty.session.AbstractSessionCache
Check a session for being inactive and thus being able to be evicted, if eviction is enabled.
checkInactiveSession(ManagedSession) - Method in interface org.eclipse.jetty.session.SessionCache
Check a Session to see if it might be appropriate to evict or expire.
checkIndexes() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
Check to see if indexes are available, in which case we can do more performant queries.
CHECKOUT - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
checkParams(Class<?>[], Class<?>[], boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
checkPermission(Permission) - Static method in class org.eclipse.jetty.util.security.SecurityUtils
Checks the given permission, if the security manager is set.
checkProtocols(SSLParameters) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
checkPseudoHeader(HttpHeader, Object) - Method in class org.eclipse.jetty.http2.hpack.internal.MetaDataBuilder
 
checkPseudoHeader(HttpHeader, Object) - Method in class org.eclipse.jetty.http3.qpack.internal.metadata.MetaDataBuilder
 
checkSameSite(HttpCookie, Attributes) - Static method in class org.eclipse.jetty.server.HttpCookieUtils
Check that samesite is set on the cookie.
checkServerTrusted(X509Certificate[], String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedTrustManagerWrapper
 
checkServerTrusted(X509Certificate[], String, Socket) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedTrustManagerWrapper
 
checkServerTrusted(X509Certificate[], String, SSLEngine) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedTrustManagerWrapper
 
checkSni(Request, SSLSession) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 
checkStarted() - Method in class org.eclipse.jetty.session.AbstractSessionDataStore
 
checkTrustAll() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
checkUriCompliance(UriCompliance, HttpURI) - Static method in class org.eclipse.jetty.http.UriCompliance
 
checkValidForRead() - Method in class org.eclipse.jetty.session.ManagedSession
Chech that the session data can be read.
checkValidForWrite() - Method in class org.eclipse.jetty.session.ManagedSession
Check that the session can be modified.
checkViolation(HttpCompliance.Violation) - Method in class org.eclipse.jetty.http.HttpParser
 
checkVirtualHost(Request) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
chooseClientAlias(String[], Principal[], Socket) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
chooseClientAlias(String[], Principal[], Socket) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
 
chooseClientAlias(String[], Principal[], Socket) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedKeyManagerWrapper
 
chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
 
chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedKeyManagerWrapper
 
chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
 
chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedKeyManagerWrapper
 
chooseSelector() - Method in class org.eclipse.jetty.io.SelectorManager
 
chooseServerAlias(String, Principal[], Socket) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
chooseServerAlias(String, Principal[], Socket) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
 
chooseServerAlias(String, Principal[], Socket) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedKeyManagerWrapper
 
chooseServerAlias(String, Principal[], Collection<SNIMatcher>, SSLSession) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
 
CHUNK - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
CHUNK_PARAMS - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
CHUNK_SIZE - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
CHUNK_SIZE - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
CHUNKED - Enum constant in enum class org.eclipse.jetty.http.HttpHeaderValue
 
CHUNKED_CONTENT - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
CHUNKED_CONTENT - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.EndOfContent
 
ChunksContentSource - Class in org.eclipse.jetty.io.content
A Content.Source backed by one or more Content.Chunks.
ChunksContentSource(Collection<Content.Chunk>) - Constructor for class org.eclipse.jetty.io.content.ChunksContentSource
 
ChunksPart(String, String, HttpFields, List<Content.Chunk>) - Constructor for class org.eclipse.jetty.http.MultiPart.ChunksPart
 
CIPHER_SUITE_ATTRIBUTE - Static variable in class org.eclipse.jetty.server.SecureRequestCustomizer
The request attribute name to use to obtain the cipher suite name.
CipherComparator() - Constructor for class org.eclipse.jetty.http2.HTTP2Cipher.CipherComparator
 
cipherSuite() - Method in record class org.eclipse.jetty.server.SecureRequestCustomizer.SslSessionData
Returns the value of the cipherSuite record component.
classifier - Variable in class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer.Coordinates
 
ClassLoaderDump - Class in org.eclipse.jetty.util.component
 
ClassLoaderDump(ClassLoader) - Constructor for class org.eclipse.jetty.util.component.ClassLoaderDump
 
ClassLoaderThreadLocal() - Constructor for class org.eclipse.jetty.util.ClassLoadingObjectInputStream.ClassLoaderThreadLocal
 
ClassLoadingObjectInputStream - Class in org.eclipse.jetty.util
ClassLoadingObjectInputStream For re-inflating serialized objects, this class uses the thread context classloader rather than the jvm's default classloader selection.
ClassLoadingObjectInputStream() - Constructor for class org.eclipse.jetty.util.ClassLoadingObjectInputStream
 
ClassLoadingObjectInputStream(InputStream) - Constructor for class org.eclipse.jetty.util.ClassLoadingObjectInputStream
 
ClassLoadingObjectInputStream.ClassLoaderThreadLocal - Class in org.eclipse.jetty.util
 
Classpath - Class in org.eclipse.jetty.start
Class to handle CLASSPATH construction
Classpath() - Constructor for class org.eclipse.jetty.start.Classpath
 
Classpath(String) - Constructor for class org.eclipse.jetty.start.Classpath
 
ClassVisibilityChecker - Interface in org.eclipse.jetty.util
ClassVisibilityChecker Interface to be implemented by classes capable of checking class visibility for a context.
clean() - Method in class org.eclipse.jetty.session.SessionData
Clear all dirty flags.
cleanOrphans(long) - Method in class org.eclipse.jetty.session.AbstractSessionDataStore
Remove all sessions for any context that expired at or before the given time.
cleanReference(String) - Method in class org.eclipse.jetty.start.Props
 
clear() - Method in class org.eclipse.jetty.client.ContentDecoder.Factories
 
clear() - Method in class org.eclipse.jetty.client.ProtocolHandlers
Removes all protocol handlers from this container.
clear() - Method in class org.eclipse.jetty.client.RequestListeners
 
clear() - Method in interface org.eclipse.jetty.http.HttpCookieStore
Removes all the cookies from this store.
clear() - Method in class org.eclipse.jetty.http.HttpCookieStore.Default
 
clear() - Method in class org.eclipse.jetty.http.HttpCookieStore.Empty
 
clear() - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
 
clear() - Method in class org.eclipse.jetty.http.HttpFields.MutableHttpFields
 
clear() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
clear() - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
 
clear() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
 
clear() - Method in interface org.eclipse.jetty.io.ByteBufferPool
Removes all non-retained pooled instances from this pool.
clear() - Method in class org.eclipse.jetty.io.ByteBufferPool.NonPooling
 
clear() - Method in class org.eclipse.jetty.io.ByteBufferPool.Wrapper
 
clear() - Method in interface org.eclipse.jetty.io.RetainableByteBuffer
 
clear() - Method in class org.eclipse.jetty.io.RetainableByteBuffer.Wrapper
 
clear() - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
Clears all the includes, excludes, included connector names and excluded connector names.
clear() - Method in class org.eclipse.jetty.server.internal.ResponseHttpFields
 
clear() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
clear() - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
 
clear() - Method in class org.eclipse.jetty.util.Fields
Empties this Fields instance from all fields.
clear() - Method in class org.eclipse.jetty.util.IncludeExcludeSet
 
clear() - Method in interface org.eclipse.jetty.util.Index.Mutable
Remove all entries from the index.
clear() - Method in class org.eclipse.jetty.util.RegexSet
 
clear() - Method in class org.eclipse.jetty.xml.XmlParser.Node
 
clear(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Clears the buffer to be empty in flush mode.
clearAliasChecks() - Method in class org.eclipse.jetty.server.handler.ContextHandler
clear the list of AliasChecks
clearAllAttributes() - Method in class org.eclipse.jetty.session.SessionData
Remove all attributes
clearAttributes() - Method in class org.eclipse.jetty.fcgi.server.internal.ServerFCGIConnection
 
clearAttributes() - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerConnection
 
clearAttributes() - Method in class org.eclipse.jetty.http3.server.internal.ServerHTTP3StreamConnection
 
clearAttributes() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
clearAttributes() - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelRequest
 
clearAttributes() - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
clearAttributes() - Method in class org.eclipse.jetty.server.Server
 
clearAttributes() - Method in interface org.eclipse.jetty.util.Attributes
Clear all attribute names
clearAttributes() - Method in class org.eclipse.jetty.util.Attributes.Layer
 
clearAttributes() - Method in class org.eclipse.jetty.util.Attributes.Lazy
 
clearAttributes() - Method in class org.eclipse.jetty.util.Attributes.Mapped
 
clearAttributes() - Method in class org.eclipse.jetty.util.Attributes.Wrapper
 
clearAttributes() - Method in class org.eclipse.jetty.util.AttributesMap
Deprecated.
 
clearAttributes() - Method in class org.eclipse.jetty.util.component.AttributeContainerMap
 
clearAuthenticationResults() - Method in interface org.eclipse.jetty.client.AuthenticationStore
Removes all authentication results stored
clearAuthenticationResults() - Method in class org.eclipse.jetty.client.internal.HttpAuthenticationStore
 
clearAuthentications() - Method in interface org.eclipse.jetty.client.AuthenticationStore
Removes all Authentications stored
clearAuthentications() - Method in class org.eclipse.jetty.client.internal.HttpAuthenticationStore
 
clearConnectionFactories() - Method in class org.eclipse.jetty.server.AbstractConnector
 
clearHeaders() - Method in class org.eclipse.jetty.client.transport.HttpResponse
 
clearLowResources() - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
clearObject() - Method in class org.eclipse.jetty.security.jaas.callback.ObjectCallback
 
clearToFill(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Clear the buffer to be empty in fill mode.
clearTransitiveEnable() - Method in class org.eclipse.jetty.start.Module
 
Client() - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory.Client
 
Client(boolean) - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory.Client
 
CLIENT_BIDIRECTIONAL - Enum constant in enum class org.eclipse.jetty.quic.common.StreamType
 
CLIENT_CONNECTION_FACTORY_CONTEXT_KEY - Static variable in class org.eclipse.jetty.io.ClientConnector
 
CLIENT_CONNECTOR_CONTEXT_KEY - Static variable in class org.eclipse.jetty.io.ClientConnector
 
CLIENT_CONTEXT_KEY - Static variable in class org.eclipse.jetty.http2.client.HTTP2ClientConnectionFactory
 
CLIENT_CONTEXT_KEY - Static variable in class org.eclipse.jetty.http3.client.HTTP3Client
 
CLIENT_CONTEXT_KEY - Static variable in interface org.eclipse.jetty.io.ClientConnectionFactory
 
CLIENT_GRACEFUL - Static variable in class org.eclipse.jetty.http3.frames.GoAwayFrame
 
CLIENT_UNIDIRECTIONAL - Enum constant in enum class org.eclipse.jetty.quic.common.StreamType
 
ClientConnectionFactory - Interface in org.eclipse.jetty.io
Factory for client-side Connection instances.
ClientConnectionFactory.Decorator - Interface in org.eclipse.jetty.io
Wraps another ClientConnectionFactory.
ClientConnectionFactory.Info - Class in org.eclipse.jetty.io
A holder for a list of protocol strings identifying an application protocol (for example ["h2", "h2-17", "h2-16"]) and a ClientConnectionFactory that creates connections that speak that network protocol.
ClientConnectionFactoryOverHTTP2 - Class in org.eclipse.jetty.http2.client.transport
 
ClientConnectionFactoryOverHTTP2(HTTP2Client) - Constructor for class org.eclipse.jetty.http2.client.transport.ClientConnectionFactoryOverHTTP2
 
ClientConnectionFactoryOverHTTP2.HTTP2 - Class in org.eclipse.jetty.http2.client.transport
Representation of the HTTP/2 application protocol used by HttpClientTransportDynamic.
ClientConnectionFactoryOverHTTP3 - Class in org.eclipse.jetty.http3.client.transport
 
ClientConnectionFactoryOverHTTP3(HTTP3Client) - Constructor for class org.eclipse.jetty.http3.client.transport.ClientConnectionFactoryOverHTTP3
 
ClientConnectionFactoryOverHTTP3.HTTP3 - Class in org.eclipse.jetty.http3.client.transport
Representation of the HTTP/3 application protocol used by HttpClientTransportDynamic.
ClientConnector - Class in org.eclipse.jetty.io
The client-side component that connects to server sockets.
ClientConnector() - Constructor for class org.eclipse.jetty.io.ClientConnector
 
ClientConnector(ClientConnector.Configurator) - Constructor for class org.eclipse.jetty.io.ClientConnector
 
ClientConnector.ClientSelectorManager - Class in org.eclipse.jetty.io
 
ClientConnector.Configurator - Class in org.eclipse.jetty.io
Configures a ClientConnector.
ClientConnector.Configurator.ChannelWithAddress - Class in org.eclipse.jetty.io
A pair/record holding a SelectableChannel and a SocketAddress to connect to.
ClientGenerator - Class in org.eclipse.jetty.fcgi.generator
 
ClientGenerator(ByteBufferPool) - Constructor for class org.eclipse.jetty.fcgi.generator.ClientGenerator
 
ClientGenerator(ByteBufferPool, boolean) - Constructor for class org.eclipse.jetty.fcgi.generator.ClientGenerator
 
ClientHTTP2StreamEndPoint - Class in org.eclipse.jetty.http2.client.transport.internal
 
ClientHTTP2StreamEndPoint(HTTP2Stream) - Constructor for class org.eclipse.jetty.http2.client.transport.internal.ClientHTTP2StreamEndPoint
 
ClientHTTP3Session - Class in org.eclipse.jetty.http3.client
 
ClientHTTP3Session(HTTP3Configuration, ClientQuicSession, Session.Client.Listener, Promise<Session.Client>) - Constructor for class org.eclipse.jetty.http3.client.ClientHTTP3Session
 
ClientHTTP3StreamConnection - Class in org.eclipse.jetty.http3.client.internal
 
ClientHTTP3StreamConnection(QuicStreamEndPoint, ClientHTTP3Session, MessageParser) - Constructor for class org.eclipse.jetty.http3.client.internal.ClientHTTP3StreamConnection
 
ClientParser - Class in org.eclipse.jetty.fcgi.parser
 
ClientParser(ClientParser.Listener) - Constructor for class org.eclipse.jetty.fcgi.parser.ClientParser
 
ClientParser.Listener - Interface in org.eclipse.jetty.fcgi.parser
 
ClientProtocolSession - Class in org.eclipse.jetty.quic.client
Client specific implementation of ProtocolSession.
ClientProtocolSession(ClientQuicSession) - Constructor for class org.eclipse.jetty.quic.client.ClientProtocolSession
 
ClientQuicConnection - Class in org.eclipse.jetty.quic.client
The client specific implementation of QuicConnection.
ClientQuicConnection(ClientConnector, EndPoint, Map<String, Object>) - Constructor for class org.eclipse.jetty.quic.client.ClientQuicConnection
 
ClientQuicSession - Class in org.eclipse.jetty.quic.client
The client specific implementation of QuicSession.
ClientQuicSession(Executor, Scheduler, ByteBufferPool, QuicheConnection, QuicConnection, InetSocketAddress, Map<String, Object>) - Constructor for class org.eclipse.jetty.quic.client.ClientQuicSession
 
ClientSelectorManager(Executor, Scheduler, int) - Constructor for class org.eclipse.jetty.io.ClientConnector.ClientSelectorManager
 
clone(Object) - Static method in class org.eclipse.jetty.util.LazyList
 
close() - Method in interface org.eclipse.jetty.client.Connection
 
close() - Method in class org.eclipse.jetty.client.transport.internal.HttpConnectionOverHTTP
 
close() - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpConnectionOverFCGI
 
close() - Method in class org.eclipse.jetty.http.HttpParser
Request that the associated data source be closed
close() - Method in class org.eclipse.jetty.http.MultiPart.AbstractContentSource
Closes this ContentSource so that no more parts may be added.
close() - Method in class org.eclipse.jetty.http.MultiPart.Part
 
close() - Method in class org.eclipse.jetty.http.MultiPartFormData.Parts
 
close() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
 
close() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchangeDelegate
 
close() - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
 
close() - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpConnectionOverHTTP2
 
close() - Method in class org.eclipse.jetty.http2.HTTP2Connection
 
close() - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
close() - Method in class org.eclipse.jetty.http3.client.transport.internal.HttpConnectionOverHTTP3
 
close() - Method in class org.eclipse.jetty.io.AbstractConnection
 
close() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
close() - Method in class org.eclipse.jetty.io.ByteBufferAccumulator
 
close() - Method in class org.eclipse.jetty.io.ByteBufferOutputStream
 
close() - Method in class org.eclipse.jetty.io.ByteBufferOutputStream2
 
close() - Method in interface org.eclipse.jetty.io.Connection
Performs a logical close of this connection.
close() - Method in class org.eclipse.jetty.io.content.AsyncContent
 
close() - Method in class org.eclipse.jetty.io.content.ContentSinkOutputStream
 
close() - Method in class org.eclipse.jetty.io.content.ContentSourceInputStream
 
close() - Method in class org.eclipse.jetty.io.content.OutputStreamContentSource
 
close() - Method in interface org.eclipse.jetty.io.EndPoint
Close any backing stream associated with the endpoint
close() - Method in class org.eclipse.jetty.io.NegotiatingClientConnection
 
close() - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
close() - Method in class org.eclipse.jetty.io.WriterOutputStream
 
close() - Method in class org.eclipse.jetty.jndi.BindingEnumeration
 
close() - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
close() - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
close() - Method in class org.eclipse.jetty.jndi.NameEnumeration
 
close() - Method in class org.eclipse.jetty.jndi.NamingContext
Do nothing
close() - Method in class org.eclipse.jetty.quic.common.QuicConnection
 
close() - Method in interface org.eclipse.jetty.security.IdentityService.Association
 
close() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
close() - Method in class org.eclipse.jetty.server.NegotiatingServerConnection
 
close() - Method in interface org.eclipse.jetty.server.NetworkConnector
Performs the activities needed to close the network communication (for example, to stop accepting network connections).
close() - Method in class org.eclipse.jetty.server.ServerConnector
 
close() - Method in interface org.eclipse.jetty.util.Blocker.Callback
 
close() - Method in interface org.eclipse.jetty.util.Blocker.Runnable
 
close() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
close() - Method in class org.eclipse.jetty.util.compression.CompressionPool.Entry
 
close() - Method in class org.eclipse.jetty.util.IteratingCallback
Method to invoke to forbid further invocations to IteratingCallback.iterate() and IteratingCallback.reset().
close() - Method in class org.eclipse.jetty.util.MultiPartOutputStream
End the current part.
close() - Method in class org.eclipse.jetty.util.MultiPartWriter
End the current part.
close() - Method in class org.eclipse.jetty.util.MultiReleaseJarFile
 
close() - Method in class org.eclipse.jetty.util.resource.FileSystemPool.Mount
 
close() - Method in interface org.eclipse.jetty.util.resource.ResourceFactory.Closeable
 
close() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
close() - Method in class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
Deprecated.
Check the Callback has succeeded or failed and after the return leave in the state to allow reuse.
close() - Method in class org.eclipse.jetty.util.thread.AutoLock
 
close() - Method in class org.eclipse.jetty.util.thread.ThreadClassLoaderScope
 
close() - Method in class org.eclipse.jetty.util.thread.ThreadPoolBudget.Leased
 
close(int, String, Callback) - Method in interface org.eclipse.jetty.http2.api.Session
Closes the session by sending a GOAWAY frame with the given error code and payload.
close(int, String, Callback) - Method in class org.eclipse.jetty.http2.HTTP2Session
Invoked internally and by applications to send a GO_AWAY frame to the other peer.
close(long, String) - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
 
close(long, String) - Method in class org.eclipse.jetty.quic.quiche.QuicheConnection
 
close(long, Throwable) - Method in class org.eclipse.jetty.quic.common.QuicStreamEndPoint
 
close(Closeable) - Static method in class org.eclipse.jetty.start.FS
 
close(Closeable) - Static method in class org.eclipse.jetty.util.IO
Closes an arbitrary closable, and logs exceptions at ignore level
close(InputStream) - Static method in class org.eclipse.jetty.util.IO
closes an input stream, and logs exceptions
close(OutputStream) - Static method in class org.eclipse.jetty.util.IO
closes an output stream, and logs exceptions
close(Reader) - Static method in class org.eclipse.jetty.util.IO
closes a reader, and logs exceptions
close(Writer) - Static method in class org.eclipse.jetty.util.IO
closes a writer, and logs exceptions
close(AutoCloseable) - Static method in class org.eclipse.jetty.util.IO
Closes an arbitrary closable, and logs exceptions at ignore level
close(Throwable) - Method in class org.eclipse.jetty.client.transport.internal.HttpConnectionOverHTTP
 
close(Throwable) - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpConnectionOverFCGI
 
close(Throwable) - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpConnectionOverHTTP2
 
close(Throwable) - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
 
close(Throwable) - Method in class org.eclipse.jetty.http3.client.transport.internal.HttpConnectionOverHTTP3
 
close(Throwable) - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
close(Throwable) - Method in interface org.eclipse.jetty.io.EndPoint
Close any backing stream associated with the endpoint, passing a cause
close(Throwable) - Method in class org.eclipse.jetty.server.handler.ConnectHandler.DownstreamConnection
 
close(Throwable) - Method in class org.eclipse.jetty.server.handler.ConnectHandler.UpstreamConnection
 
close(Throwable) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
CLOSE - Enum constant in enum class org.eclipse.jetty.http.HttpHeaderValue
 
CLOSE - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
CLOSE_NOTIFY - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.tls_alert
 
closeable() - Static method in interface org.eclipse.jetty.util.resource.ResourceFactory
A ResourceFactory that can close it's opened resources using the Java standard AutoCloseable techniques.
closeByHTTP(HttpFields) - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpConnectionOverFCGI
 
closed(Throwable) - Method in class org.eclipse.jetty.quic.common.QuicStreamEndPoint
 
closed(Socket) - Method in interface org.eclipse.jetty.io.NetworkTrafficListener
Callback method invoked when a connection to a remote client has been closed.
CLOSED - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
CLOSED - Enum constant in enum class org.eclipse.jetty.http2.CloseState
Fully closed.
CLOSED_CRITICAL_STREAM_ERROR - Enum constant in enum class org.eclipse.jetty.http3.HTTP3ErrorCode
 
CloseInfo - Class in org.eclipse.jetty.quic.common
A record that captures error code and error reason.
CloseInfo(long, String) - Constructor for class org.eclipse.jetty.quic.common.CloseInfo
 
CloseInfo(long, String) - Constructor for class org.eclipse.jetty.quic.quiche.QuicheConnection.CloseInfo
 
CloseState - Enum Class in org.eclipse.jetty.http2
The set of close states for a stream or a session.
CloseState.Event - Enum Class in org.eclipse.jetty.http2
 
closeTag() - Method in class org.eclipse.jetty.xml.XmlAppendable
 
CLOSING - Enum constant in enum class org.eclipse.jetty.http2.CloseState
A half-close frame has been received and a half-close frame has been generated, but not yet sent.
CNTL - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.Type
 
code - Variable in enum class org.eclipse.jetty.fcgi.FCGI.FrameType
 
code - Variable in enum class org.eclipse.jetty.fcgi.FCGI.Role
 
code - Variable in enum class org.eclipse.jetty.http2.ErrorCode
 
code() - Method in enum class org.eclipse.jetty.http3.HTTP3ErrorCode
 
code() - Method in enum class org.eclipse.jetty.quic.common.QuicErrorCode
 
Collection(RequestLog...) - Constructor for class org.eclipse.jetty.server.RequestLog.Collection
 
COLON - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.Type
 
combine(String, Constraint, Constraint) - Static method in interface org.eclipse.jetty.security.Constraint
Combine two Constraints by:
combine(Throwable, Throwable) - Static method in class org.eclipse.jetty.util.ExceptionUtil
Combine two, possible null, Throwables in a style to facilitate handling multiple exceptions that are accumulated as suppressed exceptions.
combine(List<Resource>) - Static method in interface org.eclipse.jetty.util.resource.ResourceFactory
Make a directory Resource containing a collection of other directory Resources
combine(Constraint, Constraint) - Static method in interface org.eclipse.jetty.security.Constraint
Combine two Constraints by using Constraint.combine(String, Constraint, Constraint) with a generated name.
combine(Callback, Callback) - Static method in interface org.eclipse.jetty.util.Callback
 
combine(Fields, Fields) - Static method in class org.eclipse.jetty.util.Fields
Combine two Fields
combine(Resource...) - Static method in interface org.eclipse.jetty.util.resource.ResourceFactory
Make a directory Resource containing a collection of directory Resources
combine(Invocable.InvocationType, Invocable.InvocationType) - Static method in interface org.eclipse.jetty.util.thread.Invocable
Combine two invocation type.
CombinedResource - Class in org.eclipse.jetty.util.resource
Multiple resource directories presented as a single Resource.
COMMA_NOT_VALID_OCTET - Enum constant in enum class org.eclipse.jetty.http.CookieCompliance.Violation
Deprecated.
Use SPECIAL_CHARS_IN_QUOTES
COMMA_SEPARATOR - Enum constant in enum class org.eclipse.jetty.http.CookieCompliance.Violation
A comma was found as separator between cookies.
COMMAND_CONNECT - Static variable in class org.eclipse.jetty.client.Socks5
The SOCKS5 CONNECT command used in SOCKS5 connect requests.
CommandLineBuilder - Class in org.eclipse.jetty.start
 
CommandLineBuilder() - Constructor for class org.eclipse.jetty.start.CommandLineBuilder
 
CommandLineBuilder(String) - Constructor for class org.eclipse.jetty.start.CommandLineBuilder
 
CommandLineConfigSource - Class in org.eclipse.jetty.start.config
Configuration Source representing the Command Line arguments.
CommandLineConfigSource(String[]) - Constructor for class org.eclipse.jetty.start.config.CommandLineConfigSource
 
comment(String) - Method in class org.eclipse.jetty.http.HttpCookie.Builder
 
COMMENT_ATTRIBUTE - Static variable in interface org.eclipse.jetty.http.HttpCookie
 
commit() - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
commit() - Method in class org.eclipse.jetty.security.jaas.spi.AbstractLoginModule
 
commit() - Method in class org.eclipse.jetty.security.jaas.spi.LdapLoginModule
 
commit() - Method in class org.eclipse.jetty.server.internal.ResponseHttpFields
 
commit(boolean, Callback, ByteBuffer) - Method in class org.eclipse.jetty.server.handler.gzip.GzipResponseAndCallback
 
commit(ManagedSession) - Method in class org.eclipse.jetty.session.AbstractSessionCache
A response that has accessed this session is about to be returned to the client.
commit(ManagedSession) - Method in class org.eclipse.jetty.session.AbstractSessionManager
Called when a response is about to be committed.
commit(ManagedSession) - Method in interface org.eclipse.jetty.session.SessionCache
Called when a response is about to be committed.
commit(ManagedSession) - Method in interface org.eclipse.jetty.session.SessionManager
 
COMMITTED - Enum constant in enum class org.eclipse.jetty.http.HttpGenerator.State
 
compact(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Compact the buffer
compactPath(String) - Static method in class org.eclipse.jetty.util.URIUtil
Convert a path to a compact form.
CompactPathRule - Class in org.eclipse.jetty.rewrite.handler
Rewrites the URI by compacting to remove occurrences of //.
CompactPathRule() - Constructor for class org.eclipse.jetty.rewrite.handler.CompactPathRule
 
COMPARATOR - Static variable in class org.eclipse.jetty.http2.HTTP2Cipher
 
compare(String, String) - Method in class org.eclipse.jetty.http2.HTTP2Cipher.CipherComparator
 
compare(String, String) - Method in class org.eclipse.jetty.start.NaturalSort.Strings
 
compare(Path, Path) - Method in class org.eclipse.jetty.start.NaturalSort.Paths
 
compare(PathSpec, PathSpec) - Method in class org.eclipse.jetty.security.SecurityHandler.PathMapped
Comparator method to sort paths from least specific to most specific.
compareAndSet(int, int, int, int) - Method in class org.eclipse.jetty.util.AtomicBiInteger
Atomically sets the hi and lo values to the given updated values only if the current hi and lo values == the expected hi and lo values.
compareAndSet(long, int, int) - Method in class org.eclipse.jetty.util.AtomicBiInteger
Atomically sets the values to the given updated values only if the current encoded value == the expected encoded value.
compareAndSetHi(int, int) - Method in class org.eclipse.jetty.util.AtomicBiInteger
Atomically sets the hi value to the given updated value only if the current value == the expected value.
compareAndSetLo(int, int) - Method in class org.eclipse.jetty.util.AtomicBiInteger
Atomically sets the lo value to the given updated value only if the current value == the expected value.
compareTo(MappedResource<E>) - Method in class org.eclipse.jetty.http.pathmap.MappedResource
Comparison is based solely on the pathSpec
compareTo(PathSpec) - Method in class org.eclipse.jetty.http.pathmap.AbstractPathSpec
 
compareTo(PathSpec) - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
compareTo(Module) - Method in class org.eclipse.jetty.start.Module
 
compareTo(Version) - Method in class org.eclipse.jetty.start.Version
Compares with other version.
compile(byte[]) - Static method in class org.eclipse.jetty.util.SearchPattern
Creates a SearchPattern instance which can be used to find matches of the pattern in data.
compile(String) - Static method in class org.eclipse.jetty.util.SearchPattern
Creates a SearchPattern instance which can be used to find matches of the pattern in data.
Completable() - Constructor for class org.eclipse.jetty.util.Callback.Completable
 
Completable() - Constructor for class org.eclipse.jetty.util.Promise.Completable
 
Completable(Invocable.InvocationType) - Constructor for class org.eclipse.jetty.util.Callback.Completable
 
complete() - Method in class org.eclipse.jetty.http2.parser.HeaderBlockFragments
 
complete() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
Complete the appendable, adding a replacement character and coding error if the sequence is not currently complete.
complete(ManagedSession) - Method in class org.eclipse.jetty.session.AbstractSessionManager
Called when a request is finally leaving a session.
complete(ManagedSession) - Method in interface org.eclipse.jetty.session.SessionManager
 
COMPLETE - Enum constant in enum class org.eclipse.jetty.fcgi.parser.ContentParser.Result
The frame content parsing is complete, and the parser can now parse the padding bytes.
completed() - Method in interface org.eclipse.jetty.util.Callback.Completing
 
completed() - Method in class org.eclipse.jetty.util.Callback.Nested
 
completed(String) - Method in class org.eclipse.jetty.io.NegotiatingClientConnection
 
completeWith(CompletableFuture<?>) - Method in interface org.eclipse.jetty.util.Callback
Completes this callback with the given CompletableFuture.
completeWith(CompletableFuture<C>) - Method in interface org.eclipse.jetty.util.Promise
Completes this promise with the given CompletableFuture.
completeWrite() - Method in class org.eclipse.jetty.io.WriteFlusher
Complete a write that has not completed and that called WriteFlusher.onIncompleteFlush() to request a call to this method when a call to EndPoint.flush(ByteBuffer...) is likely to be able to progress.
COMPLETING - Enum constant in enum class org.eclipse.jetty.http.HttpGenerator.State
 
COMPLETING_1XX - Enum constant in enum class org.eclipse.jetty.http.HttpGenerator.State
 
ComplianceViolation - Interface in org.eclipse.jetty.http
A Compliance Violation represents a requirement of an RFC, specification or Jetty implementation that may be allowed to be violated if it is included in a ComplianceViolation.Mode.
ComplianceViolation.Listener - Interface in org.eclipse.jetty.http
A listener that can be notified of violations.
ComplianceViolation.Mode - Interface in org.eclipse.jetty.http
A Mode is a set of ComplianceViolations that are allowed.
compliesWith(CookieCompliance) - Method in class org.eclipse.jetty.http.CookieCompliance
 
Components - Interface in org.eclipse.jetty.server
Common components made available via a Request
composeName(String, String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
composeName(String, String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
composeName(String, String) - Method in class org.eclipse.jetty.jndi.NamingContext
Join two names together.
composeName(Name, Name) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
composeName(Name, Name) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
composeName(Name, Name) - Method in class org.eclipse.jetty.jndi.NamingContext
Join two names together.
CompoundPool<P> - Class in org.eclipse.jetty.io.internal
A Pool implementation that uses a primary pool which overflows to a secondary pool.
CompoundPool(Pool<P>, Pool<P>) - Constructor for class org.eclipse.jetty.io.internal.CompoundPool
 
CompressedContentFormat - Class in org.eclipse.jetty.http
 
CompressedContentFormat(String, String) - Constructor for class org.eclipse.jetty.http.CompressedContentFormat
 
COMPRESSION_ERROR - Enum constant in enum class org.eclipse.jetty.http2.ErrorCode
Indicates inability to maintain the HPACK compression context.
CompressionException(String, Object...) - Constructor for exception class org.eclipse.jetty.http2.hpack.HpackException.CompressionException
 
CompressionPool<T> - Class in org.eclipse.jetty.util.compression
 
CompressionPool(int) - Constructor for class org.eclipse.jetty.util.compression.CompressionPool
Create a Pool of CompressionPool instances.
CompressionPool.Entry - Class in org.eclipse.jetty.util.compression
 
computeEnsure(HttpField, String[], List<HttpField>) - Static method in interface org.eclipse.jetty.http.HttpFields.Mutable
Compute ensure field with a multiple values
computeEnsure(HttpField, List<HttpField>) - Static method in interface org.eclipse.jetty.http.HttpFields.Mutable
Compute ensure field with a single value
computeField(String, BiFunction<String, List<HttpField>, HttpField>) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
Computes a single field for the given HTTP header name and for existing fields with the same name.
computeField(String, BiFunction<String, List<HttpField>, HttpField>) - Method in class org.eclipse.jetty.http.HttpFields.MutableHttpFields
 
computeField(HttpHeader, BiFunction<HttpHeader, List<HttpField>, HttpField>) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
Computes a single field for the given HttpHeader and for existing fields with the same header.
computeField(HttpHeader, BiFunction<HttpHeader, List<HttpField>, HttpField>) - Method in class org.eclipse.jetty.http.HttpFields.MutableHttpFields
 
computeField(T, BiFunction<T, List<HttpField>, HttpField>, BiPredicate<HttpField, T>) - Method in class org.eclipse.jetty.http.HttpFields.MutableHttpFields
 
computeWeakEtag(Path) - Static method in class org.eclipse.jetty.http.EtagUtils
Compute the weak etag for the provided Path reference.
computeWeakEtag(Path, String) - Static method in class org.eclipse.jetty.http.EtagUtils
Compute the weak etag for the provided Path reference.
computeWeakEtag(Resource) - Static method in class org.eclipse.jetty.http.EtagUtils
Compute the weak etag for the provided Resource reference.
computeWeakEtag(Resource, String) - Static method in class org.eclipse.jetty.http.EtagUtils
Compute the weak etag for the provided Resource reference.
concat(Iterator<T>, Iterator<T>) - Static method in class org.eclipse.jetty.util.TypeUtil
 
ConcurrentEntry(ConcurrentPool<E>) - Constructor for class org.eclipse.jetty.util.ConcurrentPool.ConcurrentEntry
 
ConcurrentPool<P> - Class in org.eclipse.jetty.util
A concurrent implementation of Pool.
ConcurrentPool(ConcurrentPool.StrategyType, int) - Constructor for class org.eclipse.jetty.util.ConcurrentPool
Creates an instance with the specified strategy and no ThreadLocal cache.
ConcurrentPool(ConcurrentPool.StrategyType, int, boolean) - Constructor for class org.eclipse.jetty.util.ConcurrentPool
Creates an instance with the specified strategy and an optional ThreadLocal cache.
ConcurrentPool(ConcurrentPool.StrategyType, int, boolean, ToIntFunction<P>) - Constructor for class org.eclipse.jetty.util.ConcurrentPool
Creates an instance with the specified strategy, an optional ThreadLocal cache.
ConcurrentPool.ConcurrentEntry<E> - Class in org.eclipse.jetty.util
A Pool entry that holds metadata and a pooled object.
ConcurrentPool.StrategyType - Enum Class in org.eclipse.jetty.util
The type of the strategy to use for the pool.
config(Props) - Method in class org.eclipse.jetty.start.ModuleGraphWriter
 
ConfigSource - Interface in org.eclipse.jetty.start.config
A Configuration Source
ConfigSources - Class in org.eclipse.jetty.start.config
Weighted List of ConfigSources.
ConfigSources() - Constructor for class org.eclipse.jetty.start.config.ConfigSources
 
CONFIGURATION_CLASSES - Static variable in interface org.eclipse.jetty.server.Deployable
 
ConfigurationProcessor - Interface in org.eclipse.jetty.xml
A ConfigurationProcessor for non XmlConfiguration format files.
ConfigurationProcessorFactory - Interface in org.eclipse.jetty.xml
 
Configurator() - Constructor for class org.eclipse.jetty.io.ClientConnector.Configurator
 
configure() - Method in interface org.eclipse.jetty.xml.ConfigurationProcessor
 
configure() - Method in class org.eclipse.jetty.xml.XmlConfiguration
Applies the XML configuration script.
configure(Object) - Method in interface org.eclipse.jetty.xml.ConfigurationProcessor
 
configure(Object) - Method in class org.eclipse.jetty.xml.XmlConfiguration
Applies the XML configuration script to the given object.
configure(Socket) - Method in class org.eclipse.jetty.server.ServerConnector
 
configure(SelectableChannel) - Method in class org.eclipse.jetty.io.ClientConnector
 
configure(SSLEngine, Connection) - Method in class org.eclipse.jetty.alpn.conscrypt.client.ConscryptClientALPNProcessor
 
configure(SSLEngine, Connection) - Method in class org.eclipse.jetty.alpn.conscrypt.server.ConscryptServerALPNProcessor
 
configure(SSLEngine, Connection) - Method in class org.eclipse.jetty.alpn.java.client.JDK9ClientALPNProcessor
 
configure(SSLEngine, Connection) - Method in class org.eclipse.jetty.alpn.java.server.JDK9ServerALPNProcessor
 
configure(SSLEngine, Connection) - Method in interface org.eclipse.jetty.io.ssl.ALPNProcessor
Configures the given SSLEngine and the given Connection for ALPN.
configure(AbstractConnection, Connector, EndPoint) - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
 
configure(AbstractConnection, Connector, EndPoint) - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
configure(Connector) - Method in interface org.eclipse.jetty.server.ConnectionFactory.Configuring
Called during LifeCycle.start().
configure(Connector) - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
configureCallbacks() - Method in class org.eclipse.jetty.security.jaas.spi.AbstractLoginModule
 
configureForSubject(Subject) - Method in class org.eclipse.jetty.security.RolePrincipal
 
configureHttpClient(HttpClient) - Method in class org.eclipse.jetty.proxy.ProxyHandler
Configures the HttpClient instance before it is started.
configureSubject(Subject) - Method in class org.eclipse.jetty.security.UserPrincipal
 
CONFLICT - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
CONFLICT_409 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
connect() - Method in class org.eclipse.jetty.server.LocalConnector
 
connect(InetSocketAddress, Map<String, Object>) - Method in class org.eclipse.jetty.client.AbstractConnectorHttpClientTransport
 
connect(InetSocketAddress, Map<String, Object>) - Method in interface org.eclipse.jetty.client.HttpClientTransport
connect(InetSocketAddress, Map<String, Object>) - Method in class org.eclipse.jetty.http2.client.transport.HttpClientTransportOverHTTP2
 
connect(InetSocketAddress, Map<String, Object>) - Method in class org.eclipse.jetty.http3.client.transport.HttpClientTransportOverHTTP3
 
connect(InetSocketAddress, ClientConnectionFactory, Session.Listener, Promise<Session>, Map<String, Object>) - Method in class org.eclipse.jetty.http2.client.transport.HttpClientTransportOverHTTP2
 
connect(SocketAddress, Map<String, Object>) - Method in class org.eclipse.jetty.client.AbstractConnectorHttpClientTransport
 
connect(SocketAddress, Map<String, Object>) - Method in interface org.eclipse.jetty.client.HttpClientTransport
Establishes a physical connection to the given address.
connect(SocketAddress, Map<String, Object>) - Method in class org.eclipse.jetty.http2.client.transport.HttpClientTransportOverHTTP2
 
connect(SocketAddress, Map<String, Object>) - Method in class org.eclipse.jetty.http3.client.transport.HttpClientTransportOverHTTP3
 
connect(SocketAddress, Map<String, Object>) - Method in class org.eclipse.jetty.io.ClientConnector
 
connect(SocketAddress, Session.Listener) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
connect(SocketAddress, Session.Listener, Promise<Session>) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
connect(SocketAddress, Session.Client.Listener) - Method in class org.eclipse.jetty.http3.client.HTTP3Client
 
connect(SocketAddress, Session.Client.Listener, Map<String, Object>) - Method in class org.eclipse.jetty.http3.client.HTTP3Client
 
connect(SocketAddress, ClientConnectionFactory, Session.Listener, Promise<Session>, Map<String, Object>) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
connect(SocketAddress, ClientConnectionFactory, Session.Listener, Promise<Session>, Map<String, Object>) - Method in class org.eclipse.jetty.http2.client.transport.HttpClientTransportOverHTTP2
 
connect(SelectableChannel, Object) - Method in class org.eclipse.jetty.io.SelectorManager
Registers a channel to perform a non-blocking connect.
connect(QuicheConfig, InetSocketAddress, InetSocketAddress) - Static method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
 
connect(QuicheConfig, InetSocketAddress, InetSocketAddress) - Static method in class org.eclipse.jetty.quic.quiche.QuicheConnection
 
connect(QuicheConfig, InetSocketAddress, InetSocketAddress, int) - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheBinding
 
connect(QuicheConfig, InetSocketAddress, InetSocketAddress, int) - Static method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
 
connect(QuicheConfig, InetSocketAddress, InetSocketAddress, int) - Method in interface org.eclipse.jetty.quic.quiche.QuicheBinding
 
connect(QuicheConfig, InetSocketAddress, InetSocketAddress, int) - Static method in class org.eclipse.jetty.quic.quiche.QuicheConnection
 
connect(SslContextFactory, SocketAddress, Session.Listener) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
connect(SslContextFactory, SocketAddress, Session.Listener, Promise<Session>) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
connect(SslContextFactory, SocketAddress, Session.Listener, Promise<Session>, Map<String, Object>) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
CONNECT - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
ConnectContext(Request, Response, Callback, EndPoint) - Constructor for class org.eclipse.jetty.server.handler.ConnectHandler.ConnectContext
 
connectDatabase() - Method in class org.eclipse.jetty.security.JDBCLoginService
Connect to database with parameters setup by loadConfig()
connectFailed(Throwable, Map<String, Object>) - Method in class org.eclipse.jetty.io.ClientConnector
 
connectFailed(Map<String, Object>, Throwable) - Method in class org.eclipse.jetty.client.AbstractHttpClientTransport
 
ConnectHandler - Class in org.eclipse.jetty.server.handler
Implementation of a Handler that supports HTTP CONNECT.
ConnectHandler() - Constructor for class org.eclipse.jetty.server.handler.ConnectHandler
 
ConnectHandler(Handler) - Constructor for class org.eclipse.jetty.server.handler.ConnectHandler
 
ConnectHandler.ConnectContext - Class in org.eclipse.jetty.server.handler
 
ConnectHandler.ConnectManager - Class in org.eclipse.jetty.server.handler
 
ConnectHandler.DownstreamConnection - Class in org.eclipse.jetty.server.handler
 
ConnectHandler.UpstreamConnection - Class in org.eclipse.jetty.server.handler
 
Connection - Interface in org.eclipse.jetty.client
Connection represent a connection to a Destination and allow applications to send requests via Connection.send(Request, Response.CompleteListener).
Connection - Interface in org.eclipse.jetty.io
A Connection is associated to an EndPoint so that I/O events happening on the EndPoint can be processed by the Connection.
CONNECTION - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
General Fields.
CONNECTION_CLOSE - Static variable in interface org.eclipse.jetty.http.HttpFields
 
CONNECTION_ID_LIMIT_ERROR - Enum constant in enum class org.eclipse.jetty.quic.common.QuicErrorCode
 
CONNECTION_ID_LIMIT_ERROR - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quic_error
 
CONNECTION_KEEPALIVE - Static variable in interface org.eclipse.jetty.http.HttpFields
 
CONNECTION_PROMISE_CONTEXT_KEY - Static variable in class org.eclipse.jetty.io.ClientConnector
 
CONNECTION_REFUSED - Enum constant in enum class org.eclipse.jetty.quic.common.QuicErrorCode
 
CONNECTION_REFUSED - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quic_error
 
Connection.Listener - Interface in org.eclipse.jetty.io
A Listener for connection events.
Connection.UpgradeFrom - Interface in org.eclipse.jetty.io
Connection implementations implement this interface when they can upgrade from the protocol they speak (for example HTTP/1.1) to a different protocol (e.g.
Connection.UpgradeTo - Interface in org.eclipse.jetty.io
Connection implementations implement this interface when they can be upgraded to the protocol they speak (e.g.
connectionClosed(Connection, Throwable) - Method in class org.eclipse.jetty.io.SelectorManager
Callback method invoked when a connection is closed.
ConnectionFactory - Interface in org.eclipse.jetty.server
A Factory to create Connection instances for Connectors.
ConnectionFactory.Configuring - Interface in org.eclipse.jetty.server
A ConnectionFactory that can configure the connector.
ConnectionFactory.Detecting - Interface in org.eclipse.jetty.server
Connections created by this factory MUST implement Connection.UpgradeTo.
ConnectionFactory.Detecting.Detection - Enum Class in org.eclipse.jetty.server
The possible outcomes of the ConnectionFactory.Detecting.detect(ByteBuffer) method.
ConnectionFactory.Upgrading - Interface in org.eclipse.jetty.server
 
connectionFailed(SelectableChannel, Throwable, Object) - Method in class org.eclipse.jetty.io.ClientConnector.ClientSelectorManager
 
connectionFailed(SelectableChannel, Throwable, Object) - Method in class org.eclipse.jetty.io.SelectorManager
Callback method invoked when a non-blocking connect cannot be completed.
connectionFailed(SelectableChannel, Throwable, Object) - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ConnectManager
 
connectionFailure(ByteBuffer, int, String) - Method in class org.eclipse.jetty.http2.parser.BodyParser
 
ConnectionLimit - Class in org.eclipse.jetty.server
A Listener that limits the number of Connections.
ConnectionLimit(int, Connector...) - Constructor for class org.eclipse.jetty.server.ConnectionLimit
 
ConnectionLimit(int, Server) - Constructor for class org.eclipse.jetty.server.ConnectionLimit
 
ConnectionMetaData - Interface in org.eclipse.jetty.server
 
ConnectionMetaData.Wrapper - Class in org.eclipse.jetty.server
 
connectionOpened(Connection, Object) - Method in class org.eclipse.jetty.io.ClientConnector.ClientSelectorManager
 
connectionOpened(Connection, Object) - Method in class org.eclipse.jetty.io.SelectorManager
Callback method invoked when a connection is opened.
ConnectionPool - Interface in org.eclipse.jetty.client
Client-side connection pool abstraction.
ConnectionPool.Factory - Interface in org.eclipse.jetty.client
Factory for ConnectionPool instances.
ConnectionPool.MaxMultiplexable - Interface in org.eclipse.jetty.client
Marks a connection as supporting multiplexed requests.
ConnectionPool.MaxUsable - Interface in org.eclipse.jetty.client
Marks a connection as being usable for a maximum number of requests.
ConnectionSet() - Constructor for class org.eclipse.jetty.io.IncludeExcludeConnectionStatistics.ConnectionSet
 
ConnectionStatistics - Class in org.eclipse.jetty.io
A Connection.Listener that tracks connection statistics.
ConnectionStatistics() - Constructor for class org.eclipse.jetty.io.ConnectionStatistics
 
ConnectionStatistics.Stats - Class in org.eclipse.jetty.io
 
ConnectionStatisticsMBean - Class in org.eclipse.jetty.io.jmx
 
ConnectionStatisticsMBean(Object) - Constructor for class org.eclipse.jetty.io.jmx.ConnectionStatisticsMBean
 
ConnectManager(Executor, Scheduler, int) - Constructor for class org.eclipse.jetty.server.handler.ConnectHandler.ConnectManager
 
Connector - Interface in org.eclipse.jetty.server
A Connector accept connections and data from remote peers, and allows applications to send data to remote peers, by setting up the machinery needed to handle such tasks.
ConnectorServer - Class in org.eclipse.jetty.jmx
LifeCycle wrapper for JMXConnectorServer.
ConnectorServer(JMXServiceURL, String) - Constructor for class org.eclipse.jetty.jmx.ConnectorServer
Constructs a ConnectorServer
ConnectorServer(JMXServiceURL, Map<String, ?>, String) - Constructor for class org.eclipse.jetty.jmx.ConnectorServer
Constructs a ConnectorServer
ConnectorServer(JMXServiceURL, Map<String, ?>, String, SslContextFactory.Server) - Constructor for class org.eclipse.jetty.jmx.ConnectorServer
Constructs a ConnectorServer
ConnectorsThreadPoolLowResourceCheck() - Constructor for class org.eclipse.jetty.server.LowResourceMonitor.ConnectorsThreadPoolLowResourceCheck
 
ConnectRequest(long, String, HostPortHttpField, String, HttpFields, String) - Constructor for class org.eclipse.jetty.http.MetaData.ConnectRequest
 
ConnectRequest(long, HttpScheme, HostPortHttpField, String, HttpFields, String) - Constructor for class org.eclipse.jetty.http.MetaData.ConnectRequest
 
ConnectRequest(String, HostPortHttpField, String, HttpFields, String) - Constructor for class org.eclipse.jetty.http.MetaData.ConnectRequest
 
ConnectRequest(HttpScheme, HostPortHttpField, String, HttpFields, String) - Constructor for class org.eclipse.jetty.http.MetaData.ConnectRequest
 
connectToServer(Request, String, int, Promise<SocketChannel>) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
ConscryptClientALPNProcessor - Class in org.eclipse.jetty.alpn.conscrypt.client
 
ConscryptClientALPNProcessor() - Constructor for class org.eclipse.jetty.alpn.conscrypt.client.ConscryptClientALPNProcessor
 
ConscryptServerALPNProcessor - Class in org.eclipse.jetty.alpn.conscrypt.server
 
ConscryptServerALPNProcessor() - Constructor for class org.eclipse.jetty.alpn.conscrypt.server.ConscryptServerALPNProcessor
 
ConstantThrowable - Exception Class in org.eclipse.jetty.util
A Throwable that may be used in static contexts.
ConstantThrowable() - Constructor for exception class org.eclipse.jetty.util.ConstantThrowable
 
ConstantThrowable(String) - Constructor for exception class org.eclipse.jetty.util.ConstantThrowable
 
Constraint - Interface in org.eclipse.jetty.security
A Security constraint that is applied to a request, which contain: A name Authorization to specify if authentication is needed and what roles are applicable An optional list of role names used for Constraint.Authorization.KNOWN_ROLE A Transport constraint, indicating if it must be secure or not.
Constraint.Authorization - Enum Class in org.eclipse.jetty.security
The Authorization applied to any authentication of the request/
Constraint.Builder - Class in org.eclipse.jetty.security
Builder for Constraint.
Constraint.Transport - Enum Class in org.eclipse.jetty.security
The constraints requirement for the transport
consumeAll(Content.Source) - Static method in interface org.eclipse.jetty.io.Content.Source
Reads, blocking if necessary, the given content source, until a failure or EOF, and discards the content.
consumeAll(Content.Source, Callback) - Static method in interface org.eclipse.jetty.io.Content.Source
Reads, non-blocking, the given content source, until a failure or EOF and discards the content.
consumeAvailable() - Method in class org.eclipse.jetty.fcgi.server.internal.HttpStreamOverFCGI
 
consumeAvailable() - Method in class org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2
 
consumeAvailable() - Method in class org.eclipse.jetty.http3.server.internal.HttpStreamOverHTTP3
 
consumeAvailable() - Method in interface org.eclipse.jetty.server.HttpStream
 
consumeAvailable() - Method in class org.eclipse.jetty.server.HttpStream.Wrapper
 
consumeAvailable() - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelRequest
 
consumeAvailable() - Method in class org.eclipse.jetty.server.internal.HttpConnection.HttpStreamOverHTTP1
 
consumeAvailable() - Method in interface org.eclipse.jetty.server.Request
Consume any available content.
consumeAvailable() - Method in class org.eclipse.jetty.server.Request.Wrapper
 
consumeAvailable(HttpStream, HttpConfiguration) - Static method in interface org.eclipse.jetty.server.HttpStream
 
Container - Interface in org.eclipse.jetty.util.component
A Container
CONTAINER_SCAN_JARS - Static variable in interface org.eclipse.jetty.server.Deployable
 
Container.InheritedListener - Interface in org.eclipse.jetty.util.component
Inherited Listener.
Container.Listener - Interface in org.eclipse.jetty.util.component
A listener for Container events.
ContainerLifeCycle - Class in org.eclipse.jetty.util.component
A ContainerLifeCycle is an LifeCycle implementation for a collection of contained beans.
ContainerLifeCycle() - Constructor for class org.eclipse.jetty.util.component.ContainerLifeCycle
 
contains(Object) - Method in class org.eclipse.jetty.util.AsciiLowerCaseSet
 
contains(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
contains(Object, Object) - Static method in class org.eclipse.jetty.util.LazyList
 
contains(String) - Method in class org.eclipse.jetty.http.HttpField
Look for a value in a possible multivalued field
contains(String) - Method in interface org.eclipse.jetty.http.HttpFields
 
contains(String) - Method in class org.eclipse.jetty.http.PreEncodedHttpField
 
contains(String) - Method in class org.eclipse.jetty.session.AbstractSessionCache
Check to see if this cache contains an entry for the session corresponding to the session id.
contains(String) - Method in interface org.eclipse.jetty.session.SessionCache
Check to see if a Session is in the cache.
contains(String) - Method in interface org.eclipse.jetty.util.Index
Check if there is an exact match from a String key
contains(String, String) - Static method in class org.eclipse.jetty.http.HttpField
Look for a value in a possible multivalued field
contains(String, String) - Method in interface org.eclipse.jetty.http.HttpFields
 
contains(EnumSet<HttpHeader>) - Method in interface org.eclipse.jetty.http.HttpFields
 
contains(HttpField) - Method in interface org.eclipse.jetty.http.HttpFields
 
contains(HttpHeader) - Method in interface org.eclipse.jetty.http.HttpFields
 
contains(HttpHeader, String) - Method in interface org.eclipse.jetty.http.HttpFields
 
containsKey(String) - Method in class org.eclipse.jetty.start.Props
 
containsSameFieldName(Field, Class<?>, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
containsSameMethodSignature(Method, Class<?>, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
containsSimpleValue(V) - Method in class org.eclipse.jetty.util.MultiMap
Test for a specific single value in the map.
content(String) - Method in class org.eclipse.jetty.xml.XmlAppendable
 
content(ByteBuffer) - Method in class org.eclipse.jetty.client.transport.internal.HttpReceiverOverHTTP
 
content(ByteBuffer) - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
 
content(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpTester.Message
 
content(ByteBuffer) - Method in class org.eclipse.jetty.server.internal.HttpConnection.RequestHandler
 
content(ByteBuffer, boolean) - Method in interface org.eclipse.jetty.server.internal.MultiPartParser.Handler
 
content(Content.Chunk) - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpChannelOverFCGI
 
Content - Class in org.eclipse.jetty.io
Namespace class that contains the definitions of a content source, a content sink and a content chunk.
CONTENT - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
CONTENT_DISPOSITION - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
CONTENT_ENCODING - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
CONTENT_END - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
CONTENT_HEADERS - Static variable in enum class org.eclipse.jetty.http.HttpHeader
 
CONTENT_HEADERS_304 - Static variable in enum class org.eclipse.jetty.http.HttpHeader
 
CONTENT_LANGUAGE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
CONTENT_LENGTH - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
CONTENT_LENGTH - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.EndOfContent
 
CONTENT_LENGTH - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
 
CONTENT_LENGTH_0 - Static variable in interface org.eclipse.jetty.http.HttpFields
 
CONTENT_LOCATION - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
CONTENT_MD5 - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
CONTENT_NOT_CONSUMED - Static variable in interface org.eclipse.jetty.server.HttpStream
 
CONTENT_RANGE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
CONTENT_TYPE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
CONTENT_TYPE - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
 
Content.Chunk - Interface in org.eclipse.jetty.io
A chunk of content indicating whether it is the last chunk.
Content.Chunk.Processor - Interface in org.eclipse.jetty.io
Implementations of this interface may process Content.Chunks being copied by the Content.copy(Source, Sink, Processor, Callback) method, so that Content.Chunks of unknown types can be copied.
Content.Sink - Interface in org.eclipse.jetty.io
A content sink that writes the content to its implementation (a socket, a file, etc.).
Content.Source - Interface in org.eclipse.jetty.io
A source of content that can be read with a read/demand model.
contentComplete() - Method in class org.eclipse.jetty.client.transport.internal.HttpReceiverOverHTTP
 
contentComplete() - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
 
contentComplete() - Method in class org.eclipse.jetty.http.HttpTester.Message
 
contentComplete() - Method in class org.eclipse.jetty.server.internal.HttpConnection.RequestHandler
 
ContentCopier - Class in org.eclipse.jetty.io.internal
 
ContentCopier(Content.Source, Content.Sink, Content.Chunk.Processor, Callback) - Constructor for class org.eclipse.jetty.io.internal.ContentCopier
 
ContentDecoder - Interface in org.eclipse.jetty.client
ContentDecoder decodes content bytes of a response.
ContentDecoder.Factories - Class in org.eclipse.jetty.client
 
ContentDecoder.Factory - Class in org.eclipse.jetty.client
Factory for ContentDecoders; subclasses must implement ContentDecoder.Factory.newContentDecoder().
ContentParser - Class in org.eclipse.jetty.fcgi.parser
Parser for FastCGI frame content.
ContentParser(HeaderParser) - Constructor for class org.eclipse.jetty.fcgi.parser.ContentParser
 
ContentParser.Result - Enum Class in org.eclipse.jetty.fcgi.parser
The result of the frame content parsing.
ContentResponse - Interface in org.eclipse.jetty.client
A specialized Response that can hold a limited content in memory.
ContentSinkOutputStream - Class in org.eclipse.jetty.io.content
An OutputStream backed by a Content.Sink.
ContentSinkOutputStream(Content.Sink) - Constructor for class org.eclipse.jetty.io.content.ContentSinkOutputStream
 
ContentSinkSubscriber - Class in org.eclipse.jetty.io.content
ContentSinkSubscriber(Content.Sink, Callback) - Constructor for class org.eclipse.jetty.io.content.ContentSinkSubscriber
 
ContentSource(String) - Constructor for class org.eclipse.jetty.http.MultiPartByteRanges.ContentSource
 
ContentSource(String) - Constructor for class org.eclipse.jetty.http.MultiPartFormData.ContentSource
 
ContentSourceByteBuffer - Class in org.eclipse.jetty.io.internal
 
ContentSourceByteBuffer(Content.Source, Promise<ByteBuffer>) - Constructor for class org.eclipse.jetty.io.internal.ContentSourceByteBuffer
 
ContentSourceCompletableFuture<X> - Class in org.eclipse.jetty.io.content
A utility class to convert content from a Content.Source to an instance available via a CompletableFuture.
ContentSourceCompletableFuture(Content.Source) - Constructor for class org.eclipse.jetty.io.content.ContentSourceCompletableFuture
 
ContentSourceConsumer - Class in org.eclipse.jetty.io.internal
 
ContentSourceConsumer(Content.Source, Callback) - Constructor for class org.eclipse.jetty.io.internal.ContentSourceConsumer
 
ContentSourceInputStream - Class in org.eclipse.jetty.io.content
An InputStream that is backed by a Content.Source.
ContentSourceInputStream(Content.Source) - Constructor for class org.eclipse.jetty.io.content.ContentSourceInputStream
 
ContentSourcePart(String, String, HttpFields, Content.Source) - Constructor for class org.eclipse.jetty.http.MultiPart.ContentSourcePart
 
ContentSourcePublisher - Class in org.eclipse.jetty.io.content
ContentSourcePublisher(Content.Source) - Constructor for class org.eclipse.jetty.io.content.ContentSourcePublisher
 
ContentSourceString - Class in org.eclipse.jetty.io.internal
 
ContentSourceString(Content.Source, Charset, Promise<String>) - Constructor for class org.eclipse.jetty.io.internal.ContentSourceString
 
ContentSourceTransformer - Class in org.eclipse.jetty.io.content
This abstract Content.Source wraps another Content.Source and implementers need only to implement the ContentSourceTransformer.transform(Content.Chunk) method, which is used to transform Content.Chunk read from the wrapped source.
ContentSourceTransformer(Content.Source) - Constructor for class org.eclipse.jetty.io.content.ContentSourceTransformer
 
ContentSourceTransformer(Content.Source, SerializedInvoker) - Constructor for class org.eclipse.jetty.io.content.ContentSourceTransformer
 
Context - Interface in org.eclipse.jetty.server
The context for handling an HTTP request.
CONTEXT_KEY - Static variable in class org.eclipse.jetty.quic.common.QuicConfiguration
 
CONTEXT_PATH - Static variable in interface org.eclipse.jetty.server.Deployable
 
ContextFactory - Class in org.eclipse.jetty.jndi
ContextFactory
ContextFactory() - Constructor for class org.eclipse.jetty.jndi.ContextFactory
 
ContextHandler - Class in org.eclipse.jetty.server.handler
 
ContextHandler() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
 
ContextHandler(String) - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
 
ContextHandler(Handler) - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
 
ContextHandler(Handler, String) - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
 
ContextHandler.Availability - Enum Class in org.eclipse.jetty.server.handler
 
ContextHandler.ContextScopeListener - Interface in org.eclipse.jetty.server.handler
Listener for all threads entering context scope, including async IO callbacks
ContextHandler.ScopedContext - Class in org.eclipse.jetty.server.handler
 
ContextHandlerCollection - Class in org.eclipse.jetty.server.handler
Creates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any contained ContextHandlers.
ContextHandlerCollection(boolean, ContextHandler...) - Constructor for class org.eclipse.jetty.server.handler.ContextHandlerCollection
 
ContextHandlerCollection(ContextHandler...) - Constructor for class org.eclipse.jetty.server.handler.ContextHandlerCollection
 
ContextHandlerMBean - Class in org.eclipse.jetty.server.handler.jmx
 
ContextHandlerMBean(Object) - Constructor for class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
 
CONTEXTPATH - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
ContextProvider - Class in org.eclipse.jetty.deploy.providers
The webapps directory scanning provider.
ContextProvider() - Constructor for class org.eclipse.jetty.deploy.providers.ContextProvider
 
ContextProvider.Filter - Class in org.eclipse.jetty.deploy.providers
 
ContextRequest - Class in org.eclipse.jetty.server.handler
 
ContextRequest(ContextHandler.ScopedContext, Request) - Constructor for class org.eclipse.jetty.server.handler.ContextRequest
 
ContextResponse - Class in org.eclipse.jetty.server.handler
 
ContextResponse(ContextHandler.ScopedContext, Request, Response) - Constructor for class org.eclipse.jetty.server.handler.ContextResponse
 
CONTINUATION - Enum constant in enum class org.eclipse.jetty.http2.frames.FrameType
 
ContinuationBodyParser - Class in org.eclipse.jetty.http2.parser
 
ContinuationBodyParser(HeaderParser, Parser.Listener, HeaderBlockParser, HeaderBlockFragments) - Constructor for class org.eclipse.jetty.http2.parser.ContinuationBodyParser
 
ContinuationFrame - Class in org.eclipse.jetty.http2.frames
 
ContinuationFrame(int, boolean) - Constructor for class org.eclipse.jetty.http2.frames.ContinuationFrame
 
CONTINUE - Enum constant in enum class org.eclipse.jetty.http.HttpGenerator.Result
 
CONTINUE - Enum constant in enum class org.eclipse.jetty.http.HttpHeaderValue
 
CONTINUE - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
CONTINUE_100 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
CONTINUE_100_INFO - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
ContinueListener() - Constructor for class org.eclipse.jetty.client.ContinueProtocolHandler.ContinueListener
 
ContinueProtocolHandler - Class in org.eclipse.jetty.client
A protocol handler that handles the 100 response code.
ContinueProtocolHandler() - Constructor for class org.eclipse.jetty.client.ContinueProtocolHandler
 
ContinueProtocolHandler.ContinueListener - Class in org.eclipse.jetty.client
 
control(ByteBufferPool.Accumulator, Frame) - Method in class org.eclipse.jetty.http2.generator.Generator
 
ControlFlusher - Class in org.eclipse.jetty.http3
 
ControlFlusher(QuicSession, QuicStreamEndPoint, boolean) - Constructor for class org.eclipse.jetty.http3.ControlFlusher
 
ControlGenerator - Class in org.eclipse.jetty.http3.generator
 
ControlGenerator(ByteBufferPool, boolean) - Constructor for class org.eclipse.jetty.http3.generator.ControlGenerator
 
ControlParser - Class in org.eclipse.jetty.http3.parser
The HTTP/3 protocol parser.
ControlParser(ParserListener) - Constructor for class org.eclipse.jetty.http3.parser.ControlParser
 
ControlStreamConnection - Class in org.eclipse.jetty.http3.internal
 
ControlStreamConnection(EndPoint, Executor, ByteBufferPool, ControlParser) - Constructor for class org.eclipse.jetty.http3.internal.ControlStreamConnection
 
convert() - Method in class org.eclipse.jetty.io.internal.ContentSourceString
 
convert(SocketAddress) - Static method in class org.eclipse.jetty.quic.quiche.jna.sockaddr
 
convert(Fields) - Static method in class org.eclipse.jetty.client.FormRequestContent
 
convert(Fields, Charset) - Static method in class org.eclipse.jetty.client.FormRequestContent
 
convertCredentialLdapToJetty(String) - Static method in class org.eclipse.jetty.security.jaas.spi.LdapLoginModule
 
convertHexDigit(byte) - Static method in class org.eclipse.jetty.util.TypeUtil
 
convertHexDigit(char) - Static method in class org.eclipse.jetty.util.TypeUtil
 
convertHexDigit(int) - Static method in class org.eclipse.jetty.util.TypeUtil
 
convertIdentifier(String) - Method in class org.eclipse.jetty.session.DatabaseAdaptor
Convert a camel case identifier into either upper or lower depending on the way the db stores identifiers.
cookie(HttpCookie) - Method in interface org.eclipse.jetty.client.Request
 
cookie(HttpCookie) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
COOKIE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
Other Fields.
COOKIE_ATTRIBUTE - Static variable in interface org.eclipse.jetty.server.Request
 
CookieCache - Class in org.eclipse.jetty.http
Cookie parser
CookieCache() - Constructor for class org.eclipse.jetty.http.CookieCache
 
CookieCache(CookieCompliance, ComplianceViolation.Listener) - Constructor for class org.eclipse.jetty.http.CookieCache
 
CookieCompliance - Class in org.eclipse.jetty.http
The compliance mode for Cookie handling.
CookieCompliance(String, Set<CookieCompliance.Violation>) - Constructor for class org.eclipse.jetty.http.CookieCompliance
 
CookieCompliance.Violation - Enum Class in org.eclipse.jetty.http
 
CookieCutter - Class in org.eclipse.jetty.http
Deprecated.
CookieCutter(CookieParser.Handler, CookieCompliance, ComplianceViolation.Listener) - Constructor for class org.eclipse.jetty.http.CookieCutter
Deprecated.
 
CookieParser - Interface in org.eclipse.jetty.http
Cookie parser.
CookieParser.Handler - Interface in org.eclipse.jetty.http
The handler of parsed cookies.
CookieParser.InvalidCookieException - Exception Class in org.eclipse.jetty.http
The exception thrown when a cookie cannot be parsed and CookieCompliance.Violation.INVALID_COOKIES is not allowed.
CookiePatternRule - Class in org.eclipse.jetty.rewrite.handler
Sets a response cookie whenever the rule matches.
CookiePatternRule() - Constructor for class org.eclipse.jetty.rewrite.handler.CookiePatternRule
 
CookiePatternRule(String, String, String) - Constructor for class org.eclipse.jetty.rewrite.handler.CookiePatternRule
 
COOKIESETTIME - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
Coordinates() - Constructor for class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer.Coordinates
 
copy(File, File) - Static method in class org.eclipse.jetty.util.IO
Copy files or directories
copy(InputStream, OutputStream) - Static method in class org.eclipse.jetty.util.IO
Copy Stream in to Stream out until EOF or exception.
copy(InputStream, OutputStream, long) - Static method in class org.eclipse.jetty.util.IO
Copy Stream in to Stream for byteCount bytes or until EOF or exception.
copy(Reader, Writer) - Static method in class org.eclipse.jetty.util.IO
Copy Reader to Writer out until EOF or exception.
copy(Reader, Writer, long) - Static method in class org.eclipse.jetty.util.IO
Copy Reader to Writer for byteCount bytes or until EOF or exception.
copy(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Deep copy of a buffer
copy(Content.Source, Content.Sink, Content.Chunk.Processor, Callback) - Static method in class org.eclipse.jetty.io.Content
Copies the given content source to the given content sink, notifying the given callback when the copy is complete.
copy(Content.Source, Content.Sink, Callback) - Static method in class org.eclipse.jetty.io.Content
Copies the given content source to the given content sink, notifying the given callback when the copy is complete (either succeeded or failed).
copy(SessionData) - Method in class org.eclipse.jetty.session.SessionData
Copy the info from the given sessiondata
COPY - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
copyBuffer(ByteBuffer) - Method in class org.eclipse.jetty.io.ByteBufferAccumulator
 
copyBytes(byte[], int, int) - Method in class org.eclipse.jetty.io.ByteBufferAccumulator
 
copyDir(File, File) - Static method in class org.eclipse.jetty.util.IO
 
copyDirectory(Path, Path) - Method in class org.eclipse.jetty.start.FileInitializer
 
copyFile(File, File) - Static method in class org.eclipse.jetty.util.IO
 
copyRequest(Request, URI) - Method in class org.eclipse.jetty.client.HttpClient
 
copyRequestHeaders(Request, Request) - Method in class org.eclipse.jetty.proxy.ProxyHandler
 
copyTo(Path) - Method in class org.eclipse.jetty.util.resource.CombinedResource
 
copyTo(Path) - Method in class org.eclipse.jetty.util.resource.PathResource
 
copyTo(Path) - Method in class org.eclipse.jetty.util.resource.Resource
Copy the Resource to the new destination file.
copyZipContents(Path, Path) - Static method in class org.eclipse.jetty.start.FS
 
CORE - Static variable in interface org.eclipse.jetty.util.component.Environment
 
correctFileURI(URI) - Static method in class org.eclipse.jetty.util.URIUtil
Corrects any bad file based URIs (even within a jar:file: based URIs) from the bad out-of-spec format that various older Java APIs creates (most notably: File creates with it's File.toURL() and File.toURI(), along with the side effects of using URL.toURI())
count() - Method in class org.eclipse.jetty.io.content.AsyncContent
 
count() - Method in class org.eclipse.jetty.start.Classpath
 
COUNTER - Static variable in class org.eclipse.jetty.session.DefaultSessionIdManager
 
CounterStatistic - Class in org.eclipse.jetty.util.statistic
Statistics on a counter value.
CounterStatistic() - Constructor for class org.eclipse.jetty.util.statistic.CounterStatistic
 
CountingCallback - Class in org.eclipse.jetty.util
A callback wrapper that succeeds the wrapped callback when the count is reached, or on first failure.
CountingCallback(Callback, int) - Constructor for class org.eclipse.jetty.util.CountingCallback
 
CR - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.Type
 
CR - Static variable in class org.eclipse.jetty.util.TypeUtil
 
create(URI, String) - Method in class org.eclipse.jetty.start.FileInitializer
Initialize a file resource
create(URI, String) - Method in class org.eclipse.jetty.start.fileinits.BaseHomeFileInitializer
 
create(URI, String) - Method in class org.eclipse.jetty.start.fileinits.LocalFileInitializer
 
create(URI, String) - Method in class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer
 
create(URI, String) - Method in class org.eclipse.jetty.start.fileinits.TestFileInitializer
 
create(URI, String) - Method in class org.eclipse.jetty.start.fileinits.UriFileInitializer
 
createApp(Path) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
Called by the Scanner.DiscreteListener to create a new App object.
createConnection(Promise<Connection>) - Method in class org.eclipse.jetty.client.transport.HttpDestination
 
createContext(String) - Method in class org.eclipse.jetty.http.spi.JettyHttpServer
 
createContext(String, HttpHandler) - Method in class org.eclipse.jetty.http.spi.JettyHttpServer
 
createContextHandler(App) - Method in interface org.eclipse.jetty.deploy.AppProvider
Create a ContextHandler for an App
createContextHandler(App) - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
 
CREATED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
CREATED_201 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
createHttpServer(InetSocketAddress, int) - Method in class org.eclipse.jetty.http.spi.JettyHttpServerProvider
 
createHttpsServer(InetSocketAddress, int) - Method in class org.eclipse.jetty.http.spi.JettyHttpServerProvider
 
createInstance(Class<T>) - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
 
createLocalStream(int, MetaData.Request, Consumer<Throwable>) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
createNewFile(Path) - Static method in class org.eclipse.jetty.start.FS
 
createOrigin(Request, Origin.Protocol) - Method in class org.eclipse.jetty.client.HttpClient
 
createProtocolSession() - Method in class org.eclipse.jetty.quic.client.ClientQuicSession
 
createProtocolSession() - Method in class org.eclipse.jetty.quic.common.QuicSession
 
createProtocolSession() - Method in class org.eclipse.jetty.quic.server.ServerQuicSession
 
createRemoteStream(int, MetaData.Request) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
createSession(SocketAddress, ByteBuffer) - Method in class org.eclipse.jetty.quic.client.ClientQuicConnection
 
createSession(SocketAddress, ByteBuffer) - Method in class org.eclipse.jetty.quic.common.QuicConnection
 
createSession(SocketAddress, ByteBuffer) - Method in class org.eclipse.jetty.quic.server.ServerQuicConnection
 
createStream(QuicStreamEndPoint, Consumer<Throwable>) - Method in class org.eclipse.jetty.http3.HTTP3Session
 
createSubcontext(String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
createSubcontext(String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
createSubcontext(String) - Method in class org.eclipse.jetty.jndi.NamingContext
Create a Context as a child of this one
createSubcontext(Name) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
createSubcontext(Name) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
createSubcontext(Name) - Method in class org.eclipse.jetty.jndi.NamingContext
Create a context as a child of this one
createTempDirectory() - Method in class org.eclipse.jetty.server.handler.ContextHandler
Create the temporary directory.
CREATETIME - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
createWeakEtagField(Resource) - Static method in class org.eclipse.jetty.http.EtagUtils
Create a new HttpField HttpHeader.ETAG field suitable to represent the provided Resource.
createWeakEtagField(Resource, String) - Static method in class org.eclipse.jetty.http.EtagUtils
Create a new HttpField HttpHeader.ETAG field suitable to represent the provided Resource.
Credential - Class in org.eclipse.jetty.util.security
Credentials.
Credential() - Constructor for class org.eclipse.jetty.util.security.Credential
 
Credential.Crypt - Class in org.eclipse.jetty.util.security
Unix Crypt Credentials
Credential.MD5 - Class in org.eclipse.jetty.util.security
MD5 Credentials
credentialLogin(Object) - Method in class org.eclipse.jetty.security.jaas.spi.LdapLoginModule
password supplied authentication check
CredentialProvider - Interface in org.eclipse.jetty.util.security
Provider of credentials, it converts a String into a credential if it starts with a given prefix
CRLF - Static variable in class org.eclipse.jetty.util.IO
 
CRLF - Static variable in class org.eclipse.jetty.util.StringUtil
 
CRLF_BYTES - Static variable in class org.eclipse.jetty.util.IO
 
crypt(String, String) - Static method in class org.eclipse.jetty.util.security.Credential.Crypt
 
crypt(String, String) - Static method in class org.eclipse.jetty.util.security.UnixCrypt
Encrypts String into crypt (Unix) code.
CRYPTO_BUFFER_EXCEEDED - Enum constant in enum class org.eclipse.jetty.quic.common.QuicErrorCode
 
CRYPTO_BUFFER_EXCEEDED - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quic_error
 
CSV - Static variable in interface org.eclipse.jetty.util.QuotedStringTokenizer
A QuotedStringTokenizer for comma separated values with optional white space.
csvSplit(String) - Static method in class org.eclipse.jetty.util.StringUtil
csvSplit(String, int, int) - Static method in class org.eclipse.jetty.util.StringUtil
csvSplit(List<String>, String, int, int) - Static method in class org.eclipse.jetty.util.StringUtil
Split a quoted comma separated string to a list
CUBIC - Enum constant in enum class org.eclipse.jetty.quic.quiche.QuicheConfig.CongestionControl
 
customize(Socket, Class<? extends Connection>, boolean) - Method in class org.eclipse.jetty.server.SocketCustomizationListener
This method may be extended to configure a socket on open events.
customize(SSLEngine) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Client
 
customize(SSLEngine) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Customize an SslEngine instance with the configuration of this factory, by calling SslContextFactory.customize(SSLParameters)
customize(SSLParameters) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Customize an SslParameters instance with the configuration of this factory.
customize(Request, HttpFields.Mutable) - Method in class org.eclipse.jetty.fcgi.client.transport.HttpClientTransportOverFCGI
 
customize(Connection, Map<String, Object>) - Method in interface org.eclipse.jetty.io.ClientConnectionFactory
 
customize(Connection, Map<String, Object>) - Method in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
 
customize(Request, HttpFields.Mutable) - Method in class org.eclipse.jetty.rewrite.RewriteCustomizer
 
customize(Request, HttpFields.Mutable) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
customize(Request, HttpFields.Mutable) - Method in class org.eclipse.jetty.server.HostHeaderCustomizer
 
customize(Request, HttpFields.Mutable) - Method in interface org.eclipse.jetty.server.HttpConfiguration.Customizer
 
customize(Request, HttpFields.Mutable) - Method in class org.eclipse.jetty.server.ProxyCustomizer
 
customize(Request, HttpFields.Mutable) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 
customizePartHeaders(MultiPart.Part) - Method in class org.eclipse.jetty.client.MultiPartRequestContent
 
customizePartHeaders(MultiPart.Part) - Method in class org.eclipse.jetty.http.MultiPart.AbstractContentSource
 
customizePartHeaders(MultiPart.Part) - Method in class org.eclipse.jetty.http.MultiPartFormData.ContentSource
 
CustomRequestLog - Class in org.eclipse.jetty.server
A flexible RequestLog, which produces log strings in a customizable format.
CustomRequestLog() - Constructor for class org.eclipse.jetty.server.CustomRequestLog
 
CustomRequestLog(String) - Constructor for class org.eclipse.jetty.server.CustomRequestLog
 
CustomRequestLog(String, String) - Constructor for class org.eclipse.jetty.server.CustomRequestLog
 
CustomRequestLog(RequestLog.Writer, String) - Constructor for class org.eclipse.jetty.server.CustomRequestLog
 
CustomRequestLog.LogDetail - Record Class in org.eclipse.jetty.server
Record holding extra detail for logging
cwnd - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_path_stats
 
CyclicTimeout - Class in org.eclipse.jetty.io
An abstract implementation of a timeout.
CyclicTimeout(Scheduler) - Constructor for class org.eclipse.jetty.io.CyclicTimeout
 
CyclicTimeouts<T extends CyclicTimeouts.Expirable> - Class in org.eclipse.jetty.io
An implementation of a timeout that manages many expirable entities whose timeouts are mostly cancelled or re-scheduled.
CyclicTimeouts(Scheduler) - Constructor for class org.eclipse.jetty.io.CyclicTimeouts
 
CyclicTimeouts.Expirable - Interface in org.eclipse.jetty.io
An entity that may expire.

D

data(DataFrame) - Method in interface org.eclipse.jetty.http2.api.Stream
Sends the given DATA frame.
data(DataFrame, Callback) - Method in interface org.eclipse.jetty.http2.api.Stream
Sends the given DATA frame.
data(DataFrame, Callback) - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
data(HTTP2Stream, DataFrame, Callback) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
data(DataFrame) - Method in interface org.eclipse.jetty.http3.api.Stream
Sends the given DATA frame containing some or all the bytes of the request content or of the response content.
data(DataFrame) - Method in class org.eclipse.jetty.http3.HTTP3Stream
 
data(ByteBufferPool.Accumulator, DataFrame, int) - Method in class org.eclipse.jetty.http2.generator.Generator
 
Data(DataFrame) - Constructor for class org.eclipse.jetty.http2.api.Stream.Data
 
Data(DataFrame) - Constructor for class org.eclipse.jetty.http3.api.Stream.Data
 
DATA - Enum constant in enum class org.eclipse.jetty.fcgi.FCGI.FrameType
 
DATA - Enum constant in enum class org.eclipse.jetty.http2.frames.FrameType
 
DATA - Enum constant in enum class org.eclipse.jetty.http3.frames.FrameType
 
DATA - Enum constant in enum class org.eclipse.jetty.http3.HTTP3Stream.FrameState
The stream has received HTTP content.
DatabaseAdaptor - Class in org.eclipse.jetty.session
DatabaseAdaptor Handles differences between databases.
DatabaseAdaptor() - Constructor for class org.eclipse.jetty.session.DatabaseAdaptor
 
DataBodyParser - Class in org.eclipse.jetty.http2.parser
 
DataBodyParser - Class in org.eclipse.jetty.http3.parser
 
DataBodyParser(HeaderParser, Parser.Listener) - Constructor for class org.eclipse.jetty.http2.parser.DataBodyParser
 
DataBodyParser(HeaderParser, ParserListener, long, BooleanSupplier) - Constructor for class org.eclipse.jetty.http3.parser.DataBodyParser
 
DataFrame - Class in org.eclipse.jetty.http2.frames
 
DataFrame - Class in org.eclipse.jetty.http3.frames
 
DataFrame(int, ByteBuffer, boolean) - Constructor for class org.eclipse.jetty.http2.frames.DataFrame
 
DataFrame(int, ByteBuffer, boolean, int) - Constructor for class org.eclipse.jetty.http2.frames.DataFrame
 
DataFrame(ByteBuffer, boolean) - Constructor for class org.eclipse.jetty.http2.frames.DataFrame
 
DataFrame(ByteBuffer, boolean) - Constructor for class org.eclipse.jetty.http3.frames.DataFrame
 
DataGenerator - Class in org.eclipse.jetty.http2.generator
 
DataGenerator - Class in org.eclipse.jetty.http3.generator
 
DataGenerator(HeaderGenerator) - Constructor for class org.eclipse.jetty.http2.generator.DataGenerator
 
DataGenerator(ByteBufferPool, boolean) - Constructor for class org.eclipse.jetty.http3.generator.DataGenerator
 
DatagramChannelEndPoint - Class in org.eclipse.jetty.io
An EndPoint implementation based on DatagramChannel.
DatagramChannelEndPoint(DatagramChannel, ManagedSelector, SelectionKey, Scheduler) - Constructor for class org.eclipse.jetty.io.DatagramChannelEndPoint
 
dataMode - Variable in class org.eclipse.jetty.http3.parser.MessageParser
 
DataSourceCloser - Class in org.eclipse.jetty.jndi
Close a DataSource.
DataSourceCloser(DataSource) - Constructor for class org.eclipse.jetty.jndi.DataSourceCloser
 
DataSourceCloser(DataSource, String) - Constructor for class org.eclipse.jetty.jndi.DataSourceCloser
 
DataSourceLoginModule - Class in org.eclipse.jetty.security.jaas.spi
DataSourceLoginModule A LoginModule that uses a DataSource to retrieve user authentication and authorisation information.
DataSourceLoginModule() - Constructor for class org.eclipse.jetty.security.jaas.spi.DataSourceLoginModule
 
DATE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
DateCache - Class in org.eclipse.jetty.util
Date Format Cache.
DateCache() - Constructor for class org.eclipse.jetty.util.DateCache
Constructor.
DateCache(String) - Constructor for class org.eclipse.jetty.util.DateCache
Constructor.
DateCache(String, Locale) - Constructor for class org.eclipse.jetty.util.DateCache
 
DateCache(String, Locale, String) - Constructor for class org.eclipse.jetty.util.DateCache
 
DateCache(String, Locale, TimeZone) - Constructor for class org.eclipse.jetty.util.DateCache
 
DateCache.Tick - Class in org.eclipse.jetty.util
 
DateGenerator - Class in org.eclipse.jetty.http
ThreadLocal Date formatters for HTTP style dates.
DateGenerator() - Constructor for class org.eclipse.jetty.http.DateGenerator
 
DateParser - Class in org.eclipse.jetty.http
ThreadLocal data parsers for HTTP style dates
DateParser() - Constructor for class org.eclipse.jetty.http.DateParser
 
deactivate(Connection) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
debug() - Method in class org.eclipse.jetty.start.CommandLineBuilder
 
debug(String, Object...) - Static method in class org.eclipse.jetty.start.StartLog
 
debug(Throwable) - Static method in class org.eclipse.jetty.start.StartLog
 
DebugBinding - Class in org.eclipse.jetty.deploy.bindings
 
DebugBinding(String) - Constructor for class org.eclipse.jetty.deploy.bindings.DebugBinding
 
DebugBinding(String...) - Constructor for class org.eclipse.jetty.deploy.bindings.DebugBinding
 
DebugHandler - Class in org.eclipse.jetty.server.handler
Debug Handler.
DebugHandler() - Constructor for class org.eclipse.jetty.server.handler.DebugHandler
 
DebugHandler(Handler) - Constructor for class org.eclipse.jetty.server.handler.DebugHandler
 
decode(long, ByteBuffer, QpackDecoder.Handler) - Method in class org.eclipse.jetty.http3.qpack.QpackDecoder
Decode a buffer into a MetaData object given a HTTP/3 stream ID.
decode(ByteBuffer) - Method in interface org.eclipse.jetty.client.ContentDecoder
Decodes the bytes in the given buffer and returns the decoded bytes.
decode(ByteBuffer) - Method in class org.eclipse.jetty.http.compression.HuffmanDecoder
 
decode(ByteBuffer) - Method in class org.eclipse.jetty.http.compression.NBitStringDecoder
Decode a string from the buffer.
decode(ByteBuffer) - Method in class org.eclipse.jetty.http.GZIPContentDecoder
Inflates compressed data from a buffer.
decode(ByteBuffer) - Method in class org.eclipse.jetty.http2.hpack.HpackDecoder
 
decode(ByteBuffer, LongConsumer) - Method in class org.eclipse.jetty.http3.internal.VarLenInt
 
decode(QpackContext) - Method in interface org.eclipse.jetty.http3.qpack.internal.parser.EncodedFieldSection.EncodedField
 
decode(QpackContext, int) - Method in class org.eclipse.jetty.http3.qpack.internal.parser.EncodedFieldSection
 
DECODE_ERROR - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.tls_alert
 
decode88591To(InputStream, MultiMap<String>, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to MultiMap, using ISO8859-1 encodings.
decodeCharset(String) - Static method in class org.eclipse.jetty.util.UrlEncoded
 
decodeChunks(ByteBuffer) - Method in class org.eclipse.jetty.http.GZIPContentDecoder
Inflates compressed data.
decodedChunk(RetainableByteBuffer) - Method in class org.eclipse.jetty.client.GZIPContentDecoder
 
decodedChunk(RetainableByteBuffer) - Method in class org.eclipse.jetty.http.GZIPContentDecoder
Called when a chunk of data is inflated.
decodedPath(String) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
decodeHexByte(char, char) - Static method in class org.eclipse.jetty.util.UrlEncoded
 
decodeInt(ByteBuffer) - Method in class org.eclipse.jetty.http.compression.NBitIntegerDecoder
Decode an integer from the buffer.
decodeLong(ByteBuffer) - Method in class org.eclipse.jetty.http.compression.NBitIntegerDecoder
Decode a long from the buffer.
decodeName(String) - Static method in class org.eclipse.jetty.nosql.mongodb.MongoUtils
 
decodePath(String) - Static method in class org.eclipse.jetty.util.URIUtil
Decodes a percent-encoded URI path (assuming UTF-8 characters) and strips path parameters.
decodePath(String, int, int) - Static method in class org.eclipse.jetty.util.URIUtil
Decodes a percent-encoded URI path (assuming UTF-8 characters) and strips path parameters.
decodeQuery(String) - Static method in class org.eclipse.jetty.util.UrlEncoded
 
DecoderInstructionParser - Class in org.eclipse.jetty.http3.qpack.internal.parser
Parses a stream of unframed instructions for the Decoder.
DecoderInstructionParser(DecoderInstructionParser.Handler) - Constructor for class org.eclipse.jetty.http3.qpack.internal.parser.DecoderInstructionParser
 
DecoderInstructionParser.Handler - Interface in org.eclipse.jetty.http3.qpack.internal.parser
 
DecoderStreamConnection - Class in org.eclipse.jetty.http3
 
DecoderStreamConnection(EndPoint, Executor, ByteBufferPool, QpackEncoder, ParserListener) - Constructor for class org.eclipse.jetty.http3.DecoderStreamConnection
 
DecoderStringBuilder(CharsetDecoder) - Constructor for class org.eclipse.jetty.util.CharsetStringBuilder.DecoderStringBuilder
 
decodeSpecific(String, String) - Static method in class org.eclipse.jetty.util.URIUtil
Decode a raw String and convert any specific URI encoded sequences into characters.
decodeString(String) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decode String with % encoding.
decodeString(String, int, int, Charset) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decode String with % encoding.
decodeTo(InputStream, MultiMap<String>, Charset, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to Map.
decodeTo(String, BiConsumer<String, String>, Charset) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to Map.
decodeTo(String, MultiMap<String>, String) - Static method in class org.eclipse.jetty.util.UrlEncoded
Deprecated, for removal: This API element is subject to removal in a future version.
decodeTo(String, MultiMap<String>, Charset) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to Map.
decodeTo(String, MultiMap<String>, Charset, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to Map.
decodeUtf16To(InputStream, MultiMap<String>, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
 
decodeUtf8To(InputStream, MultiMap<String>, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to Map.
decodeUtf8To(String, int, int, Fields) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decodes URI query parameters into a Fields instance.
decodeUtf8To(String, int, int, MultiMap<String>) - Static method in class org.eclipse.jetty.util.UrlEncoded
decodeUtf8To(String, Fields) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decodes URI query parameters into a Fields instance.
decodeUtf8To(String, MultiMap<String>) - Static method in class org.eclipse.jetty.util.UrlEncoded
Deprecated.
decodeValue(Object) - Static method in class org.eclipse.jetty.nosql.mongodb.MongoUtils
 
deconfigureSubject(Subject) - Method in class org.eclipse.jetty.security.UserPrincipal
 
decorate(T) - Method in class org.eclipse.jetty.server.handler.ContextHandler.ScopedContext
 
decorate(T) - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
 
decorate(T) - Method in interface org.eclipse.jetty.util.Decorator
 
decorate(T) - Method in class org.eclipse.jetty.util.DeprecationWarning
 
DecoratedObjectFactory - Class in org.eclipse.jetty.util
An ObjectFactory enhanced by Decorator instances.
DecoratedObjectFactory() - Constructor for class org.eclipse.jetty.util.DecoratedObjectFactory
 
Decorator - Interface in org.eclipse.jetty.util
Interface to decorate objects created by the DecoratedObjectFactory
decrement() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
Decrements the value by one.
decrementCount() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
 
DECRYPT_ERROR - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.tls_alert
 
deduceKeyLength(String) - Static method in class org.eclipse.jetty.util.ssl.SslContextFactory
Given the name of a TLS/SSL cipher suite, return an int representing it effective stream cipher key strength.
DEEP_BINDING - Static variable in class org.eclipse.jetty.jndi.NamingContext
 
Default() - Constructor for class org.eclipse.jetty.http.HttpCookieStore.Default
 
DEFAULT - Enum constant in enum class org.eclipse.jetty.http.pathmap.PathSpecGroup
The default spec for accessing the Default path behavior.
DEFAULT - Static variable in class org.eclipse.jetty.http.UriCompliance
The default compliance mode allows no violations from RFC3986 and is equivalent to UriCompliance.RFC3986 compliance.
DEFAULT_BACKOFF_MS - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
DEFAULT_BUFFER_SIZE - Static variable in class org.eclipse.jetty.client.GZIPContentDecoder
 
DEFAULT_CAPACITY - Static variable in class org.eclipse.jetty.util.BlockingArrayQueue
Default initial capacity, 128.
DEFAULT_CAPACITY - Static variable in class org.eclipse.jetty.util.compression.CompressionPool
 
DEFAULT_CONNECT_TIMEOUT - Static variable in class org.eclipse.jetty.io.SelectorManager
 
DEFAULT_DATE_FORMAT - Static variable in class org.eclipse.jetty.server.CustomRequestLog
 
DEFAULT_DELIMS - Static variable in class org.eclipse.jetty.util.StringUtil
 
DEFAULT_FILENAME - Static variable in class org.eclipse.jetty.security.jaas.spi.PropertyFileLoginModule
 
DEFAULT_FORMAT - Static variable in class org.eclipse.jetty.util.DateCache
 
DEFAULT_GRACE_PERIOD_SEC - Static variable in class org.eclipse.jetty.session.AbstractSessionDataStore
 
DEFAULT_GROWTH - Static variable in class org.eclipse.jetty.util.BlockingArrayQueue
Default growth factor, 64.
DEFAULT_HOST - Static variable in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
 
DEFAULT_KEYMANAGERFACTORY_ALGORITHM - Static variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
DEFAULT_LOCALES - Static variable in interface org.eclipse.jetty.server.Request
 
DEFAULT_MAX_CONTENT_LENGTH - Static variable in class org.eclipse.jetty.client.AuthenticationProtocolHandler
 
DEFAULT_MAX_KEYS - Static variable in class org.eclipse.jetty.http2.frames.SettingsFrame
 
DEFAULT_MAX_QUERY_RESULTS - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
DEFAULT_MAX_RETRIES - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
DEFAULT_MAX_SIZE - Static variable in class org.eclipse.jetty.http2.frames.Frame
 
DEFAULT_MAX_TABLE_CAPACITY - Static variable in class org.eclipse.jetty.http2.hpack.HpackContext
 
DEFAULT_MIN_GZIP_SIZE - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
DEFAULT_NAMESPACE - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
DEFAULT_PERIOD_MS - Static variable in class org.eclipse.jetty.session.HouseKeeper
 
DEFAULT_PORT - Static variable in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
 
DEFAULT_ROLE_CLASS_NAME - Static variable in class org.eclipse.jetty.security.jaas.JAASLoginService
 
DEFAULT_ROLE_CLASS_NAMES - Static variable in class org.eclipse.jetty.security.jaas.JAASLoginService
 
DEFAULT_SAVE_PERIOD_SEC - Static variable in class org.eclipse.jetty.session.AbstractSessionDataStore
 
DEFAULT_SCAN_DEPTH - Static variable in class org.eclipse.jetty.util.Scanner
When walking a directory, a depth of 1 ensures that the directory's descendants are visited, not just the directory itself (as a file).
DEFAULT_SSL_SESSION_ATTRIBUTE - Static variable in class org.eclipse.jetty.server.SecureRequestCustomizer
The default value of the request attribute name to use to obtain the SSLSession object.
DEFAULT_SSL_SESSION_DATA_ATTRIBUTE - Static variable in class org.eclipse.jetty.server.SecureRequestCustomizer
The default value of the request attribute name to use to obtain the SecureRequestCustomizer.SslSessionData object.
DEFAULT_TRUSTMANAGERFACTORY_ALGORITHM - Static variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
DEFAULT_WINDOW_SIZE - Static variable in interface org.eclipse.jetty.http2.FlowControlStrategy
 
DefaultAuthenticatorFactory - Class in org.eclipse.jetty.security
The Default Authenticator Factory.
DefaultAuthenticatorFactory() - Constructor for class org.eclipse.jetty.security.DefaultAuthenticatorFactory
 
DefaultCallbackHandler - Class in org.eclipse.jetty.security.jaas.callback
DefaultCallbackHandler An implementation of the JAAS CallbackHandler.
DefaultCallbackHandler() - Constructor for class org.eclipse.jetty.security.jaas.callback.DefaultCallbackHandler
 
DefaultFactory() - Constructor for class org.eclipse.jetty.server.HttpChannel.DefaultFactory
 
DefaultHandler - Class in org.eclipse.jetty.server.handler
Default Handler.
DefaultHandler() - Constructor for class org.eclipse.jetty.server.handler.DefaultHandler
 
DefaultHandler(boolean, boolean) - Constructor for class org.eclipse.jetty.server.handler.DefaultHandler
 
DefaultIdentityService - Class in org.eclipse.jetty.security
The default IdentityService, which creates and uses DefaultUserIdentitys.
DefaultIdentityService() - Constructor for class org.eclipse.jetty.security.DefaultIdentityService
 
DefaultImpl() - Constructor for class org.eclipse.jetty.util.Uptime.DefaultImpl
 
DefaultParser() - Constructor for class org.eclipse.jetty.jndi.InitialContextFactory.DefaultParser
 
DEFAULTS - Static variable in class org.eclipse.jetty.http.MimeTypes
 
DEFAULTS_DESCRIPTOR - Static variable in interface org.eclipse.jetty.server.Deployable
 
DefaultSessionCache - Class in org.eclipse.jetty.session
DefaultSessionCache A session store that keeps its sessions in memory within a concurrent map
DefaultSessionCache(SessionManager) - Constructor for class org.eclipse.jetty.session.DefaultSessionCache
 
DefaultSessionCache(SessionManager, ConcurrentMap<String, ManagedSession>) - Constructor for class org.eclipse.jetty.session.DefaultSessionCache
 
DefaultSessionCacheFactory - Class in org.eclipse.jetty.session
DefaultSessionCacheFactory Factory for creating new DefaultSessionCaches.
DefaultSessionCacheFactory() - Constructor for class org.eclipse.jetty.session.DefaultSessionCacheFactory
 
DefaultSessionIdManager - Class in org.eclipse.jetty.session
DefaultSessionIdManager Manages session ids to ensure each session id within a context is unique, and that session ids can be shared across contexts (but not session contents).
DefaultSessionIdManager(Server) - Constructor for class org.eclipse.jetty.session.DefaultSessionIdManager
 
DefaultSessionIdManager(Server, Random) - Constructor for class org.eclipse.jetty.session.DefaultSessionIdManager
 
DefaultUserIdentity - Class in org.eclipse.jetty.security.internal
The default implementation of UserIdentity.
DefaultUserIdentity(Subject, Principal, String[]) - Constructor for class org.eclipse.jetty.security.internal.DefaultUserIdentity
 
defer(LoginAuthenticator) - Static method in interface org.eclipse.jetty.security.AuthenticationState
 
DeferredAuthenticationState - Class in org.eclipse.jetty.security.internal
 
DeferredAuthenticationState(LoginAuthenticator) - Constructor for class org.eclipse.jetty.security.internal.DeferredAuthenticationState
 
DEFLATE - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
DeflaterPool - Class in org.eclipse.jetty.util.compression
 
DeflaterPool(int, int, boolean) - Constructor for class org.eclipse.jetty.util.compression.DeflaterPool
Create a Pool of Deflater instances.
delay() - Method in class org.eclipse.jetty.server.handler.DelayedHandler.DelayedProcess
 
delay() - Method in class org.eclipse.jetty.server.handler.DelayedHandler.UntilContentDelayedProcess
 
delay() - Method in class org.eclipse.jetty.server.handler.DelayedHandler.UntilFormDelayedProcess
 
DelayedHandler - Class in org.eclipse.jetty.server.handler
 
DelayedHandler() - Constructor for class org.eclipse.jetty.server.handler.DelayedHandler
 
DelayedHandler(Handler) - Constructor for class org.eclipse.jetty.server.handler.DelayedHandler
 
DelayedHandler.DelayedProcess - Class in org.eclipse.jetty.server.handler
 
DelayedHandler.UntilContentDelayedProcess - Class in org.eclipse.jetty.server.handler
 
DelayedHandler.UntilFormDelayedProcess - Class in org.eclipse.jetty.server.handler
 
DelayedProcess(Handler, Request, Response, Callback) - Constructor for class org.eclipse.jetty.server.handler.DelayedHandler.DelayedProcess
 
DELEGATE - Static variable in interface org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager.SniSelector
 
DelegatingThreadPool - Class in org.eclipse.jetty.http.spi
 
DelegatingThreadPool(Executor) - Constructor for class org.eclipse.jetty.http.spi.DelegatingThreadPool
 
delete() - Method in class org.eclipse.jetty.http.MultiPart.Part
 
delete(File) - Static method in class org.eclipse.jetty.util.IO
Delete File.
delete(String) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
delete(String) - Method in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
 
delete(String) - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
 
delete(String) - Method in class org.eclipse.jetty.session.AbstractSessionCache
Remove a session object from this store and from any backing store.
delete(String) - Method in class org.eclipse.jetty.session.CachingSessionDataStore
 
delete(String) - Method in class org.eclipse.jetty.session.FileSessionDataStore
Delete a session
delete(String) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore
 
delete(String) - Method in class org.eclipse.jetty.session.NullSessionDataStore
 
delete(String) - Method in interface org.eclipse.jetty.session.SessionCache
Remove a Session completely: from both this cache and the SessionDataStore.
delete(String) - Method in interface org.eclipse.jetty.session.SessionDataMap
Delete session data
delete(Path) - Static method in class org.eclipse.jetty.util.IO
 
DELETE - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
deleteFile(String) - Method in class org.eclipse.jetty.session.FileSessionDataStore
Delete the file associated with a session
DELIMITER - Enum constant in enum class org.eclipse.jetty.server.internal.MultiPartParser.State
 
DELIMITER_CLOSE - Enum constant in enum class org.eclipse.jetty.server.internal.MultiPartParser.State
 
DELIMITER_PADDING - Enum constant in enum class org.eclipse.jetty.server.internal.MultiPartParser.State
 
delimiters(String) - Method in class org.eclipse.jetty.util.QuotedStringTokenizer.Builder
 
DELIMITERS - Static variable in class org.eclipse.jetty.http.QuotedCSVParser
 
delivery_rate - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_path_stats
 
demand() - Method in class org.eclipse.jetty.fcgi.server.internal.HttpStreamOverFCGI
 
demand() - Method in interface org.eclipse.jetty.http2.api.Stream
Demands more DATA frames for this stream.
demand() - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
demand() - Method in class org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2
 
demand() - Method in interface org.eclipse.jetty.http3.api.Stream
Demands more DATA frames for this stream.
demand() - Method in class org.eclipse.jetty.http3.HTTP3Stream
 
demand() - Method in class org.eclipse.jetty.http3.server.internal.HttpStreamOverHTTP3
 
demand() - Method in interface org.eclipse.jetty.server.HttpStream
Demands more content chunks to the underlying implementation.
demand() - Method in class org.eclipse.jetty.server.HttpStream.Wrapper
 
demand() - Method in class org.eclipse.jetty.server.internal.HttpConnection.HttpStreamOverHTTP1
 
demand(Runnable) - Method in class org.eclipse.jetty.http.MultiPart.AbstractContentSource
 
demand(Runnable) - Method in class org.eclipse.jetty.io.content.AsyncContent
 
demand(Runnable) - Method in class org.eclipse.jetty.io.content.ByteBufferContentSource
 
demand(Runnable) - Method in class org.eclipse.jetty.io.content.ChunksContentSource
 
demand(Runnable) - Method in class org.eclipse.jetty.io.content.ContentSourceTransformer
 
demand(Runnable) - Method in class org.eclipse.jetty.io.content.InputStreamContentSource
 
demand(Runnable) - Method in class org.eclipse.jetty.io.content.OutputStreamContentSource
 
demand(Runnable) - Method in class org.eclipse.jetty.io.content.PathContentSource
 
demand(Runnable) - Method in interface org.eclipse.jetty.io.Content.Source
Demands to invoke the given demand callback parameter when a chunk of content is available.
demand(Runnable) - Method in class org.eclipse.jetty.proxy.ProxyHandler.ProxyRequestContent
 
demand(Runnable) - Method in class org.eclipse.jetty.server.handler.ContextRequest
 
demand(Runnable) - Method in class org.eclipse.jetty.server.handler.ErrorHandler.ErrorRequest
 
demand(Runnable) - Method in class org.eclipse.jetty.server.handler.gzip.GzipRequest
 
demand(Runnable) - Method in class org.eclipse.jetty.server.handler.StatisticsHandler.MinimumDataRateHandler.MinimumDataRateRequest
 
demand(Runnable) - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelRequest
 
demand(Runnable) - Method in interface org.eclipse.jetty.server.Request
Demands to invoke the given demand callback parameter when a chunk of content is available.
demand(Runnable) - Method in class org.eclipse.jetty.server.Request.Wrapper
 
deobfuscate(String) - Static method in class org.eclipse.jetty.util.security.Password
 
Deployable - Interface in org.eclipse.jetty.server
Interface that can be implemented by ContextHandlers within Environments to allow configuration to be passed from the DeploymentManager without dependencies on the Deployment module itself.
DEPLOYED - Static variable in class org.eclipse.jetty.deploy.AppLifeCycle
 
deployHandler(Handler, Callback) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
Thread safe deploy of a Handler.
DEPLOYING - Static variable in class org.eclipse.jetty.deploy.AppLifeCycle
 
DeploymentManager - Class in org.eclipse.jetty.deploy
The Deployment Manager.
DeploymentManager() - Constructor for class org.eclipse.jetty.deploy.DeploymentManager
 
DeploymentManager.AppEntry - Class in org.eclipse.jetty.deploy
Represents a single tracked app within the deployment manager.
DeploymentManagerMBean - Class in org.eclipse.jetty.deploy.jmx
 
DeploymentManagerMBean(Object) - Constructor for class org.eclipse.jetty.deploy.jmx.DeploymentManagerMBean
 
DeprecationWarning - Class in org.eclipse.jetty.util
 
DeprecationWarning() - Constructor for class org.eclipse.jetty.util.DeprecationWarning
 
deregister(LifeCycle) - Static method in class org.eclipse.jetty.server.ShutdownMonitor
 
deregister(LifeCycle) - Static method in class org.eclipse.jetty.util.thread.ShutdownThread
 
deriveTaskName(Runnable) - Method in class org.eclipse.jetty.util.thread.SerializedInvoker
 
description() - Element in annotation interface org.eclipse.jetty.util.annotation.Name
the description of the parameter
deserialize(byte[]) - Method in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap.SessionDataTranscoder
 
deserializeAttributes(SessionData, ObjectInputStream) - Static method in class org.eclipse.jetty.session.SessionData
De-serialize the attribute map of a session.
Destination - Interface in org.eclipse.jetty.client
A Destination represents the receiver of HTTP requests, and it is identified by an Origin.
destroy() - Method in class org.eclipse.jetty.client.transport.HttpChannel
 
destroy() - Method in class org.eclipse.jetty.client.transport.HttpConnection
 
destroy() - Method in class org.eclipse.jetty.http.GZIPContentDecoder
 
destroy() - Method in class org.eclipse.jetty.io.CyclicTimeout
Destroys this CyclicTimeout.
destroy() - Method in class org.eclipse.jetty.io.CyclicTimeouts
 
destroy() - Method in class org.eclipse.jetty.jmx.MBeanContainer
 
destroy() - Method in class org.eclipse.jetty.jndi.DataSourceCloser
 
destroy() - Method in class org.eclipse.jetty.server.Handler.Abstract
 
destroy() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
destroy() - Method in interface org.eclipse.jetty.server.Handler
 
destroy() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
destroy() - Method in class org.eclipse.jetty.session.SessionInactivityTimer
 
destroy() - Method in class org.eclipse.jetty.start.Main
 
destroy() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
destroy() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Destroys the managed Destroyable beans in the reverse order they were added.
destroy() - Method in interface org.eclipse.jetty.util.component.Destroyable
 
destroy() - Method in class org.eclipse.jetty.util.component.FileDestroyable
 
destroy(Object) - Method in class org.eclipse.jetty.server.handler.ContextHandler.ScopedContext
 
destroy(Object) - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
 
destroy(Object) - Method in interface org.eclipse.jetty.util.Decorator
 
destroy(Object) - Method in class org.eclipse.jetty.util.DeprecationWarning
 
Destroyable - Interface in org.eclipse.jetty.util.component
A Destroyable is an object which can be destroyed.
destroySubcontext(String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
destroySubcontext(String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
destroySubcontext(String) - Method in class org.eclipse.jetty.jndi.NamingContext
 
destroySubcontext(Name) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
destroySubcontext(Name) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
destroySubcontext(Name) - Method in class org.eclipse.jetty.jndi.NamingContext
 
detect(ByteBuffer) - Method in interface org.eclipse.jetty.server.ConnectionFactory.Detecting
Check the bytes in the given buffer to figure out if this ConnectionFactory.Detecting instance can work with them or not.
detect(ByteBuffer) - Method in class org.eclipse.jetty.server.DetectorConnectionFactory
Performs a detection using multiple ConnectionFactory.Detecting instances and returns the aggregated outcome.
detect(ByteBuffer) - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
DetectorConnectionFactory - Class in org.eclipse.jetty.server
A ConnectionFactory combining multiple ConnectionFactory.Detecting instances that will upgrade to the first one recognizing the bytes in the buffer.
DetectorConnectionFactory(ConnectionFactory.Detecting...) - Constructor for class org.eclipse.jetty.server.DetectorConnectionFactory
When the first bytes are not recognized by the detectingConnectionFactories, the default behavior is to upgrade to the protocol returned by AbstractConnectionFactory.findNextProtocol(Connector).
DGRAM - Enum constant in enum class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Protocol
 
digest(String) - Static method in class org.eclipse.jetty.util.security.Credential.MD5
Used only by Command Line Password utility
DIGEST_AUTH - Static variable in interface org.eclipse.jetty.security.Authenticator
 
DigestAuthentication - Class in org.eclipse.jetty.client
Implementation of the HTTP "Digest" authentication defined in RFC 2617.
DigestAuthentication(URI, String, String, String) - Constructor for class org.eclipse.jetty.client.DigestAuthentication
Construct a DigestAuthentication with a SecureRandom nonce.
DigestAuthentication(URI, String, String, String, Random) - Constructor for class org.eclipse.jetty.client.DigestAuthentication
 
DigestAuthenticator - Class in org.eclipse.jetty.security.authentication
The nonce max age in ms can be set with the SecurityHandler.setParameter(String, String) using the name "maxNonceAge".
DigestAuthenticator() - Constructor for class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
DIGIT - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.Type
 
DirConfigSource - Class in org.eclipse.jetty.start.config
A Directory based ConfigSource.
DirConfigSource(String, Path, int, boolean) - Constructor for class org.eclipse.jetty.start.config.DirConfigSource
Create DirConfigSource with specified identifier and directory.
directUpgrade() - Method in class org.eclipse.jetty.http2.parser.PrefaceParser
Advances this parser after the PrefaceFrame.PREFACE_PREAMBLE_BYTES.
directUpgrade() - Method in class org.eclipse.jetty.http2.parser.ServerParser
A direct upgrade is an unofficial upgrade from HTTP/1.1 to HTTP/2.0.
directUpgrade() - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerSession
 
disassociate(HttpExchange) - Method in class org.eclipse.jetty.client.transport.HttpChannel
Disassociates the exchange from this channel.
disassociateClassLoader() - Static method in class org.eclipse.jetty.jndi.ContextFactory
 
disassociateContext(Context) - Static method in class org.eclipse.jetty.jndi.ContextFactory
 
disassociateInfo() - Static method in class org.eclipse.jetty.util.DecoratedObjectFactory
 
disconnect() - Method in class org.eclipse.jetty.http2.HTTP2Session
 
DISCONNECT - Enum constant in enum class org.eclipse.jetty.http2.frames.FrameType
 
DisconnectFrame - Class in org.eclipse.jetty.http2.frames
 
DisconnectFrame() - Constructor for class org.eclipse.jetty.http2.frames.DisconnectFrame
 
dispatch() - Method in class org.eclipse.jetty.http2.HTTP2Connection
 
dispatch() - Method in interface org.eclipse.jetty.util.thread.ExecutionStrategy
Initiates (or resumes) the task production and consumption.
dispatch() - Method in class org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy
 
dispatch() - Method in class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume
 
dispatch() - Method in class org.eclipse.jetty.util.thread.strategy.ProduceConsume
 
dispatch() - Method in class org.eclipse.jetty.util.thread.strategy.ProduceExecuteConsume
 
dispose() - Method in class org.eclipse.jetty.client.transport.HttpReceiver
Disposes the state of this HttpReceiver.
dispose() - Method in class org.eclipse.jetty.client.transport.HttpSender
 
dispose() - Method in class org.eclipse.jetty.client.transport.internal.HttpReceiverOverHTTP
 
dispose() - Method in class org.eclipse.jetty.client.transport.internal.HttpSenderOverHTTP
 
dispose() - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
 
dispose() - Method in class org.eclipse.jetty.quic.quiche.QuicheConnection
 
DO_NOT_HUFFMAN - Static variable in class org.eclipse.jetty.http3.qpack.QpackEncoder
 
DO_NOT_INDEX - Static variable in class org.eclipse.jetty.http3.qpack.QpackEncoder
 
doAccept(SelectableChannel) - Method in class org.eclipse.jetty.io.SelectorManager
 
doAs(Subject, Callable<T>) - Static method in class org.eclipse.jetty.util.security.SecurityUtils
Runs the given action as the given subject.
doCheckExpired(Set<String>, long) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
doCheckExpired(Set<String>, long) - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
 
doCheckExpired(Set<String>, long) - Method in class org.eclipse.jetty.session.AbstractSessionDataStore
Implemented by subclasses to resolve which sessions in this context that are being managed by this node that should be expired.
doCheckExpired(Set<String>, long) - Method in class org.eclipse.jetty.session.FileSessionDataStore
Check to see which sessions have expired.
doCheckExpired(Set<String>, long) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore
 
doCheckExpired(Set<String>, long) - Method in class org.eclipse.jetty.session.NullSessionDataStore
 
doCleanOrphans(long) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
doCleanOrphans(long) - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
 
doCleanOrphans(long) - Method in class org.eclipse.jetty.session.AbstractSessionDataStore
Implemented by subclasses to delete sessions for other contexts that expired at or before the timeLimit.
doCleanOrphans(long) - Method in class org.eclipse.jetty.session.FileSessionDataStore
 
doCleanOrphans(long) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore
 
doCleanOrphans(long) - Method in class org.eclipse.jetty.session.NullSessionDataStore
 
doClose() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
doClose() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
doClose() - Method in class org.eclipse.jetty.io.SelectableChannelEndPoint
 
doClose() - Method in class org.eclipse.jetty.io.ssl.SslConnection.SslEndPoint
 
doComputeIfAbsent(String, Function<String, ManagedSession>) - Method in class org.eclipse.jetty.session.AbstractSessionCache
Compute the mappingFunction to create a Session object iff the session with the given id isn't already in the map, otherwise return the existing Session.
doComputeIfAbsent(String, Function<String, ManagedSession>) - Method in class org.eclipse.jetty.session.DefaultSessionCache
 
doComputeIfAbsent(String, Function<String, ManagedSession>) - Method in class org.eclipse.jetty.session.NullSessionCache
 
DOCUMENT_ROOT - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
 
DOCUMENT_URI - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
 
doDelete(String) - Method in class org.eclipse.jetty.session.AbstractSessionCache
Remove the session with this identity from the store
doDelete(String) - Method in class org.eclipse.jetty.session.DefaultSessionCache
 
doDelete(String) - Method in class org.eclipse.jetty.session.NullSessionCache
 
doExists(String) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
doExists(String) - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
 
doExists(String) - Method in class org.eclipse.jetty.session.AbstractSessionDataStore
Check if a session for the given id exists.
doExists(String) - Method in class org.eclipse.jetty.session.FileSessionDataStore
 
doExists(String) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore
 
doExists(String) - Method in class org.eclipse.jetty.session.NullSessionDataStore
 
doFetchRoles() - Method in class org.eclipse.jetty.security.jaas.spi.AbstractDatabaseLoginModule.JDBCUser
 
doFetchRoles() - Method in class org.eclipse.jetty.security.jaas.spi.AbstractLoginModule.JAASUser
 
doFetchRoles() - Method in class org.eclipse.jetty.security.jaas.spi.LdapLoginModule.LDAPBindingUser
 
doFetchRoles() - Method in class org.eclipse.jetty.security.jaas.spi.LdapLoginModule.LDAPUser
 
doFinishConnect(SelectableChannel) - Method in class org.eclipse.jetty.io.SelectorManager
 
doFormatCookieDate(StringBuilder, long) - Method in class org.eclipse.jetty.http.DateGenerator
Format "EEE, dd-MMM-yy HH:mm:ss 'GMT'" for cookies
doFormatDate(long) - Method in class org.eclipse.jetty.http.DateGenerator
Format HTTP date "EEE, dd MMM yyyy HH:mm:ss 'GMT'"
doGet(String) - Method in class org.eclipse.jetty.session.AbstractSessionCache
Get the session matching the key from the cache.
doGet(String) - Method in class org.eclipse.jetty.session.DefaultSessionCache
 
doGet(String) - Method in class org.eclipse.jetty.session.NullSessionCache
 
doGet(Request, Response, Callback, HttpContent) - Method in class org.eclipse.jetty.server.ResourceService
 
doGetExpired(long) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
doGetExpired(long) - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
 
doGetExpired(long) - Method in class org.eclipse.jetty.session.AbstractSessionDataStore
Implemented by subclasses to find sessions for this context in the store that expired at or before the time limit and thus not being actively managed by any node.
doGetExpired(long) - Method in class org.eclipse.jetty.session.FileSessionDataStore
 
doGetExpired(long) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore
 
doGetExpired(long) - Method in class org.eclipse.jetty.session.NullSessionDataStore
 
doInsert(String, SessionData) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore
 
doLoad(String) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
doLoad(String) - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
 
doLoad(String) - Method in class org.eclipse.jetty.session.AbstractSessionDataStore
Load the session from persistent store.
doLoad(String) - Method in class org.eclipse.jetty.session.FileSessionDataStore
 
doLoad(String) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore
 
doLoad(String) - Method in class org.eclipse.jetty.session.NullSessionDataStore
 
domain(String) - Method in class org.eclipse.jetty.http.HttpCookie.Builder
 
DOMAIN_ATTRIBUTE - Static variable in interface org.eclipse.jetty.http.HttpCookie
 
DONE - Enum constant in enum class org.eclipse.jetty.http.HttpGenerator.Result
 
doPrivileged(PrivilegedAction<T>) - Static method in class org.eclipse.jetty.util.security.SecurityUtils
Runs the given action with the calling context restricted to just the calling frame, not all the frames in the stack.
doPutIfAbsent(String, ManagedSession) - Method in class org.eclipse.jetty.session.AbstractSessionCache
Put the session into the map if it wasn't already there
doPutIfAbsent(String, ManagedSession) - Method in class org.eclipse.jetty.session.DefaultSessionCache
 
doPutIfAbsent(String, ManagedSession) - Method in class org.eclipse.jetty.session.NullSessionCache
 
doReplace(String, ManagedSession, ManagedSession) - Method in class org.eclipse.jetty.session.AbstractSessionCache
Replace the mapping from id to oldValue with newValue
doReplace(String, ManagedSession, ManagedSession) - Method in class org.eclipse.jetty.session.DefaultSessionCache
 
doReplace(String, ManagedSession, ManagedSession) - Method in class org.eclipse.jetty.session.NullSessionCache
 
doRFC2254Encoding(String) - Method in class org.eclipse.jetty.security.jaas.spi.LdapLoginModule
 
doShutdownInput() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
doShutdownOutput() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
doShutdownOutput() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
doShutdownOutput() - Method in class org.eclipse.jetty.io.SocketChannelEndPoint
 
doShutdownOutput() - Method in class org.eclipse.jetty.io.ssl.SslConnection.SslEndPoint
 
doShutdownOutput() - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
 
doStart() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
doStart() - Method in class org.eclipse.jetty.client.AbstractConnectorHttpClientTransport
 
doStart() - Method in class org.eclipse.jetty.client.HttpClient
 
doStart() - Method in class org.eclipse.jetty.client.transport.HttpDestination
 
doStart() - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
doStart() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
doStart() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
doStart() - Method in class org.eclipse.jetty.http2.client.transport.HttpClientTransportOverHTTP2
 
doStart() - Method in class org.eclipse.jetty.http3.client.HTTP3Client
 
doStart() - Method in class org.eclipse.jetty.http3.client.transport.HttpClientTransportOverHTTP3
 
doStart() - Method in class org.eclipse.jetty.http3.server.HTTP3ServerConnector
 
doStart() - Method in class org.eclipse.jetty.io.ClientConnector
 
doStart() - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
doStart() - Method in class org.eclipse.jetty.io.ManagedSelector
 
doStart() - Method in class org.eclipse.jetty.io.SelectorManager
 
doStart() - Method in class org.eclipse.jetty.jmx.ConnectorServer
 
doStart() - Method in class org.eclipse.jetty.proxy.ProxyHandler
 
doStart() - Method in class org.eclipse.jetty.quic.client.ClientProtocolSession
 
doStart() - Method in class org.eclipse.jetty.quic.client.QuicClientConnectorConfigurator
 
doStart() - Method in class org.eclipse.jetty.quic.common.QuicSession
 
doStart() - Method in class org.eclipse.jetty.quic.server.QuicServerConnector
 
doStart() - Method in class org.eclipse.jetty.quic.server.ServerProtocolSession
 
doStart() - Method in class org.eclipse.jetty.security.HashLoginService
 
doStart() - Method in class org.eclipse.jetty.security.jaas.JAASLoginService
 
doStart() - Method in class org.eclipse.jetty.security.jaas.PropertyUserStoreManager
 
doStart() - Method in class org.eclipse.jetty.security.JDBCLoginService
 
doStart() - Method in class org.eclipse.jetty.security.PropertyUserStore
Depending on the value of the refresh interval, this method will either start up a scanner thread that will monitor the properties file for changes after it has initially loaded it.
doStart() - Method in class org.eclipse.jetty.security.SecurityHandler
 
doStart() - Method in class org.eclipse.jetty.security.SPNEGOLoginService
 
doStart() - Method in class org.eclipse.jetty.server.AbstractConnector
 
doStart() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
doStart() - Method in class org.eclipse.jetty.server.AcceptRateLimit
 
doStart() - Method in class org.eclipse.jetty.server.AllowedResourceAliasChecker
 
doStart() - Method in class org.eclipse.jetty.server.AsyncRequestLogWriter
 
doStart() - Method in class org.eclipse.jetty.server.ConnectionLimit
 
doStart() - Method in class org.eclipse.jetty.server.CustomRequestLog
Set up request logging and open log file.
doStart() - Method in class org.eclipse.jetty.server.Handler.Abstract
 
doStart() - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
doStart() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
doStart() - Method in class org.eclipse.jetty.server.handler.DebugHandler
 
doStart() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
doStart() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
doStart() - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
doStart() - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
doStart() - Method in class org.eclipse.jetty.server.RequestLogWriter
 
doStart() - Method in class org.eclipse.jetty.server.Server
 
doStart() - Method in class org.eclipse.jetty.server.ServerConnector
 
doStart() - Method in class org.eclipse.jetty.server.Slf4jRequestLogWriter
 
doStart() - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
doStart() - Method in class org.eclipse.jetty.session.AbstractSessionCache
 
doStart() - Method in class org.eclipse.jetty.session.AbstractSessionDataStore
 
doStart() - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
doStart() - Method in class org.eclipse.jetty.session.CachingSessionDataStore
 
doStart() - Method in class org.eclipse.jetty.session.DefaultSessionIdManager
 
doStart() - Method in class org.eclipse.jetty.session.FileSessionDataStore
 
doStart() - Method in class org.eclipse.jetty.session.HouseKeeper
 
doStart() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore
 
doStart() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
Method to override to start the lifecycle
doStart() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Starts the managed lifecycle beans in the order they were added.
doStart() - Method in class org.eclipse.jetty.util.compression.CompressionPool
 
doStart() - Method in class org.eclipse.jetty.util.LeakDetector
 
doStart() - Method in class org.eclipse.jetty.util.preventers.AbstractLeakPreventer
 
doStart() - Method in class org.eclipse.jetty.util.Scanner
Start the scanning action.
doStart() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Creates the SSLContext object and starts the lifecycle
doStart() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
doStart() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
doStart() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
doStart() - Method in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
doStart() - Method in class org.eclipse.jetty.util.thread.Sweeper
 
doStart() - Method in class org.eclipse.jetty.util.thread.TimerScheduler
 
doStop() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
doStop() - Method in class org.eclipse.jetty.client.HttpClient
 
doStop() - Method in class org.eclipse.jetty.client.transport.HttpDestination
 
doStop() - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
doStop() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
doStop() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
doStop() - Method in class org.eclipse.jetty.http.spi.DelegatingThreadPool
 
doStop() - Method in class org.eclipse.jetty.http2.client.transport.HttpClientTransportOverHTTP2
 
doStop() - Method in class org.eclipse.jetty.http2.HTTP2Session
 
doStop() - Method in class org.eclipse.jetty.io.ClientConnector
 
doStop() - Method in class org.eclipse.jetty.io.ManagedSelector
 
doStop() - Method in class org.eclipse.jetty.io.SelectorManager
 
doStop() - Method in class org.eclipse.jetty.jmx.ConnectorServer
 
doStop() - Method in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
 
doStop() - Method in class org.eclipse.jetty.quic.client.ClientProtocolSession
 
doStop() - Method in class org.eclipse.jetty.quic.client.QuicClientConnectorConfigurator
 
doStop() - Method in class org.eclipse.jetty.quic.common.QuicSession
 
doStop() - Method in class org.eclipse.jetty.quic.server.QuicServerConnector
 
doStop() - Method in class org.eclipse.jetty.quic.server.ServerProtocolSession
 
doStop() - Method in class org.eclipse.jetty.security.HashLoginService
 
doStop() - Method in class org.eclipse.jetty.security.jaas.PropertyUserStoreManager
 
doStop() - Method in class org.eclipse.jetty.security.JDBCLoginService
 
doStop() - Method in class org.eclipse.jetty.security.PropertyUserStore
 
doStop() - Method in class org.eclipse.jetty.security.SecurityHandler
 
doStop() - Method in class org.eclipse.jetty.server.AbstractConnector
 
doStop() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
doStop() - Method in class org.eclipse.jetty.server.AcceptRateLimit
 
doStop() - Method in class org.eclipse.jetty.server.AllowedResourceAliasChecker
 
doStop() - Method in class org.eclipse.jetty.server.AsyncRequestLogWriter
 
doStop() - Method in class org.eclipse.jetty.server.ConnectionLimit
 
doStop() - Method in class org.eclipse.jetty.server.Handler.Abstract
 
doStop() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
doStop() - Method in class org.eclipse.jetty.server.handler.DebugHandler
 
doStop() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
doStop() - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
doStop() - Method in class org.eclipse.jetty.server.RequestLogWriter
 
doStop() - Method in class org.eclipse.jetty.server.Server
 
doStop() - Method in class org.eclipse.jetty.server.ServerConnector
 
doStop() - Method in class org.eclipse.jetty.session.AbstractSessionCache
 
doStop() - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
doStop() - Method in class org.eclipse.jetty.session.CachingSessionDataStore
 
doStop() - Method in class org.eclipse.jetty.session.DefaultSessionIdManager
 
doStop() - Method in class org.eclipse.jetty.session.FileSessionDataStore
 
doStop() - Method in class org.eclipse.jetty.session.HouseKeeper
 
doStop() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore
 
doStop() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
Method to override to stop the lifecycle
doStop() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Stops the managed lifecycle beans in the reverse order they were added.
doStop() - Method in class org.eclipse.jetty.util.compression.CompressionPool
 
doStop() - Method in class org.eclipse.jetty.util.LeakDetector
 
doStop() - Method in class org.eclipse.jetty.util.Scanner
Stop the scanning.
doStop() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
doStop() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
doStop() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
doStop() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
doStop() - Method in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
doStop() - Method in class org.eclipse.jetty.util.thread.Sweeper
 
doStop() - Method in class org.eclipse.jetty.util.thread.TimerScheduler
 
doStore(String, SessionData, long) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
doStore(String, SessionData, long) - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
 
doStore(String, SessionData, long) - Method in class org.eclipse.jetty.session.AbstractSessionDataStore
Store the session data persistently.
doStore(String, SessionData, long) - Method in class org.eclipse.jetty.session.FileSessionDataStore
 
doStore(String, SessionData, long) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore
 
doStore(String, SessionData, long) - Method in class org.eclipse.jetty.session.NullSessionDataStore
 
doUpdate(String, SessionData) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore
 
download(URI, Path) - Method in class org.eclipse.jetty.start.fileinits.DownloadFileInitializer
 
download(URI, Path) - Method in class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer
protected only for testing purpose
download(MavenLocalRepoFileInitializer.Coordinates, Path) - Method in class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer
 
DownloadFileInitializer - Class in org.eclipse.jetty.start.fileinits
 
DownloadFileInitializer(BaseHome, String...) - Constructor for class org.eclipse.jetty.start.fileinits.DownloadFileInitializer
 
DownstreamConnection(EndPoint, Executor, ByteBufferPool, ConcurrentMap<String, Object>) - Constructor for class org.eclipse.jetty.server.handler.ConnectHandler.DownstreamConnection
 
drainCipherBytes(ByteBuffer) - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
Fill the given buffer with cipher text to be sent.
drainCipherBytes(ByteBuffer) - Method in class org.eclipse.jetty.quic.quiche.QuicheConnection
Fill the given buffer with cipher text to be sent.
drainClearBytesForStream(long, ByteBuffer) - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
 
drainClearBytesForStream(long, ByteBuffer) - Method in class org.eclipse.jetty.quic.quiche.QuicheConnection
 
drainTo(Collection<? super E>) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
drainTo(Collection<? super E>, int) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
DriverManagerLeakPreventer - Class in org.eclipse.jetty.util.preventers
DriverManagerLeakPreventer Cause DriverManager.getCallerClassLoader() to be called, which will pin the classloader.
DriverManagerLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.DriverManagerLeakPreventer
 
dummy - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_config
 
dummy - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_conn
 
dummy - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_stream_iter
 
dump() - Method in class org.eclipse.jetty.client.ProtocolHandlers
 
dump() - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
dump() - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
 
dump() - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
dump() - Method in class org.eclipse.jetty.http2.internal.HTTP2Flusher
 
dump() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer
 
dump() - Method in class org.eclipse.jetty.jmx.MBeanContainer
 
dump() - Method in class org.eclipse.jetty.jndi.NamingContext
 
dump() - Method in class org.eclipse.jetty.quic.common.QuicSessionContainer
 
dump() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
dump() - Method in class org.eclipse.jetty.util.Attributes.Lazy
 
dump() - Method in class org.eclipse.jetty.util.AttributesMap
Deprecated.
 
dump() - Method in class org.eclipse.jetty.util.component.ClassLoaderDump
 
dump() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
dump() - Method in interface org.eclipse.jetty.util.component.Dumpable
 
dump() - Method in class org.eclipse.jetty.util.component.Environment.Named
 
dump() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
dump() - Method in class org.eclipse.jetty.util.statistic.RateStatistic
 
dump() - Method in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
dump(PrintStream) - Method in class org.eclipse.jetty.start.Classpath
 
dump(Appendable) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Dump this object to an Appendable with no indent.
dump(Appendable, String) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
dump(Appendable, String) - Method in class org.eclipse.jetty.client.ProtocolHandlers
 
dump(Appendable, String) - Method in class org.eclipse.jetty.client.RequestListeners
 
dump(Appendable, String) - Method in class org.eclipse.jetty.client.transport.HttpDestination
 
dump(Appendable, String) - Method in class org.eclipse.jetty.client.ValidatingConnectionPool
 
dump(Appendable, String) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
dump(Appendable, String) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
 
dump(Appendable, String) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
dump(Appendable, String) - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
dump(Appendable, String) - Method in class org.eclipse.jetty.http2.internal.HTTP2Flusher
 
dump(Appendable, String) - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer
 
dump(Appendable, String) - Method in class org.eclipse.jetty.http3.HTTP3Session
 
dump(Appendable, String) - Method in class org.eclipse.jetty.http3.qpack.internal.table.DynamicTable
 
dump(Appendable, String) - Method in class org.eclipse.jetty.http3.qpack.QpackDecoder
 
dump(Appendable, String) - Method in class org.eclipse.jetty.http3.qpack.QpackEncoder
 
dump(Appendable, String) - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
 
dump(Appendable, String) - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
dump(Appendable, String) - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
 
dump(Appendable, String) - Method in class org.eclipse.jetty.io.ManagedSelector
 
dump(Appendable, String) - Method in class org.eclipse.jetty.jmx.MBeanContainer
 
dump(Appendable, String) - Static method in class org.eclipse.jetty.jndi.ContextFactory
 
dump(Appendable, String) - Method in class org.eclipse.jetty.jndi.NamingContext
 
dump(Appendable, String) - Method in class org.eclipse.jetty.quic.common.QuicSession
 
dump(Appendable, String) - Method in class org.eclipse.jetty.quic.common.QuicSessionContainer
 
dump(Appendable, String) - Method in class org.eclipse.jetty.rewrite.handler.RuleContainer
 
dump(Appendable, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
dump(Appendable, String) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
 
dump(Appendable, String) - Method in class org.eclipse.jetty.server.handler.PathMappingsHandler
 
dump(Appendable, String) - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
dump(Appendable, String) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
dump(Appendable, String) - Method in class org.eclipse.jetty.server.Server
 
dump(Appendable, String) - Method in class org.eclipse.jetty.util.Attributes.Lazy
 
dump(Appendable, String) - Method in class org.eclipse.jetty.util.AttributesMap
Deprecated.
 
dump(Appendable, String) - Method in class org.eclipse.jetty.util.component.AttributeContainerMap
 
dump(Appendable, String) - Method in class org.eclipse.jetty.util.component.ClassLoaderDump
 
dump(Appendable, String) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
dump(Appendable, String) - Method in interface org.eclipse.jetty.util.component.Dumpable
Dump this object (and children) into an Appendable using the provided indent after any new lines.
dump(Appendable, String) - Method in class org.eclipse.jetty.util.component.DumpableAttributes
 
dump(Appendable, String) - Method in class org.eclipse.jetty.util.component.DumpableCollection
 
dump(Appendable, String) - Method in class org.eclipse.jetty.util.component.Environment.Named
 
dump(Appendable, String) - Method in class org.eclipse.jetty.util.ConcurrentPool
 
dump(Appendable, String) - Method in class org.eclipse.jetty.util.resource.FileSystemPool
 
dump(Appendable, String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
dump(Appendable, String) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
dump(Appendable, String) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
dump(Appendable, String) - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
dump(Appendable, String) - Method in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
dump(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
 
dump(ClassLoader) - Static method in class org.eclipse.jetty.util.TypeUtil
 
dump(TimeUnit) - Method in class org.eclipse.jetty.util.statistic.RateStatistic
 
dump(Dumpable) - Static method in interface org.eclipse.jetty.util.component.Dumpable
Utility method to implement Dumpable.dump() by calling Dumpable.dump(Appendable, String)
dump(Resource) - Static method in class org.eclipse.jetty.util.resource.Resource
 
Dumpable - Interface in org.eclipse.jetty.util.component
 
Dumpable.DumpableContainer - Interface in org.eclipse.jetty.util.component
DumpableContainer A Dumpable that is a container of beans can implement this interface to allow it to refine which of its beans can be dumped.
DumpableAttributes - Class in org.eclipse.jetty.util.component
 
DumpableAttributes(String, Attributes) - Constructor for class org.eclipse.jetty.util.component.DumpableAttributes
 
DumpableCollection - Class in org.eclipse.jetty.util.component
 
DumpableCollection(String, Collection<?>) - Constructor for class org.eclipse.jetty.util.component.DumpableCollection
 
dumpActiveXmls(PrintStream) - Method in class org.eclipse.jetty.start.StartEnvironment
 
dumpContainer(Appendable, String, Container, boolean) - Static method in interface org.eclipse.jetty.util.component.Dumpable
 
dumpIterable(Appendable, String, Iterable<?>, boolean) - Static method in interface org.eclipse.jetty.util.component.Dumpable
 
dumpJavaEnvironment(PrintStream) - Method in class org.eclipse.jetty.start.StartArgs
 
dumpJvmArgs(PrintStream) - Method in class org.eclipse.jetty.start.StartArgs
 
dumpMapEntries(Appendable, String, Map<?, ?>, boolean) - Static method in interface org.eclipse.jetty.util.component.Dumpable
 
dumpObject(Appendable, Object) - Static method in interface org.eclipse.jetty.util.component.Dumpable
Dump just an Object (but not it's contained items) to an Appendable.
dumpObjects(Appendable, String, Object...) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Dump this object, it's contained beans and additional items to an Appendable
dumpObjects(Appendable, String, Object, Object...) - Static method in interface org.eclipse.jetty.util.component.Dumpable
Dump an Object, it's contained items and additional items to an Appendable.
dumpProperties(PrintStream) - Method in class org.eclipse.jetty.start.StartEnvironment
 
dumpProperty(PrintStream, String) - Method in class org.eclipse.jetty.start.StartEnvironment
 
dumpSelf() - Method in interface org.eclipse.jetty.util.component.Dumpable
The description of this/self found in the dump.
dumpStdErr() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Dumps to System.err.
dumpSystemProperties(PrintStream) - Method in class org.eclipse.jetty.start.StartArgs
 
dumpThread(long) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
DuplexConnectionPool - Class in org.eclipse.jetty.client
 
DuplexConnectionPool(Destination, int) - Constructor for class org.eclipse.jetty.client.DuplexConnectionPool
 
DUPLICATE_HOST_HEADERS - Enum constant in enum class org.eclipse.jetty.http.HttpCompliance.Violation
Since RFC 7230: Section 5.4, the HTTP protocol says that a Server must reject a request duplicate host headers.
DuplicateInstruction - Class in org.eclipse.jetty.http3.qpack.internal.instruction
 
DuplicateInstruction(int) - Constructor for class org.eclipse.jetty.http3.qpack.internal.instruction.DuplicateInstruction
 
DynamicTable - Class in org.eclipse.jetty.http3.qpack.internal.table
 
DynamicTable() - Constructor for class org.eclipse.jetty.http3.qpack.internal.table.DynamicTable
 

E

EARLY_HINT - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
EARLY_HINT_103 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
earlyEOF() - Method in class org.eclipse.jetty.client.transport.internal.HttpReceiverOverHTTP
 
earlyEOF() - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
Called to signal that an EOF was received unexpectedly during the parsing of an HTTP message
earlyEOF() - Method in class org.eclipse.jetty.http.HttpTester.Message
 
earlyEOF() - Method in class org.eclipse.jetty.server.internal.HttpConnection.RequestHandler
 
earlyEOF() - Method in interface org.eclipse.jetty.server.internal.MultiPartParser.Handler
 
EarlyHintsProtocolHandler - Class in org.eclipse.jetty.client
A protocol handler that handles the 103 response code.
EarlyHintsProtocolHandler() - Constructor for class org.eclipse.jetty.client.EarlyHintsProtocolHandler
 
EatWhatYouKill - Class in org.eclipse.jetty.util.thread.strategy
Deprecated, for removal: This API element is subject to removal in a future version.
This class has been renamed to AdaptiveExecutionStrategy
EatWhatYouKill(ExecutionStrategy.Producer, Executor) - Constructor for class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
Deprecated.
 
Edge - Class in org.eclipse.jetty.deploy.graph
Basic Graph Edge
Edge(Node, Node) - Constructor for class org.eclipse.jetty.deploy.graph.Edge
 
edges() - Method in class org.eclipse.jetty.deploy.graph.Route
 
EE_ENVIRONMENT_COMPARATOR - Static variable in interface org.eclipse.jetty.server.Deployable
 
EE_ENVIRONMENT_NAME - Static variable in interface org.eclipse.jetty.server.Deployable
 
EE_ENVIRONMENT_NAME_PATTERN - Static variable in interface org.eclipse.jetty.server.Deployable
 
EITHER - Enum constant in enum class org.eclipse.jetty.util.thread.Invocable.InvocationType
Invoking the Invocable may block the invoker thread, but the invocation cannot be deferred to a later time, differently from Invocable.InvocationType.BLOCKING.
elapsed(long, long) - Static method in class org.eclipse.jetty.util.NanoTime
Calculates the nanoseconds elapsed between two nanoTimes.
element() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
emit(HttpField) - Method in class org.eclipse.jetty.http2.hpack.internal.MetaDataBuilder
 
emit(HttpField) - Method in class org.eclipse.jetty.http3.qpack.internal.metadata.MetaDataBuilder
 
emitFailure(Response, Throwable) - Method in class org.eclipse.jetty.client.transport.ResponseListeners
 
emitFailureComplete(Result) - Method in class org.eclipse.jetty.client.transport.ResponseListeners
 
emitSuccess(Response) - Method in class org.eclipse.jetty.client.transport.ResponseListeners
 
emitSuccessComplete(Result) - Method in class org.eclipse.jetty.client.transport.ResponseListeners
 
empty(boolean) - Static method in interface org.eclipse.jetty.util.Index
 
Empty() - Constructor for class org.eclipse.jetty.http.HttpCookieStore.Empty
 
EMPTY - Static variable in interface org.eclipse.jetty.http.HttpFields
 
EMPTY - Static variable in interface org.eclipse.jetty.http.pathmap.MatchedPath
 
EMPTY - Static variable in interface org.eclipse.jetty.io.Content.Chunk
An empty, non-last, chunk.
EMPTY - Static variable in class org.eclipse.jetty.util.Fields
 
EMPTY_ARRAY - Static variable in class org.eclipse.jetty.http2.frames.Frame
 
EMPTY_BUFFER - Static variable in class org.eclipse.jetty.util.BufferUtil
 
emptyBody(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.BodyParser
 
emptyBody(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.ContinuationBodyParser
 
emptyBody(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.DataBodyParser
 
emptyBody(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.HeadersBodyParser
 
emptyBody(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.SettingsBodyParser
 
emptyBody(ByteBuffer) - Method in class org.eclipse.jetty.http3.parser.BodyParser
 
emptyBody(ByteBuffer) - Method in class org.eclipse.jetty.http3.parser.DataBodyParser
 
emptyBody(ByteBuffer) - Method in class org.eclipse.jetty.http3.parser.SettingsBodyParser
 
EmptyLoginService - Class in org.eclipse.jetty.security
LoginService implementation which always denies any attempt to login.
EmptyLoginService() - Constructor for class org.eclipse.jetty.security.EmptyLoginService
 
enable() - Static method in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.Logging
 
enable(E, boolean) - Method in class org.eclipse.jetty.util.ConcurrentPool.ConcurrentEntry
 
enable(E, boolean) - Method in interface org.eclipse.jetty.util.Pool.Entry
Enables this, previously reserved, Entry.
enable(String, boolean) - Method in class org.eclipse.jetty.start.Module
 
enable(String, String) - Method in class org.eclipse.jetty.start.Modules
Enable a module
enable(W, boolean) - Method in class org.eclipse.jetty.util.Pool.Entry.Wrapper
 
ENABLE_CONNECT_PROTOCOL - Static variable in class org.eclipse.jetty.http2.frames.SettingsFrame
 
ENABLE_PUSH - Static variable in class org.eclipse.jetty.http2.frames.SettingsFrame
 
enableDebug() - Static method in class org.eclipse.jetty.start.StartLog
 
enableLowOnResources(boolean, boolean) - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
enableQlog(String, String, String) - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
 
EncodableEntry - Class in org.eclipse.jetty.http3.qpack.internal
 
EncodableEntry() - Constructor for class org.eclipse.jetty.http3.qpack.internal.EncodableEntry
 
encode(int, int) - Static method in class org.eclipse.jetty.util.AtomicBiInteger
Encodes hi and lo values into a long.
encode(ByteBuffer, int) - Method in class org.eclipse.jetty.http3.qpack.internal.EncodableEntry
 
encode(ByteBuffer, int, long) - Static method in class org.eclipse.jetty.http.compression.NBitIntegerEncoder
 
encode(ByteBuffer, int, String, boolean) - Static method in class org.eclipse.jetty.http.compression.NBitStringEncoder
 
encode(ByteBuffer, long) - Static method in class org.eclipse.jetty.http3.internal.VarLenInt
 
encode(ByteBuffer, long, MetaData) - Method in class org.eclipse.jetty.http3.qpack.QpackEncoder
Encodes a MetaData object into the supplied ByteBuffer for a specific HTTP/s stream.
encode(ByteBuffer, String) - Static method in class org.eclipse.jetty.http.compression.HuffmanEncoder
 
encode(ByteBuffer, HttpField) - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
 
encode(ByteBuffer, MetaData) - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
 
encode(HpackEncoder, MetaData, int) - Method in class org.eclipse.jetty.http2.generator.FrameGenerator
 
encode(ByteBufferPool, ByteBufferPool.Accumulator) - Method in interface org.eclipse.jetty.http3.qpack.Instruction
 
encode(ByteBufferPool, ByteBufferPool.Accumulator) - Method in class org.eclipse.jetty.http3.qpack.internal.instruction.DuplicateInstruction
 
encode(ByteBufferPool, ByteBufferPool.Accumulator) - Method in class org.eclipse.jetty.http3.qpack.internal.instruction.IndexedNameEntryInstruction
 
encode(ByteBufferPool, ByteBufferPool.Accumulator) - Method in class org.eclipse.jetty.http3.qpack.internal.instruction.InsertCountIncrementInstruction
 
encode(ByteBufferPool, ByteBufferPool.Accumulator) - Method in class org.eclipse.jetty.http3.qpack.internal.instruction.LiteralNameEntryInstruction
 
encode(ByteBufferPool, ByteBufferPool.Accumulator) - Method in class org.eclipse.jetty.http3.qpack.internal.instruction.SectionAcknowledgmentInstruction
 
encode(ByteBufferPool, ByteBufferPool.Accumulator) - Method in class org.eclipse.jetty.http3.qpack.internal.instruction.SetCapacityInstruction
 
encode(ByteBufferPool, ByteBufferPool.Accumulator) - Method in class org.eclipse.jetty.http3.qpack.internal.instruction.StreamCancellationInstruction
 
encode(MultiMap<String>, Charset, boolean) - Static method in class org.eclipse.jetty.util.UrlEncoded
Encode MultiMap with % encoding.
EncodedFieldSection - Class in org.eclipse.jetty.http3.qpack.internal.parser
 
EncodedFieldSection(long, QpackDecoder.Handler, int, int, ByteBuffer) - Constructor for class org.eclipse.jetty.http3.qpack.internal.parser.EncodedFieldSection
 
EncodedFieldSection.EncodedField - Interface in org.eclipse.jetty.http3.qpack.internal.parser
 
encodeHi(long, int) - Static method in class org.eclipse.jetty.util.AtomicBiInteger
Sets the hi value into the given encoded value.
encodeLo(long, int) - Static method in class org.eclipse.jetty.util.AtomicBiInteger
Sets the lo value into the given encoded value.
encodeLowerCase(ByteBuffer, String) - Static method in class org.eclipse.jetty.http.compression.HuffmanEncoder
 
encodeMaxDynamicTableSize(ByteBuffer, int) - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
 
encodeName(Object) - Static method in class org.eclipse.jetty.nosql.mongodb.MongoUtils
 
encodeName(String) - Static method in class org.eclipse.jetty.nosql.mongodb.MongoUtils
 
encodePath(String) - Static method in class org.eclipse.jetty.util.URIUtil
Encode a URI path.
encodePathSafeEncoding(String) - Static method in class org.eclipse.jetty.util.URIUtil
Encode characters in a path to ensure they only contain safe encodings suitable for both URI and Paths.get(URI) usage.
EncoderInstructionParser - Class in org.eclipse.jetty.http3.qpack.internal.parser
Parses a stream of unframed instructions for the Encoder.
EncoderInstructionParser(EncoderInstructionParser.Handler) - Constructor for class org.eclipse.jetty.http3.qpack.internal.parser.EncoderInstructionParser
 
EncoderInstructionParser.Handler - Interface in org.eclipse.jetty.http3.qpack.internal.parser
 
EncoderStreamConnection - Class in org.eclipse.jetty.http3
 
EncoderStreamConnection(EndPoint, Executor, ByteBufferPool, QpackDecoder, ParserListener) - Constructor for class org.eclipse.jetty.http3.EncoderStreamConnection
 
encodeSpecific(String, String) - Static method in class org.eclipse.jetty.util.URIUtil
Encode a raw String and convert any specific characters to their URI encoded equivalent.
encodeString(String) - Static method in class org.eclipse.jetty.util.UrlEncoded
Perform URL encoding.
encodeString(StringBuilder, String, String) - Static method in class org.eclipse.jetty.util.URIUtil
Encode a URI path.
encodeString(String, Charset) - Static method in class org.eclipse.jetty.util.UrlEncoded
Perform URL encoding.
encodeURI(Request, String, boolean) - Method in interface org.eclipse.jetty.server.Session
 
encodeURI(Request, String, boolean) - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
encodeURI(Request, String, boolean) - Method in class org.eclipse.jetty.session.ManagedSession
 
encodeURI(Request, String, boolean) - Method in interface org.eclipse.jetty.session.SessionManager
 
encodeURL(String, Request) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
ENCODING - Static variable in class org.eclipse.jetty.util.UrlEncoded
 
EncodingException - Exception Class in org.eclipse.jetty.http.compression
 
EncodingException(String) - Constructor for exception class org.eclipse.jetty.http.compression.EncodingException
 
end() - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpChannelOverFCGI
 
end(int) - Method in class org.eclipse.jetty.fcgi.parser.ResponseContentParser
 
end(int) - Method in class org.eclipse.jetty.fcgi.parser.StreamContentParser
 
end(Deflater) - Method in class org.eclipse.jetty.util.compression.DeflaterPool
 
end(Inflater) - Method in class org.eclipse.jetty.util.compression.InflaterPool
 
end(T) - Method in class org.eclipse.jetty.util.compression.CompressionPool
 
END - Enum constant in enum class org.eclipse.jetty.http.HttpGenerator.State
 
END - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
END - Enum constant in enum class org.eclipse.jetty.server.internal.MultiPartParser.State
 
END_HEADERS - Static variable in interface org.eclipse.jetty.http2.internal.Flags
 
END_REQUEST - Enum constant in enum class org.eclipse.jetty.fcgi.FCGI.FrameType
 
END_STREAM - Static variable in interface org.eclipse.jetty.http2.internal.Flags
 
endPart() - Method in class org.eclipse.jetty.util.MultiPartWriter
end creation of the next Content.
EndPoint - Interface in org.eclipse.jetty.io
EndPoint is the abstraction for an I/O channel that transports bytes.
EndPoint.Wrapper - Interface in org.eclipse.jetty.io
Marks an EndPoint that wraps another EndPoint.
endPointClosed(EndPoint) - Method in class org.eclipse.jetty.io.ManagedSelector
 
endPointClosed(EndPoint) - Method in class org.eclipse.jetty.io.SelectorManager
Callback method invoked when an endpoint is closed.
endPointClosed(EndPoint) - Method in class org.eclipse.jetty.server.ServerConnector.ServerConnectorManager
 
endPointOpened(EndPoint) - Method in class org.eclipse.jetty.io.ManagedSelector
 
endPointOpened(EndPoint) - Method in class org.eclipse.jetty.io.SelectorManager
Callback method invoked when an endpoint is opened.
endPointOpened(EndPoint) - Method in class org.eclipse.jetty.server.ServerConnector.ServerConnectorManager
 
EndRequestContentParser - Class in org.eclipse.jetty.fcgi.parser
Parser for the END_REQUEST frame content.
EndRequestContentParser(HeaderParser, Parser.Listener) - Constructor for class org.eclipse.jetty.fcgi.parser.EndRequestContentParser
 
endStartLog() - Static method in class org.eclipse.jetty.start.StartLog
 
endsWith(byte[], int, int) - Method in class org.eclipse.jetty.util.SearchPattern
Search for a partial match of the pattern at the end of the data.
endsWith(ByteBuffer) - Method in class org.eclipse.jetty.util.SearchPattern
Searches for a partial match of the pattern at the end of the ByteBuffer.
endsWithIgnoreCase(String, String) - Static method in class org.eclipse.jetty.util.StringUtil
 
ENHANCE_YOUR_CALM - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
ENHANCE_YOUR_CALM_420 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
ENHANCE_YOUR_CALM_ERROR - Enum constant in enum class org.eclipse.jetty.http2.ErrorCode
Indicates that the other peer might be generating excessive load.
enqueue(Queue<HttpExchange>, HttpExchange) - Method in class org.eclipse.jetty.client.transport.HttpDestination
 
ensure(String) - Static method in interface org.eclipse.jetty.util.component.Environment
 
ensureBuffer(int) - Method in class org.eclipse.jetty.io.ByteBufferAccumulator
Get the last buffer of the accumulator, this can be written to directly to avoid copying into the accumulator.
ensureBuffer(int, int) - Method in class org.eclipse.jetty.io.ByteBufferAccumulator
Get the last buffer of the accumulator, this can be written to directly to avoid copying into the accumulator.
ensureCapacity(ByteBuffer, int) - Static method in class org.eclipse.jetty.util.BufferUtil
 
ensureConsumeAvailableOrNotPersistent(Request, Response) - Static method in class org.eclipse.jetty.server.ResponseUtils
 
ensureDirectoryExists(Path) - Static method in class org.eclipse.jetty.start.FS
 
ensureDirectoryWritable(Path) - Static method in class org.eclipse.jetty.start.FS
 
ensureField(HttpField) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
Ensure that specific HttpField exists when the field may not exist or may exist and be multi valued.
ensureField(HttpField) - Method in class org.eclipse.jetty.server.internal.ResponseHttpFields
 
ensureIndexes() - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
 
ensureNotPersistent(Request, Response) - Static method in class org.eclipse.jetty.server.ResponseUtils
 
ensurePool(Container) - Static method in class org.eclipse.jetty.util.compression.DeflaterPool
 
ensurePool(Container) - Static method in class org.eclipse.jetty.util.compression.InflaterPool
 
ensureSize(Object, int) - Static method in class org.eclipse.jetty.util.LazyList
Ensure the capacity of the underlying list.
ensureSpareCapacity(int) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
enterScope(Context, Request) - Method in interface org.eclipse.jetty.server.handler.ContextHandler.ContextScopeListener
 
enterScope(Request) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
EntityDataModel() - Constructor for class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
entityFromSession(SessionData, Key) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
Generate a gcloud datastore Entity from SessionData
Entry - Class in org.eclipse.jetty.http3.qpack.internal.table
 
Entry() - Constructor for class org.eclipse.jetty.http3.qpack.internal.table.Entry
 
Entry(int, HttpField) - Constructor for class org.eclipse.jetty.http3.qpack.internal.table.Entry
 
Entry(HttpField) - Constructor for class org.eclipse.jetty.http3.qpack.internal.table.Entry
 
Entry(Frame, HTTP2Stream, Callback) - Constructor for class org.eclipse.jetty.http2.HTTP2Session.Entry
 
Entry.StaticEntry - Class in org.eclipse.jetty.http3.qpack.internal.table
 
entrySet() - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
Environment - Interface in org.eclipse.jetty.util.component
A named runtime environment containing a ClassLoader and Attributes.
ENVIRONMENT - Static variable in interface org.eclipse.jetty.server.Deployable
 
Environment.Named - Class in org.eclipse.jetty.util.component
 
EnvironmentBuilder - Class in org.eclipse.jetty.xml
A Builder of Environments intended to be used in XML files generated by start.jar.
EnvironmentBuilder(String) - Constructor for class org.eclipse.jetty.xml.EnvironmentBuilder
 
eof(int) - Static method in class org.eclipse.jetty.http2.api.Stream.Data
 
EOF - Static variable in class org.eclipse.jetty.http3.api.Stream.Data
 
EOF - Static variable in interface org.eclipse.jetty.io.Content.Chunk
An empty, last, chunk.
EOF - Static variable in class org.eclipse.jetty.io.DatagramChannelEndPoint
 
EOF_CONTENT - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
EOF_CONTENT - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.EndOfContent
 
EofException - Exception Class in org.eclipse.jetty.io
A Jetty specialization of EOFException.
EofException() - Constructor for exception class org.eclipse.jetty.io.EofException
 
EofException(String) - Constructor for exception class org.eclipse.jetty.io.EofException
 
EofException(Throwable) - Constructor for exception class org.eclipse.jetty.io.EofException
 
EPILOGUE - Enum constant in enum class org.eclipse.jetty.server.internal.MultiPartParser.State
 
equals(int) - Method in enum class org.eclipse.jetty.http.HttpStatus.Code
 
equals(Object) - Method in class org.eclipse.jetty.client.ContentDecoder.Factory
 
equals(Object) - Method in class org.eclipse.jetty.client.Origin.Address
 
equals(Object) - Method in class org.eclipse.jetty.client.Origin
 
equals(Object) - Method in class org.eclipse.jetty.client.Origin.Protocol
 
equals(Object) - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1.Tag
 
equals(Object) - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
 
equals(Object) - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.TLV
 
equals(Object) - Method in class org.eclipse.jetty.deploy.graph.Edge
 
equals(Object) - Method in class org.eclipse.jetty.deploy.graph.Node
 
equals(Object) - Method in record class org.eclipse.jetty.http.ByteRange
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.eclipse.jetty.http.CompressedContentFormat
 
equals(Object) - Method in interface org.eclipse.jetty.http.HttpCookie
 
equals(Object) - Method in class org.eclipse.jetty.http.HttpCookie.Immutable
 
equals(Object) - Method in class org.eclipse.jetty.http.HttpCookie.JavaNetHttpCookie
 
equals(Object) - Method in class org.eclipse.jetty.http.HttpCookie.Wrapper
 
equals(Object) - Method in class org.eclipse.jetty.http.HttpField
 
equals(Object) - Method in class org.eclipse.jetty.http.HttpFields.ImmutableHttpFields
 
equals(Object) - Method in class org.eclipse.jetty.http.HttpFields.MutableHttpFields
 
equals(Object) - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
equals(Object) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
equals(Object) - Method in class org.eclipse.jetty.http.pathmap.AbstractPathSpec
 
equals(Object) - Method in class org.eclipse.jetty.http.pathmap.MappedResource
 
equals(Object) - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
 
equals(Object) - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
 
equals(Object) - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
equals(Object) - Method in class org.eclipse.jetty.quic.quiche.QuicheConnectionId
 
equals(Object) - Method in class org.eclipse.jetty.security.jaas.JAASPrincipal
 
equals(Object) - Method in class org.eclipse.jetty.security.jaas.JAASRole
 
equals(Object) - Method in record class org.eclipse.jetty.server.CustomRequestLog.LogDetail
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.eclipse.jetty.server.ResourceService.WelcomeAction
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.eclipse.jetty.server.SecureRequestCustomizer.SslSessionData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.eclipse.jetty.session.AbstractSessionManager.RequestedSession
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.eclipse.jetty.start.config.CommandLineConfigSource
 
equals(Object) - Method in class org.eclipse.jetty.start.config.DirConfigSource
 
equals(Object) - Method in class org.eclipse.jetty.start.FileArg
 
equals(Object) - Method in class org.eclipse.jetty.start.Module
 
equals(Object) - Method in class org.eclipse.jetty.util.Attributes.Layer
 
equals(Object) - Method in class org.eclipse.jetty.util.Attributes.Mapped
 
equals(Object) - Method in class org.eclipse.jetty.util.Attributes.Wrapper
 
equals(Object) - Method in class org.eclipse.jetty.util.Fields
 
equals(Object) - Method in class org.eclipse.jetty.util.Fields.Field
 
equals(Object) - Method in class org.eclipse.jetty.util.resource.CombinedResource
 
equals(Object) - Method in class org.eclipse.jetty.util.resource.PathResource
 
equals(Object) - Method in class org.eclipse.jetty.util.security.Credential.Crypt
 
equals(Object) - Method in class org.eclipse.jetty.util.security.Credential.MD5
 
equals(Object) - Method in class org.eclipse.jetty.util.security.Password
 
equals(String, char[], int, int) - Static method in class org.eclipse.jetty.util.StringUtil
 
equals(HttpCookie, Object) - Static method in interface org.eclipse.jetty.http.HttpCookie
Implementation of Object.equals(Object) compatible with RFC 6265.
ERR_BAD_ARG - Static variable in exception class org.eclipse.jetty.start.UsageException
 
ERR_BAD_GRAPH - Static variable in exception class org.eclipse.jetty.start.UsageException
 
ERR_BAD_STOP_PROPS - Static variable in exception class org.eclipse.jetty.start.UsageException
 
ERR_INVOKE_MAIN - Static variable in exception class org.eclipse.jetty.start.UsageException
 
ERR_LOGGING - Static variable in exception class org.eclipse.jetty.start.UsageException
 
ERR_NOT_STOPPED - Static variable in exception class org.eclipse.jetty.start.UsageException
 
ERR_UNKNOWN - Static variable in exception class org.eclipse.jetty.start.UsageException
 
error() - Method in class org.eclipse.jetty.quic.common.CloseInfo
 
error() - Method in class org.eclipse.jetty.quic.quiche.QuicheConnection.CloseInfo
 
error(String, Object...) - Static method in class org.eclipse.jetty.start.StartLog
 
ERROR_CACHE_CONTROL - Static variable in class org.eclipse.jetty.server.handler.ErrorHandler
 
ERROR_CONTEXT - Static variable in class org.eclipse.jetty.server.handler.ErrorHandler
 
ERROR_EXCEPTION - Static variable in class org.eclipse.jetty.server.handler.ErrorHandler
 
ERROR_MESSAGE - Static variable in class org.eclipse.jetty.server.handler.ErrorHandler
 
ERROR_METHODS - Static variable in class org.eclipse.jetty.server.handler.ErrorHandler
 
ERROR_STATUS - Static variable in class org.eclipse.jetty.server.handler.ErrorHandler
 
ErrorCode - Enum Class in org.eclipse.jetty.http2
Standard HTTP/2 error codes.
ErrorHandler - Class in org.eclipse.jetty.server.handler
Handler for Error pages An ErrorHandler is registered with Server.setErrorHandler(Request.Handler).
ErrorHandler() - Constructor for class org.eclipse.jetty.server.handler.ErrorHandler
 
ErrorHandler.ErrorRequest - Class in org.eclipse.jetty.server.handler
 
errorPageForMethod(String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
ErrorRequest(Request, int, String, Throwable) - Constructor for class org.eclipse.jetty.server.handler.ErrorHandler.ErrorRequest
 
errToString(long) - Static method in interface org.eclipse.jetty.quic.quiche.Quiche.quic_error
 
errToString(long) - Static method in interface org.eclipse.jetty.quic.quiche.Quiche.quiche_error
 
errToString(long) - Static method in interface org.eclipse.jetty.quic.quiche.Quiche.tls_alert
 
ESCAPE_IN_QUOTES - Enum constant in enum class org.eclipse.jetty.http.CookieCompliance.Violation
A backslash was found in a quoted cookie value.
etag(String) - Method in class org.eclipse.jetty.http.CompressedContentFormat
Get an etag with suffix that represents this compressed type.
ETAG - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
ETAG_SEPARATOR - Static variable in class org.eclipse.jetty.http.EtagUtils
The separator within an etag used to indicate a compressed variant.
EtagUtils - Class in org.eclipse.jetty.http
Utility classes for Entity Tag behaviors as outlined in RFC9110 : Section 8.8.3 - Entity Tag
Event(Object) - Constructor for class org.eclipse.jetty.io.ssl.SslHandshakeListener.Event
 
EventsHandler - Class in org.eclipse.jetty.server.handler
A Handler.Wrapper that fires events during the processing of the requests.
EventsHandler() - Constructor for class org.eclipse.jetty.server.handler.EventsHandler
 
EventsHandler(Handler) - Constructor for class org.eclipse.jetty.server.handler.EventsHandler
 
evict() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Determines whether to evict the current thread from the pool.
EVICT_ON_INACTIVITY - Static variable in interface org.eclipse.jetty.session.SessionCache
 
EVICT_ON_SESSION_EXIT - Static variable in interface org.eclipse.jetty.session.SessionCache
 
EXACT - Enum constant in enum class org.eclipse.jetty.http.pathmap.PathSpecGroup
For exactly defined path specs, no glob.
Exception() - Constructor for exception class org.eclipse.jetty.io.QuietException.Exception
 
Exception(String) - Constructor for exception class org.eclipse.jetty.io.QuietException.Exception
 
Exception(String, Throwable) - Constructor for exception class org.eclipse.jetty.io.QuietException.Exception
 
Exception(Throwable) - Constructor for exception class org.eclipse.jetty.io.QuietException.Exception
 
ExceptionUtil - Class in org.eclipse.jetty.util
Exception (or rather Throwable utility methods.
ExceptionUtil.MultiException - Class in org.eclipse.jetty.util
 
EXCESSIVE_LOAD_ERROR - Enum constant in enum class org.eclipse.jetty.http3.HTTP3ErrorCode
 
exchangeTerminated(HttpExchange, Result) - Method in class org.eclipse.jetty.client.transport.HttpChannel
 
exchangeTerminated(HttpExchange, Result) - Method in class org.eclipse.jetty.client.transport.internal.HttpChannelOverHTTP
 
exchangeTerminated(HttpExchange, Result) - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpChannelOverFCGI
 
exchangeTerminated(HttpExchange, Result) - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpChannelOverHTTP2
 
exchangeTerminated(HttpExchange, Result) - Method in class org.eclipse.jetty.http3.client.transport.internal.HttpChannelOverHTTP3
 
exchangeTerminating(HttpExchange, Result) - Method in class org.eclipse.jetty.client.transport.HttpChannel
 
exclude(Class<? extends Connection>) - Method in class org.eclipse.jetty.io.IncludeExcludeConnectionStatistics
 
exclude(String) - Method in class org.eclipse.jetty.io.IncludeExcludeConnectionStatistics
 
exclude(String) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
Excludes an InetAccess entry pattern with an optional connector name, address and URI mapping.
exclude(String) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
exclude(String...) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
Excludes InetAccess patterns
exclude(String, String, PathSpec) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
Excludes an InetAccess entry.
exclude(T) - Method in class org.eclipse.jetty.util.IncludeExcludeSet
 
exclude(T...) - Method in class org.eclipse.jetty.util.IncludeExcludeSet
 
excludeConnector(String) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
Deprecated.
excludeConnectors(String...) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
Deprecated.
EXECUTABLE_COMPARATOR - Static variable in class org.eclipse.jetty.xml.XmlConfiguration
 
execute(Runnable) - Method in class org.eclipse.jetty.http.spi.DelegatingThreadPool
 
execute(Runnable) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
execute(Runnable) - Method in class org.eclipse.jetty.io.SelectorManager
Executes the given task in a different thread.
execute(Runnable) - Method in interface org.eclipse.jetty.server.Context
Executes the given task in a thread scoped to this Context.
execute(Runnable) - Method in class org.eclipse.jetty.server.handler.ContextHandler.ScopedContext
 
execute(Runnable) - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
 
execute(Runnable) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
execute(Runnable) - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
 
execute(Runnable) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
execute(Runnable) - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
execute(Runnable) - Method in class org.eclipse.jetty.util.thread.SerializedExecutor
Arrange for a task to be executed, mutually excluded from other tasks.
execute(Runnable) - Method in interface org.eclipse.jetty.util.thread.TryExecutor
 
execute(Runnable) - Method in class org.eclipse.jetty.util.thread.TryExecutor.NoTryExecutor
 
execute(Runnable...) - Method in class org.eclipse.jetty.util.thread.SerializedExecutor
Arrange for tasks to be executed, mutually excluded from other tasks.
executeOnVirtualThread(Runnable) - Static method in class org.eclipse.jetty.util.VirtualThreads
Deprecated, for removal: This API element is subject to removal in a future version.
ExecuteProduceConsume - Class in org.eclipse.jetty.util.thread.strategy
A strategy where the thread that produces will always run the resulting task.
ExecuteProduceConsume(ExecutionStrategy.Producer, Executor) - Constructor for class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume
 
executeRequest(String) - Method in class org.eclipse.jetty.server.LocalConnector
Execute a request and return the EndPoint through which multiple responses can be received or more input provided.
ExecutionStrategy - Interface in org.eclipse.jetty.util.thread
An ExecutionStrategy executes Runnable tasks produced by a ExecutionStrategy.Producer.
ExecutionStrategy.Producer - Interface in org.eclipse.jetty.util.thread
A producer of Runnable tasks to run.
ExecutorThreadPool - Class in org.eclipse.jetty.util.thread
ExecutorThreadPool() - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
ExecutorThreadPool(int) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
ExecutorThreadPool(int, int) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
ExecutorThreadPool(int, int, BlockingQueue<Runnable>) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
ExecutorThreadPool(ThreadPoolExecutor) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
ExecutorThreadPool(ThreadPoolExecutor, int) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
ExecutorThreadPool(ThreadPoolExecutor, int, ThreadGroup) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
exists() - Method in class org.eclipse.jetty.util.resource.CombinedResource
 
exists() - Method in class org.eclipse.jetty.util.resource.MemoryResource
 
exists() - Method in class org.eclipse.jetty.util.resource.PathResource
 
exists() - Method in class org.eclipse.jetty.util.resource.Resource
Equivalent to Files.exists(Path, LinkOption...) with the following parameters: Resource.getPath() and LinkOption.NOFOLLOW_LINKS.
exists(String) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
exists(String) - Method in class org.eclipse.jetty.session.AbstractSessionCache
Check to see if a session corresponding to the id exists.
exists(String) - Method in class org.eclipse.jetty.session.AbstractSessionDataStore
 
exists(String) - Method in class org.eclipse.jetty.session.CachingSessionDataStore
 
exists(String) - Method in interface org.eclipse.jetty.session.SessionCache
Check to see if a session exists: WILL consult the SessionDataStore.
exists(String) - Method in interface org.eclipse.jetty.session.SessionDataStore
Test if data exists for a given session id.
exists(String) - Method in class org.eclipse.jetty.util.Scanner
 
exists(Path) - Static method in class org.eclipse.jetty.start.FS
 
exists(Resource) - Static method in class org.eclipse.jetty.util.resource.Resources
True if the resource exists.
exitScope(Context, Request) - Method in interface org.eclipse.jetty.server.handler.ContextHandler.ContextScopeListener
 
exitScope(Request, Context, ClassLoader) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
expand(String) - Method in class org.eclipse.jetty.start.Props
 
expand(String) - Method in class org.eclipse.jetty.util.resource.AttributeNormalizer
 
expandDependencies(Props) - Method in class org.eclipse.jetty.start.Module
 
expandEnvironments(List<Module>) - Method in class org.eclipse.jetty.start.StartArgs
 
expandModules(List<Module>) - Method in class org.eclipse.jetty.start.StartArgs
Build up the Classpath and XML file references based on enabled Module list.
expandSystemProperties() - Method in class org.eclipse.jetty.start.StartArgs
Expand any command line added --libs lib references.
EXPECT - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
EXPECTATION_FAILED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
EXPECTATION_FAILED_417 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
EXPECTED_QUICHE_VERSION - Static variable in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
expects100Continue(Request) - Method in class org.eclipse.jetty.client.transport.HttpSender
 
expireAll(String) - Method in class org.eclipse.jetty.session.DefaultSessionIdManager
Remove an id from use by telling all contexts to remove a session with this id.
expireAll(String) - Method in interface org.eclipse.jetty.session.SessionIdManager
Expire all sessions on all contexts that share the same id.
expires(Instant) - Method in class org.eclipse.jetty.http.HttpCookie.Builder
 
EXPIRES - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
EXPIRES_01JAN1970 - Static variable in interface org.eclipse.jetty.http.HttpFields
 
EXPIRES_ATTRIBUTE - Static variable in interface org.eclipse.jetty.http.HttpCookie
 
EXPIRY - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
ExpiryInfo(String, String, long, String, String) - Constructor for class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.ExpiryInfo
 
exportKeyPair(KeyStore, String, char[], Path) - Static method in class org.eclipse.jetty.quic.quiche.PemExporter
 
exportTrustStore(KeyStore, Path) - Static method in class org.eclipse.jetty.quic.quiche.PemExporter
 
EXTENDED_NCSA_FORMAT - Static variable in class org.eclipse.jetty.server.CustomRequestLog
 
extract(Path, Path) - Static method in class org.eclipse.jetty.start.FS
 
EXTRACT_WARS - Static variable in interface org.eclipse.jetty.server.Deployable
 
extractBasics(String) - Static method in class org.eclipse.jetty.server.HttpCookieUtils
Extract the bare minimum of info from a Set-Cookie header string.
extractBoundary(String) - Static method in class org.eclipse.jetty.http.MultiPart
Extracts the value of the boundary parameter from the Content-Type header value, or returns null if the boundary parameter is missing.
extractQueryParameters(Request) - Static method in interface org.eclipse.jetty.server.Request
 
extractQueryParameters(Request, Charset) - Static method in interface org.eclipse.jetty.server.Request
 
extractRedirectURI(Response) - Method in class org.eclipse.jetty.client.HttpRedirector
Extracts and sanitizes (by making it absolute and escaping paths and query parameters) the redirect URI of the given response.
extractZip(Path, Path) - Static method in class org.eclipse.jetty.start.FS
 

F

Factories() - Constructor for class org.eclipse.jetty.client.ContentDecoder.Factories
 
Factory() - Constructor for class org.eclipse.jetty.client.GZIPContentDecoder.Factory
 
Factory(int) - Constructor for class org.eclipse.jetty.client.GZIPContentDecoder.Factory
 
Factory(int) - Constructor for class org.eclipse.jetty.http2.WindowRateControl.Factory
 
Factory(String) - Constructor for class org.eclipse.jetty.client.ContentDecoder.Factory
 
Factory(ByteBufferPool) - Constructor for class org.eclipse.jetty.client.GZIPContentDecoder.Factory
 
Factory(ByteBufferPool, int) - Constructor for class org.eclipse.jetty.client.GZIPContentDecoder.Factory
 
fail(Throwable) - Method in class org.eclipse.jetty.http.MultiPart.AbstractContentSource
 
fail(Throwable) - Method in class org.eclipse.jetty.http.MultiPart.ChunksPart
 
fail(Throwable) - Method in class org.eclipse.jetty.http.MultiPart.Part
 
fail(Throwable) - Method in class org.eclipse.jetty.io.ByteBufferCallbackAccumulator
 
fail(Throwable) - Method in class org.eclipse.jetty.io.content.AsyncContent
 
fail(Throwable) - Method in class org.eclipse.jetty.io.content.ByteBufferContentSource
 
fail(Throwable) - Method in class org.eclipse.jetty.io.content.ChunksContentSource
 
fail(Throwable) - Method in class org.eclipse.jetty.io.content.ContentSourceTransformer
 
fail(Throwable) - Method in class org.eclipse.jetty.io.content.InputStreamContentSource
 
fail(Throwable) - Method in class org.eclipse.jetty.io.content.OutputStreamContentSource
 
fail(Throwable) - Method in class org.eclipse.jetty.io.content.PathContentSource
 
fail(Throwable) - Method in interface org.eclipse.jetty.io.Content.Source
Fails this content source with a last failure chunk, failing and discarding accumulated content chunks that were not yet read.
fail(Throwable) - Method in class org.eclipse.jetty.proxy.ProxyHandler.ProxyRequestContent
 
fail(Throwable) - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelRequest
 
fail(Throwable) - Method in class org.eclipse.jetty.server.Request.Wrapper
 
fail(Throwable) - Method in class org.eclipse.jetty.util.SharedBlockingCallback
Deprecated.
 
fail(Throwable, boolean) - Method in class org.eclipse.jetty.io.content.AsyncContent
 
fail(Throwable, boolean) - Method in interface org.eclipse.jetty.io.Content.Source
Fails this content source with a failure chunk that may or not may be last.
fail(Request, Throwable, Response) - Method in class org.eclipse.jetty.client.HttpRedirector
 
fail(Request, Response, Throwable) - Method in class org.eclipse.jetty.client.HttpRedirector
 
failAndClose(Throwable) - Method in class org.eclipse.jetty.client.transport.HttpReceiver
Fails the receiver and closes the underlying stream.
failAndClose(Throwable) - Method in class org.eclipse.jetty.client.transport.internal.HttpReceiverOverHTTP
 
failAndClose(Throwable) - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpReceiverOverFCGI
 
failAndClose(Throwable) - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpReceiverOverHTTP2
 
failAndClose(Throwable) - Method in class org.eclipse.jetty.http3.client.transport.internal.HttpReceiverOverHTTP3
 
failed(Throwable) - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.ProxyProtocolConnection
 
failed(Throwable) - Method in class org.eclipse.jetty.client.transport.HttpDestination
 
failed(Throwable) - Method in class org.eclipse.jetty.fcgi.server.internal.HttpStreamOverFCGI
 
failed(Throwable) - Method in class org.eclipse.jetty.http2.client.transport.internal.HTTPSessionListenerPromise
 
failed(Throwable) - Method in class org.eclipse.jetty.http2.HTTP2Session.Entry
 
failed(Throwable) - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
failed(Throwable) - Method in class org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2
 
failed(Throwable) - Method in class org.eclipse.jetty.http3.MessageFlusher
 
failed(Throwable) - Method in class org.eclipse.jetty.http3.server.internal.HttpStreamOverHTTP3
 
failed(Throwable) - Method in class org.eclipse.jetty.io.internal.ContentCopier
 
failed(Throwable) - Method in class org.eclipse.jetty.server.handler.gzip.GzipResponseAndCallback
 
failed(Throwable) - Method in class org.eclipse.jetty.server.HttpStream.Wrapper
 
failed(Throwable) - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelResponse
failed(Throwable) - Method in class org.eclipse.jetty.server.internal.HttpConnection.HttpStreamOverHTTP1
 
failed(Throwable) - Method in class org.eclipse.jetty.util.Callback.Completable
 
failed(Throwable) - Method in interface org.eclipse.jetty.util.Callback.Completing
 
failed(Throwable) - Method in interface org.eclipse.jetty.util.Callback
Callback invoked when the operation fails.
failed(Throwable) - Method in class org.eclipse.jetty.util.Callback.Nested
 
failed(Throwable) - Method in class org.eclipse.jetty.util.CountingCallback
 
failed(Throwable) - Method in class org.eclipse.jetty.util.FutureCallback
 
failed(Throwable) - Method in class org.eclipse.jetty.util.FuturePromise
 
failed(Throwable) - Method in class org.eclipse.jetty.util.IteratingCallback
Method to invoke when the asynchronous sub-task fails, or to fail the overall asynchronous task and therefore terminate the iteration.
failed(Throwable) - Method in class org.eclipse.jetty.util.Promise.Adapter
 
failed(Throwable) - Method in class org.eclipse.jetty.util.Promise.Completable
 
failed(Throwable) - Method in interface org.eclipse.jetty.util.Promise
Callback invoked when the operation fails.
failed(Throwable) - Method in class org.eclipse.jetty.util.Promise.Wrapper
 
failed(Throwable) - Method in class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
Deprecated.
 
FAILED - Enum constant in enum class org.eclipse.jetty.http3.HTTP3Stream.FrameState
The stream has encountered a failure.
FAILED - Static variable in class org.eclipse.jetty.deploy.AppLifeCycle
 
FAILED - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
FAILED_DEPENDENCY - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
FAILED_DEPENDENCY_424 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
failedCallback(Callback, Throwable) - Method in class org.eclipse.jetty.io.AbstractConnection
 
failure - Variable in class org.eclipse.jetty.client.transport.SendFailure
 
FAILURE - Enum constant in enum class org.eclipse.jetty.http2.frames.FrameType
 
FailureFrame - Class in org.eclipse.jetty.http2.frames
 
FailureFrame(int, String, Throwable) - Constructor for class org.eclipse.jetty.http2.frames.FailureFrame
 
FCGI - Class in org.eclipse.jetty.fcgi
 
FCGI.FrameType - Enum Class in org.eclipse.jetty.fcgi
 
FCGI.Headers - Class in org.eclipse.jetty.fcgi
 
FCGI.Role - Enum Class in org.eclipse.jetty.fcgi
 
FCGI.StreamType - Enum Class in org.eclipse.jetty.fcgi
 
feedCipherBytes(ByteBuffer, SocketAddress, SocketAddress) - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
 
feedCipherBytes(ByteBuffer, SocketAddress, SocketAddress) - Method in class org.eclipse.jetty.quic.quiche.QuicheConnection
Read the buffer of cipher text coming from the network.
feedClearBytesForStream(long, ByteBuffer) - Method in class org.eclipse.jetty.quic.quiche.QuicheConnection
 
feedClearBytesForStream(long, ByteBuffer, boolean) - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
 
feedClearBytesForStream(long, ByteBuffer, boolean) - Method in class org.eclipse.jetty.quic.quiche.QuicheConnection
 
feedFinForStream(long) - Method in class org.eclipse.jetty.quic.quiche.QuicheConnection
 
fetchRoles() - Method in class org.eclipse.jetty.security.jaas.spi.AbstractLoginModule.JAASUser
 
Field(String, String) - Constructor for class org.eclipse.jetty.util.Fields.Field
 
FIELD - Enum constant in enum class org.eclipse.jetty.http.HttpParser.FieldState
 
FIELD - Enum constant in enum class org.eclipse.jetty.server.internal.MultiPartParser.FieldState
 
Fields - Class in org.eclipse.jetty.util
A container for name/value pairs, known as fields.
Fields() - Constructor for class org.eclipse.jetty.util.Fields
Creates an empty, modifiable, case insensitive Fields instance.
Fields(boolean) - Constructor for class org.eclipse.jetty.util.Fields
Creates an empty, modifiable, case insensitive Fields instance.
Fields(Map<String, Fields.Field>) - Constructor for class org.eclipse.jetty.util.Fields
 
Fields.Field - Class in org.eclipse.jetty.util
A named list of string values.
file(Path) - Method in interface org.eclipse.jetty.client.Request
Shortcut method to specify a file as a content for this request, with the default content type of "application/octet-stream".
file(Path) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
file(Path, String) - Method in interface org.eclipse.jetty.client.Request
Shortcut method to specify a file as a content for this request, with the given content type.
file(Path, String) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
fileAdded(String) - Method in interface org.eclipse.jetty.util.Scanner.DiscreteListener
Called when a file is added.
fileAdded(String) - Method in class org.eclipse.jetty.util.ssl.KeyStoreScanner
 
FileArg - Class in org.eclipse.jetty.start
 
FileArg(String) - Constructor for class org.eclipse.jetty.start.FileArg
 
FileArg(Module, String) - Constructor for class org.eclipse.jetty.start.FileArg
 
fileChanged(String) - Method in interface org.eclipse.jetty.util.Scanner.DiscreteListener
Called when a file is changed.
fileChanged(String) - Method in class org.eclipse.jetty.util.ssl.KeyStoreScanner
 
FileDestroyable - Class in org.eclipse.jetty.util.component
 
FileDestroyable() - Constructor for class org.eclipse.jetty.util.component.FileDestroyable
 
FileDestroyable(String) - Constructor for class org.eclipse.jetty.util.component.FileDestroyable
 
FileDestroyable(Path) - Constructor for class org.eclipse.jetty.util.component.FileDestroyable
 
FileID - Class in org.eclipse.jetty.util
Simple, yet surprisingly common utility methods for identifying various file types commonly seen and worked with in a deployment scenario.
FileID() - Constructor for class org.eclipse.jetty.util.FileID
 
FileInitializer - Class in org.eclipse.jetty.start
Interface for initializing a file resource.
FileInitializer(BaseHome, String...) - Constructor for class org.eclipse.jetty.start.FileInitializer
 
FileMappingHttpContentFactory - Class in org.eclipse.jetty.http.content
 
FileMappingHttpContentFactory(HttpContent.Factory) - Constructor for class org.eclipse.jetty.http.content.FileMappingHttpContentFactory
Construct a FileMappingHttpContentFactory which can use file mapped buffers.
FileMappingHttpContentFactory(HttpContent.Factory, int) - Constructor for class org.eclipse.jetty.http.content.FileMappingHttpContentFactory
Construct a FileMappingHttpContentFactory which can use file mapped buffers.
FileNoticeLifeCycleListener - Class in org.eclipse.jetty.util.component
A LifeCycle Listener that writes state changes to a file.
FileNoticeLifeCycleListener(String) - Constructor for class org.eclipse.jetty.util.component.FileNoticeLifeCycleListener
 
fileRemoved(String) - Method in interface org.eclipse.jetty.util.Scanner.DiscreteListener
Called when a file is removed.
fileRemoved(String) - Method in class org.eclipse.jetty.util.ssl.KeyStoreScanner
 
filesChanged(Set<String>) - Method in interface org.eclipse.jetty.util.Scanner.BulkListener
 
FileSessionDataStore - Class in org.eclipse.jetty.session
FileSessionDataStore A file-based store of session data.
FileSessionDataStore() - Constructor for class org.eclipse.jetty.session.FileSessionDataStore
 
FileSessionDataStoreFactory - Class in org.eclipse.jetty.session
FileSessionDataStoreFactory
FileSessionDataStoreFactory() - Constructor for class org.eclipse.jetty.session.FileSessionDataStoreFactory
 
FileSystemPool - Class in org.eclipse.jetty.util.resource
TODO figure out if this should be a LifeCycle or not, how many instances of this class can reside in a JVM, who can call sweep and when.
FileSystemPool.Listener - Interface in org.eclipse.jetty.util.resource
Listener for pool events
FileSystemPool.Mount - Class in org.eclipse.jetty.util.resource
 
FileSystemPool.StackLoggingListener - Class in org.eclipse.jetty.util.resource
Show a StackTrace
fill(long, ByteBuffer) - Method in class org.eclipse.jetty.quic.common.QuicSession
 
fill(ByteBuffer) - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
 
fill(ByteBuffer) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
fill(ByteBuffer) - Method in interface org.eclipse.jetty.io.EndPoint
Fill the passed buffer with data from this endpoint.
fill(ByteBuffer) - Method in class org.eclipse.jetty.io.NetworkTrafficSocketChannelEndPoint
 
fill(ByteBuffer) - Method in class org.eclipse.jetty.io.SocketChannelEndPoint
 
fill(ByteBuffer) - Method in class org.eclipse.jetty.io.ssl.SslConnection.SslEndPoint
 
fill(ByteBuffer) - Method in class org.eclipse.jetty.quic.common.QuicStreamEndPoint
 
fill(ByteBuffer) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
fill(ByteBuffer, byte[], int, int) - Static method in class org.eclipse.jetty.util.BufferUtil
Like append, but does not throw BufferOverflowException
fillable() - Method in class org.eclipse.jetty.io.FillInterest
Call to signal that a read is now possible.
fillBuffer() - Method in class org.eclipse.jetty.http.HttpTester.Input
 
FillInterest - Class in org.eclipse.jetty.io
A Utility class to help implement EndPoint.fillInterested(Callback) by keeping state and calling the context and callback objects.
FillInterest() - Constructor for class org.eclipse.jetty.io.FillInterest
 
fillInterested() - Method in class org.eclipse.jetty.client.transport.internal.HttpReceiverOverHTTP
 
fillInterested() - Method in class org.eclipse.jetty.io.AbstractConnection
Utility method to be called to register read interest.
fillInterested() - Method in class org.eclipse.jetty.quic.common.QuicConnection
 
fillInterested(Callback) - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
 
fillInterested(Callback) - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
fillInterested(Callback) - Method in interface org.eclipse.jetty.io.EndPoint
Requests callback methods to be invoked when a call to EndPoint.fill(ByteBuffer) would return data or EOF.
fillInterested(Callback) - Method in class org.eclipse.jetty.quic.common.QuicStreamEndPoint
 
fillInterested(Callback) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
Filter() - Constructor for class org.eclipse.jetty.deploy.providers.ContextProvider.Filter
 
FILTER - Enum constant in enum class org.eclipse.jetty.fcgi.FCGI.Role
 
filterServerToProxyResponseField(HttpField) - Method in class org.eclipse.jetty.proxy.ProxyHandler
 
FINAL_SIZE_ERROR - Enum constant in enum class org.eclipse.jetty.quic.common.QuicErrorCode
 
FINAL_SIZE_ERROR - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quic_error
 
find(Request, Response) - Method in class org.eclipse.jetty.client.ProtocolHandlers
Finds the first protocol handler that accepts the given request and response.
findAuthentication(String, URI, String) - Method in interface org.eclipse.jetty.client.AuthenticationStore
Returns the authentication that matches the given type (for example, "Basic" or "Digest"), the given request URI and the given realm.
findAuthentication(String, URI, String) - Method in class org.eclipse.jetty.client.internal.HttpAuthenticationStore
 
findAuthenticationResult(URI) - Method in interface org.eclipse.jetty.client.AuthenticationStore
Returns an Authentication.Result that matches the given URI, or null if no Authentication.Results match the given URI.
findAuthenticationResult(URI) - Method in class org.eclipse.jetty.client.internal.HttpAuthenticationStore
 
findBean(ObjectName) - Method in class org.eclipse.jetty.jmx.MBeanContainer
Lookup an instance by object name
findContainerOf(Handler.Container, Class<T>, Handler) - Static method in class org.eclipse.jetty.server.Handler.AbstractContainer
 
findContentParser(FCGI.FrameType) - Method in class org.eclipse.jetty.fcgi.parser.ClientParser
 
findContentParser(FCGI.FrameType) - Method in class org.eclipse.jetty.fcgi.parser.Parser
 
findContentParser(FCGI.FrameType) - Method in class org.eclipse.jetty.fcgi.parser.ServerParser
 
findCoreContextClassLoader(Path) - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
 
findEdges(Node) - Method in class org.eclipse.jetty.deploy.graph.Graph
Find all edges that are connected to the specific node, both as an outgoing Edge.getFrom() or incoming Edge.getTo() end point.
findEdgesFrom(Node) - Method in class org.eclipse.jetty.deploy.graph.Graph
Find all edges that are connected Edge.getFrom() the specific node.
findField(Class<?>, String, Class<?>, boolean, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
findIdentityService() - Method in class org.eclipse.jetty.security.SecurityHandler
 
findInheritedField(Package, Class<?>, String, Class<?>, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
findInheritedMethod(Package, Class<?>, String, Class<?>[], boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
findJavaBin() - Static method in class org.eclipse.jetty.start.CommandLineBuilder
 
findLoginService() - Method in class org.eclipse.jetty.security.SecurityHandler
Find an appropriate LoginService from the list returned by Container.getBeans(Class) called on the result of Handler.Abstract.getServer().
findMavenLocalRepoDir() - Method in class org.eclipse.jetty.start.StartArgs
 
findMBean(Object) - Method in class org.eclipse.jetty.jmx.MBeanContainer
Lookup an object name by instance
findMethod(Class<?>, String, Class<?>[], boolean, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
findNextProtocol(Connector) - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
 
findNextProtocol(Connector, String) - Static method in class org.eclipse.jetty.server.AbstractConnectionFactory
 
findProtocolHandler(Request, Response) - Method in class org.eclipse.jetty.client.HttpClient
 
finishInvalidate() - Method in class org.eclipse.jetty.session.ManagedSession
Call HttpSessionAttributeListeners as part of invalidating a Session.
first() - Method in record class org.eclipse.jetty.http.ByteRange
Returns the value of the first record component.
FIRST - Enum constant in enum class org.eclipse.jetty.util.ConcurrentPool.StrategyType
A strategy that looks for an entry always starting from the first entry.
FIRST_OCTETS - Enum constant in enum class org.eclipse.jetty.server.internal.MultiPartParser.State
 
firstEdge() - Method in class org.eclipse.jetty.deploy.graph.Route
 
firstNode() - Method in class org.eclipse.jetty.deploy.graph.Route
 
Flags - Interface in org.eclipse.jetty.http2.internal
 
flattenBindings(Context, String) - Static method in class org.eclipse.jetty.jndi.NamingUtil
Do a deep listing of the bindings for a context.
flipToFill(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Flip the buffer to fill mode.
flipToFlush(ByteBuffer, int) - Static method in class org.eclipse.jetty.util.BufferUtil
Flip the buffer to Flush mode.
FLOW_CONTROL_ERROR - Enum constant in enum class org.eclipse.jetty.http2.ErrorCode
Indicates an HTTP/2 flow control violation.
FLOW_CONTROL_ERROR - Enum constant in enum class org.eclipse.jetty.quic.common.QuicErrorCode
 
FLOW_CONTROL_ERROR - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quic_error
 
FlowControlStrategy - Interface in org.eclipse.jetty.http2
 
FlowControlStrategy.Factory - Interface in org.eclipse.jetty.http2
 
flush() - Method in class org.eclipse.jetty.io.ByteBufferOutputStream
 
flush() - Method in class org.eclipse.jetty.io.content.AsyncContent
 
flush() - Method in class org.eclipse.jetty.io.content.ContentSinkOutputStream
 
flush() - Method in class org.eclipse.jetty.io.WriterOutputStream
 
flush() - Method in class org.eclipse.jetty.quic.common.QuicSession
 
flush() - Method in class org.eclipse.jetty.quic.server.ServerQuicSession
 
flush() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
flush() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
flush(long, ByteBuffer, boolean) - Method in class org.eclipse.jetty.quic.common.QuicSession
 
flush(SocketAddress, ByteBuffer[]) - Method in class org.eclipse.jetty.io.WriteFlusher
Flushes the buffers iteratively until no progress is made.
flush(ByteBuffer...) - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
 
flush(ByteBuffer...) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
flush(ByteBuffer...) - Method in interface org.eclipse.jetty.io.EndPoint
Flush data from the passed header/buffer to this endpoint.
flush(ByteBuffer...) - Method in class org.eclipse.jetty.io.NetworkTrafficSocketChannelEndPoint
 
flush(ByteBuffer...) - Method in class org.eclipse.jetty.io.SocketChannelEndPoint
 
flush(ByteBuffer...) - Method in class org.eclipse.jetty.io.ssl.SslConnection.SslEndPoint
 
flush(ByteBuffer...) - Method in class org.eclipse.jetty.quic.common.QuicStreamEndPoint
 
flush(ByteBuffer...) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
flush(ByteBufferPool.Accumulator, Callback) - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpChannelOverFCGI
 
flush(ByteBufferPool.Accumulator, Callback) - Method in class org.eclipse.jetty.fcgi.generator.Flusher
 
FLUSH - Enum constant in enum class org.eclipse.jetty.http.HttpGenerator.Result
 
flushCache() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory
 
Flusher - Class in org.eclipse.jetty.fcgi.generator
 
Flusher(EndPoint) - Constructor for class org.eclipse.jetty.fcgi.generator.Flusher
 
FlushFrame() - Constructor for class org.eclipse.jetty.http3.MessageFlusher.FlushFrame
 
FOLLOW_LINKS - Static variable in class org.eclipse.jetty.server.AllowedResourceAliasChecker
 
followRedirects(boolean) - Method in interface org.eclipse.jetty.client.Request
 
followRedirects(boolean) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
FORBIDDEN - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
FORBIDDEN - Enum constant in enum class org.eclipse.jetty.security.Constraint.Authorization
Access not allowed.
FORBIDDEN - Static variable in interface org.eclipse.jetty.security.Constraint
FORBIDDEN_403 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
FORCED - Enum constant in enum class org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
 
ForceRequestHeaderValueRule - Class in org.eclipse.jetty.rewrite.handler
 
ForceRequestHeaderValueRule() - Constructor for class org.eclipse.jetty.rewrite.handler.ForceRequestHeaderValueRule
 
forCharset(Charset) - Static method in interface org.eclipse.jetty.util.CharsetStringBuilder
 
forkRoute() - Method in class org.eclipse.jetty.deploy.graph.Route
 
FORM(String, Fields) - Method in class org.eclipse.jetty.client.HttpClient
Performs a POST request to the specified URI with the given form parameters.
FORM(URI, Fields) - Method in class org.eclipse.jetty.client.HttpClient
Performs a POST request to the specified URI with the given form parameters.
FORM_AUTH - Static variable in interface org.eclipse.jetty.security.Authenticator
 
FORM_ENCODED - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
format(long) - Method in class org.eclipse.jetty.util.DateCache
Format a date according to our stored formatter.
format(Date) - Method in class org.eclipse.jetty.util.DateCache
Format a date according to our stored formatter.
formatCsvExcludingExisting(QuotedCSV, String...) - Static method in interface org.eclipse.jetty.http.HttpFields.Mutable
 
formatDate(long) - Static method in class org.eclipse.jetty.http.DateGenerator
Format HTTP date "EEE, dd MMM yyyy HH:mm:ss 'GMT'"
formatDate(Instant) - Static method in class org.eclipse.jetty.http.DateGenerator
Format HTTP date "EEE, dd MMM yyyy HH:mm:ss 'GMT'"
formatExpires(Instant) - Static method in interface org.eclipse.jetty.http.HttpCookie
Formats the Instant associated with the Expires attribute into a RFC 1123 string.
formatNow(long) - Method in class org.eclipse.jetty.util.DateCache
Format a date according to our stored formatter.
formatTick(long) - Method in class org.eclipse.jetty.util.DateCache
 
FormAuthenticator - Class in org.eclipse.jetty.security.authentication
FORM Authenticator.
FormAuthenticator() - Constructor for class org.eclipse.jetty.security.authentication.FormAuthenticator
 
FormAuthenticator(String, String, boolean) - Constructor for class org.eclipse.jetty.security.authentication.FormAuthenticator
 
FormFields - Class in org.eclipse.jetty.server
A CompletableFuture that is completed once a application/x-www-form-urlencoded content has been parsed asynchronously from the Content.Source.
FormRequestContent - Class in org.eclipse.jetty.client
A Request.Content for form uploads with the "application/x-www-form-urlencoded" content type.
FormRequestContent(Fields) - Constructor for class org.eclipse.jetty.client.FormRequestContent
 
FormRequestContent(Fields, Charset) - Constructor for class org.eclipse.jetty.client.FormRequestContent
 
forUnixDomain(Path) - Static method in class org.eclipse.jetty.io.ClientConnector
Creates a ClientConnector configured to connect via Unix-Domain sockets to the given Unix-Domain path
Forward() - Constructor for class org.eclipse.jetty.proxy.ProxyHandler.Forward
 
FORWARDED - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
FORWARDED - Enum constant in enum class org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
 
ForwardedRequestCustomizer - Class in org.eclipse.jetty.server
Customize Requests for Proxy Forwarding.
ForwardedRequestCustomizer() - Constructor for class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
ForwardedRequestCustomizer.Source - Enum Class in org.eclipse.jetty.server
Ordered Source Enum.
ForwardedSchemeHeaderRule - Class in org.eclipse.jetty.rewrite.handler
Sets the request URI scheme, by default https.
ForwardedSchemeHeaderRule() - Constructor for class org.eclipse.jetty.rewrite.handler.ForwardedSchemeHeaderRule
 
FOUND - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
FOUND_302 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
fragment(String) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
FRAGMENT_FRAME - Enum constant in enum class org.eclipse.jetty.http3.parser.BodyParser.Result
 
frame - Variable in class org.eclipse.jetty.http2.HTTP2Session.Entry
 
frame() - Method in class org.eclipse.jetty.http2.api.Stream.Data
 
Frame - Class in org.eclipse.jetty.http2.frames
 
Frame - Class in org.eclipse.jetty.http3.frames
 
Frame(FrameType) - Constructor for class org.eclipse.jetty.http2.frames.Frame
 
Frame(FrameType) - Constructor for class org.eclipse.jetty.http3.frames.Frame
 
FRAME - Enum constant in enum class org.eclipse.jetty.http3.parser.MessageParser.Result
Indicates that a frame was parsed.
FRAME_ENCODING_ERROR - Enum constant in enum class org.eclipse.jetty.quic.common.QuicErrorCode
 
FRAME_ENCODING_ERROR - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quic_error
 
FRAME_ERROR - Enum constant in enum class org.eclipse.jetty.http3.HTTP3ErrorCode
 
FRAME_SIZE_ERROR - Enum constant in enum class org.eclipse.jetty.http2.ErrorCode
Indicates that a frame has an invalid length.
FRAME_UNEXPECTED_ERROR - Enum constant in enum class org.eclipse.jetty.http3.HTTP3ErrorCode
 
FrameGenerator - Class in org.eclipse.jetty.http2.generator
 
FrameGenerator - Class in org.eclipse.jetty.http3.generator
 
FrameGenerator(HeaderGenerator) - Constructor for class org.eclipse.jetty.http2.generator.FrameGenerator
 
FrameGenerator(ByteBufferPool) - Constructor for class org.eclipse.jetty.http3.generator.FrameGenerator
 
FrameList(HeadersFrame) - Constructor for class org.eclipse.jetty.http2.HTTP2Stream.FrameList
Creates a frame list of just the given HEADERS frame.
FrameList(HeadersFrame, DataFrame, HeadersFrame) - Constructor for class org.eclipse.jetty.http2.HTTP2Stream.FrameList
Creates a frame list of the given frames.
frames(HTTP2Stream, List<? extends Frame>, Callback) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
FrameType - Enum Class in org.eclipse.jetty.http2.frames
 
FrameType - Enum Class in org.eclipse.jetty.http3.frames
 
from - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_recv_info
 
from - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_send_info
 
from(int) - Static method in enum class org.eclipse.jetty.fcgi.FCGI.FrameType
 
from(int) - Static method in enum class org.eclipse.jetty.fcgi.FCGI.Role
 
from(int) - Static method in enum class org.eclipse.jetty.http2.ErrorCode
 
from(int) - Static method in enum class org.eclipse.jetty.http2.frames.FrameType
 
from(long) - Static method in enum class org.eclipse.jetty.http3.frames.FrameType
 
from(long) - Static method in enum class org.eclipse.jetty.quic.common.StreamType
 
from(InputStream) - Static method in class org.eclipse.jetty.http.HttpTester
 
from(Runnable) - Static method in interface org.eclipse.jetty.util.Callback
Creates a callback that runs completed when it succeeds or fails
from(Runnable, Consumer<Throwable>) - Static method in interface org.eclipse.jetty.util.Callback
Creates a callback from the given success and failure lambdas.
from(Runnable, Callback) - Static method in interface org.eclipse.jetty.util.Callback
Creates a nested callback that runs completed before completing the nested callback.
from(String) - Static method in class org.eclipse.jetty.http.CookieCompliance
Create compliance set from string.
from(String) - Static method in class org.eclipse.jetty.http.HttpCompliance
Create compliance mode from a String description.
from(String) - Static method in enum class org.eclipse.jetty.http.HttpCookie.SameSite
 
from(String) - Static method in class org.eclipse.jetty.http.HttpTester
 
from(String) - Static method in interface org.eclipse.jetty.http.HttpURI
 
from(String) - Static method in interface org.eclipse.jetty.http.pathmap.PathSpec
 
from(String) - Static method in class org.eclipse.jetty.http.UriCompliance
Create compliance set from string.
from(String) - Static method in class org.eclipse.jetty.util.InetAddressPattern
 
from(String...) - Static method in interface org.eclipse.jetty.security.Constraint
 
from(String, Object...) - Static method in class org.eclipse.jetty.util.component.DumpableCollection
 
from(String, String) - Static method in interface org.eclipse.jetty.http.HttpCookie
Creates a new HttpCookie from the given name and value.
from(String, String) - Static method in interface org.eclipse.jetty.http.HttpURI
 
from(String, String) - Static method in interface org.eclipse.jetty.http.pathmap.MatchedPath
 
from(String, String, int, String) - Static method in interface org.eclipse.jetty.http.HttpURI
 
from(String, String, int, Map<String, String>) - Static method in interface org.eclipse.jetty.http.HttpCookie
Creates a new HttpCookie from the given name, value, version and attributes.
from(String, String, Map<String, String>) - Static method in interface org.eclipse.jetty.http.HttpCookie
Creates a new HttpCookie from the given name, value and attributes.
from(String, Collection<?>) - Static method in class org.eclipse.jetty.util.component.DumpableCollection
 
from(String, Constraint.Authorization, String...) - Static method in interface org.eclipse.jetty.security.Constraint
 
from(String, Constraint.Transport) - Static method in interface org.eclipse.jetty.security.Constraint
 
from(String, Constraint.Transport, Constraint.Authorization, Set<String>) - Static method in interface org.eclipse.jetty.security.Constraint
 
from(String, HostPort, String) - Static method in interface org.eclipse.jetty.http.HttpURI
 
from(Throwable) - Static method in interface org.eclipse.jetty.io.Content.Chunk
Creates an failure chunk with the given failure and Content.Chunk.isLast() returning true.
from(Throwable, boolean) - Static method in interface org.eclipse.jetty.io.Content.Chunk
Creates an failure chunk with the given failure and given last state.
from(HttpCookie) - Static method in interface org.eclipse.jetty.http.HttpCookie
Creates a new HttpCookie copied from the given HttpCookie.
from(URI) - Static method in interface org.eclipse.jetty.http.HttpURI
 
from(ByteBuffer) - Static method in class org.eclipse.jetty.http.HttpTester
 
from(ByteBuffer, boolean) - Static method in interface org.eclipse.jetty.io.Content.Chunk
Creates a Chunk with the given ByteBuffer.
from(ByteBuffer, boolean, Runnable) - Static method in interface org.eclipse.jetty.io.Content.Chunk
Creates a Chunk with the given ByteBuffer.
from(ByteBuffer, boolean, Consumer<ByteBuffer>) - Static method in interface org.eclipse.jetty.io.Content.Chunk
Creates a last/non-last Chunk with the given ByteBuffer.
from(ReadableByteChannel) - Static method in class org.eclipse.jetty.http.HttpTester
 
from(CompletableFuture<?>) - Static method in interface org.eclipse.jetty.util.Callback
Creates a non-blocking callback from the given incomplete CompletableFuture.
from(CompletableFuture<?>, Invocable.InvocationType) - Static method in interface org.eclipse.jetty.util.Callback
Creates a callback from the given incomplete CompletableFuture, with the given blocking characteristic.
from(CompletableFuture<? super T>) - Static method in interface org.eclipse.jetty.util.Promise
Creates a promise from the given incomplete CompletableFuture.
from(Consumer<T>, Consumer<Throwable>) - Static method in interface org.eclipse.jetty.util.Promise
Creates a Promise from the given success and failure consumers.
from(Set<UriCompliance.Violation>) - Static method in class org.eclipse.jetty.http.UriCompliance
Create compliance set from a set of allowed Violations.
from(Subject, Principal, String...) - Static method in interface org.eclipse.jetty.security.UserIdentity
 
from(Response, byte[], String, String) - Static method in interface org.eclipse.jetty.client.ContentResponse
 
from(HttpCookie, String...) - Static method in interface org.eclipse.jetty.http.HttpCookie
 
from(HttpField...) - Static method in interface org.eclipse.jetty.http.HttpFields
 
from(HttpFields, Function<HttpField, HttpField>) - Static method in interface org.eclipse.jetty.http.HttpFields
 
from(Constraint.Transport, Constraint.Authorization, Set<String>) - Static method in interface org.eclipse.jetty.security.Constraint
 
from(Request) - Static method in class org.eclipse.jetty.server.FormFields
Find or create a FormFields from a Content.Source.
from(Request, int, int) - Static method in class org.eclipse.jetty.server.FormFields
Find or create a FormFields from a Content.Source.
from(Request, Charset) - Static method in class org.eclipse.jetty.server.FormFields
Find or create a FormFields from a Content.Source.
from(Request, Charset, int, int) - Static method in class org.eclipse.jetty.server.FormFields
Find or create a FormFields from a Content.Source.
from(Attributes, String, Function<MultiPartFormData.Parser, CompletableFuture<MultiPartFormData.Parts>>) - Static method in class org.eclipse.jetty.http.MultiPartFormData
 
from(Callback) - Static method in class org.eclipse.jetty.util.Callback.Completable
Creates a completable future given a callback.
from(Callback, Runnable) - Static method in interface org.eclipse.jetty.util.Callback
Creates a nested callback that runs completed after completing the nested callback.
from(Callback, Throwable) - Static method in interface org.eclipse.jetty.util.Callback
Creates a nested callback which always fails the nested callback on completion.
from(Callback, Consumer<Throwable>) - Static method in interface org.eclipse.jetty.util.Callback
Creates a nested callback that runs completed after completing the nested callback.
from(Callback, Callback) - Static method in interface org.eclipse.jetty.util.Callback
Creates a callback which combines two other callbacks and will succeed or fail them both.
from(Invocable.InvocationType, Runnable) - Static method in interface org.eclipse.jetty.util.Callback
Creates a Callback with the given invocationType, that runs the given Runnable when it succeeds or fails.
from(Invocable.InvocationType, Runnable) - Static method in interface org.eclipse.jetty.util.thread.Invocable
Creates a Invocable.Task from the given InvocationType and Runnable.
from(Invocable.InvocationType, Runnable, Consumer<Throwable>) - Static method in interface org.eclipse.jetty.util.Callback
Creates a callback with the given InvocationType from the given success and failure lambdas.
FROM - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
from_len - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_recv_info
 
from_len - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_send_info
 
fromArray(String, Object[]) - Static method in class org.eclipse.jetty.util.component.DumpableCollection
 
fromEventsPerSecond(int) - Static method in class org.eclipse.jetty.http2.WindowRateControl
 
fromHexString(String) - Static method in class org.eclipse.jetty.util.StringUtil
 
fromHexString(String) - Static method in class org.eclipse.jetty.util.TypeUtil
fromName(String) - Static method in class org.eclipse.jetty.util.TypeUtil
Class from a canonical name for a type.
fromPacket(ByteBuffer) - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheBinding
 
fromPacket(ByteBuffer) - Static method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
 
fromPacket(ByteBuffer) - Method in interface org.eclipse.jetty.quic.quiche.QuicheBinding
 
fromPacket(ByteBuffer) - Static method in class org.eclipse.jetty.quic.quiche.QuicheConnectionId
Does not consume the packet byte buffer.
fromString(String) - Static method in enum class org.eclipse.jetty.http.HttpMethod
Converts the given String parameter to an HttpMethod.
fromString(String) - Static method in enum class org.eclipse.jetty.http.HttpVersion
Case insensitive fromString() conversion
fromVersion(int) - Static method in enum class org.eclipse.jetty.http.HttpVersion
 
FS - Class in org.eclipse.jetty.start
 
FS() - Constructor for class org.eclipse.jetty.start.FS
 
FutureCallback - Class in org.eclipse.jetty.util
 
FutureCallback() - Constructor for class org.eclipse.jetty.util.FutureCallback
 
FutureCallback(boolean) - Constructor for class org.eclipse.jetty.util.FutureCallback
 
FutureCallback(Throwable) - Constructor for class org.eclipse.jetty.util.FutureCallback
 
FuturePromise<C> - Class in org.eclipse.jetty.util
 
FuturePromise() - Constructor for class org.eclipse.jetty.util.FuturePromise
 
FuturePromise(C) - Constructor for class org.eclipse.jetty.util.FuturePromise
 
FuturePromise(C, Throwable) - Constructor for class org.eclipse.jetty.util.FuturePromise
 
FutureResponseListener - Class in org.eclipse.jetty.client
A BufferingResponseListener that is also a Future, to allow applications to block (indefinitely or for a timeout) until FutureResponseListener.onComplete(Result) is called, or to abort the request/response conversation.
FutureResponseListener(Request) - Constructor for class org.eclipse.jetty.client.FutureResponseListener
 
FutureResponseListener(Request, int) - Constructor for class org.eclipse.jetty.client.FutureResponseListener
 

G

GATEWAY_INTERFACE - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
 
GATEWAY_TIMEOUT - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
GATEWAY_TIMEOUT_504 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
GCloudSessionDataStore - Class in org.eclipse.jetty.gcloud.session
GCloudSessionDataStore
GCloudSessionDataStore() - Constructor for class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
GCloudSessionDataStore.EntityDataModel - Class in org.eclipse.jetty.gcloud.session
EntityDataModel Names of type of Entity and Entity properties for sessions.
GCloudSessionDataStore.ExpiryInfo - Class in org.eclipse.jetty.gcloud.session
ExpiryInfo Information related to session expiry
GCloudSessionDataStoreFactory - Class in org.eclipse.jetty.gcloud.session
GCloudSessionDataStoreFactory
GCloudSessionDataStoreFactory() - Constructor for class org.eclipse.jetty.gcloud.session.GCloudSessionDataStoreFactory
 
generate() - Method in class org.eclipse.jetty.http.HttpTester.Message
 
generate(FrameType, int, int, int, int) - Method in class org.eclipse.jetty.http2.generator.HeaderGenerator
 
generate(ByteBufferPool.Accumulator) - Method in class org.eclipse.jetty.http2.HTTP2Session.Entry
 
generate(ByteBufferPool.Accumulator, long, Frame, Consumer<Throwable>) - Method in class org.eclipse.jetty.http3.generator.CancelPushGenerator
 
generate(ByteBufferPool.Accumulator, long, Frame, Consumer<Throwable>) - Method in class org.eclipse.jetty.http3.generator.ControlGenerator
 
generate(ByteBufferPool.Accumulator, long, Frame, Consumer<Throwable>) - Method in class org.eclipse.jetty.http3.generator.DataGenerator
 
generate(ByteBufferPool.Accumulator, long, Frame, Consumer<Throwable>) - Method in class org.eclipse.jetty.http3.generator.FrameGenerator
 
generate(ByteBufferPool.Accumulator, long, Frame, Consumer<Throwable>) - Method in class org.eclipse.jetty.http3.generator.GoAwayGenerator
 
generate(ByteBufferPool.Accumulator, long, Frame, Consumer<Throwable>) - Method in class org.eclipse.jetty.http3.generator.HeadersGenerator
 
generate(ByteBufferPool.Accumulator, long, Frame, Consumer<Throwable>) - Method in class org.eclipse.jetty.http3.generator.MaxPushIdGenerator
 
generate(ByteBufferPool.Accumulator, long, Frame, Consumer<Throwable>) - Method in class org.eclipse.jetty.http3.generator.MessageGenerator
 
generate(ByteBufferPool.Accumulator, long, Frame, Consumer<Throwable>) - Method in class org.eclipse.jetty.http3.generator.PushPromiseGenerator
 
generate(ByteBufferPool.Accumulator, long, Frame, Consumer<Throwable>) - Method in class org.eclipse.jetty.http3.generator.SettingsGenerator
 
generate(ByteBufferPool.Accumulator, DataFrame, int) - Method in class org.eclipse.jetty.http2.generator.DataGenerator
 
generate(ByteBufferPool.Accumulator, Frame) - Method in class org.eclipse.jetty.http2.generator.FrameGenerator
 
generate(ByteBufferPool.Accumulator, Frame) - Method in class org.eclipse.jetty.http2.generator.GoAwayGenerator
 
generate(ByteBufferPool.Accumulator, Frame) - Method in class org.eclipse.jetty.http2.generator.HeadersGenerator
 
generate(ByteBufferPool.Accumulator, Frame) - Method in class org.eclipse.jetty.http2.generator.NoOpGenerator
 
generate(ByteBufferPool.Accumulator, Frame) - Method in class org.eclipse.jetty.http2.generator.PingGenerator
 
generate(ByteBufferPool.Accumulator, Frame) - Method in class org.eclipse.jetty.http2.generator.PrefaceGenerator
 
generate(ByteBufferPool.Accumulator, Frame) - Method in class org.eclipse.jetty.http2.generator.PriorityGenerator
 
generate(ByteBufferPool.Accumulator, Frame) - Method in class org.eclipse.jetty.http2.generator.PushPromiseGenerator
 
generate(ByteBufferPool.Accumulator, Frame) - Method in class org.eclipse.jetty.http2.generator.ResetGenerator
 
generate(ByteBufferPool.Accumulator, Frame) - Method in class org.eclipse.jetty.http2.generator.SettingsGenerator
 
generate(ByteBufferPool.Accumulator, Frame) - Method in class org.eclipse.jetty.http2.generator.WindowUpdateGenerator
 
generateAcceptableResponse(Request, Response, Callback, String, List<Charset>, int, String, Throwable) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
generateBoundary(String, int) - Static method in class org.eclipse.jetty.http.MultiPart
Generates a multipart boundary, made of the given optional prefix string and the given number of random characters.
generateContent(ByteBufferPool.Accumulator, int, ByteBuffer, boolean, FCGI.FrameType) - Method in class org.eclipse.jetty.fcgi.generator.Generator
 
generateData(ByteBufferPool.Accumulator, int, ByteBuffer, boolean, int) - Method in class org.eclipse.jetty.http2.generator.DataGenerator
 
generateGoAway(ByteBufferPool.Accumulator, int, int, byte[]) - Method in class org.eclipse.jetty.http2.generator.GoAwayGenerator
 
generateHeader(FrameType, int, int, int) - Method in class org.eclipse.jetty.http2.generator.FrameGenerator
 
generateHeaders(ByteBufferPool.Accumulator, int, MetaData, PriorityFrame, boolean) - Method in class org.eclipse.jetty.http2.generator.HeadersGenerator
 
generatePing(ByteBufferPool.Accumulator, byte[], boolean) - Method in class org.eclipse.jetty.http2.generator.PingGenerator
 
generatePriority(ByteBufferPool.Accumulator, int, int, int, boolean) - Method in class org.eclipse.jetty.http2.generator.PriorityGenerator
 
generatePriorityBody(ByteBuffer, int, int, int, boolean) - Method in class org.eclipse.jetty.http2.generator.PriorityGenerator
 
generatePushPromise(ByteBufferPool.Accumulator, int, int, MetaData) - Method in class org.eclipse.jetty.http2.generator.PushPromiseGenerator
 
generateRequest(MetaData.Request, ByteBuffer, ByteBuffer, ByteBuffer, boolean) - Method in class org.eclipse.jetty.http.HttpGenerator
 
generateRequestContent(ByteBufferPool.Accumulator, int, ByteBuffer, boolean) - Method in class org.eclipse.jetty.fcgi.generator.ClientGenerator
 
generateRequestHeaders(ByteBufferPool.Accumulator, int, HttpFields) - Method in class org.eclipse.jetty.fcgi.generator.ClientGenerator
 
generateReset(ByteBufferPool.Accumulator, int, int) - Method in class org.eclipse.jetty.http2.generator.ResetGenerator
 
generateResponse(MetaData.Response, boolean, ByteBuffer, ByteBuffer, ByteBuffer, boolean) - Method in class org.eclipse.jetty.http.HttpGenerator
 
generateResponse(Request, Response, int, String, Throwable, Callback) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
generateResponse(Request, Response, int, String, Throwable, Callback) - Method in class org.eclipse.jetty.server.handler.ReHandlingErrorHandler
 
generateResponseContent(ByteBufferPool.Accumulator, int, ByteBuffer, boolean, boolean) - Method in class org.eclipse.jetty.fcgi.generator.ServerGenerator
 
generateResponseHeaders(ByteBufferPool.Accumulator, int, int, String, HttpFields) - Method in class org.eclipse.jetty.fcgi.generator.ServerGenerator
 
generateSetCookie(String, Map<String, String>) - Method in class org.eclipse.jetty.session.ManagedSession
 
generateSettings(ByteBufferPool.Accumulator, Map<Integer, Integer>, boolean) - Method in class org.eclipse.jetty.http2.generator.SettingsGenerator
 
generateWindowUpdate(ByteBufferPool.Accumulator, int, int) - Method in class org.eclipse.jetty.http2.generator.WindowUpdateGenerator
 
Generator - Class in org.eclipse.jetty.fcgi.generator
 
Generator - Class in org.eclipse.jetty.http2.generator
 
Generator(ByteBufferPool) - Constructor for class org.eclipse.jetty.http2.generator.Generator
 
Generator(ByteBufferPool, boolean) - Constructor for class org.eclipse.jetty.fcgi.generator.Generator
 
Generator(ByteBufferPool, boolean, int) - Constructor for class org.eclipse.jetty.http2.generator.Generator
 
Generator(ByteBufferPool, int) - Constructor for class org.eclipse.jetty.http2.generator.Generator
 
get() - Method in class org.eclipse.jetty.client.FutureResponseListener
 
get() - Method in interface org.eclipse.jetty.http.HttpFields
Supplies this instance, typically used to supply HTTP trailers.
get() - Method in class org.eclipse.jetty.io.Retainable.ReferenceCounter
 
get() - Method in class org.eclipse.jetty.util.compression.CompressionPool.Entry
 
get() - Method in class org.eclipse.jetty.util.FutureCallback
 
get() - Method in class org.eclipse.jetty.util.FuturePromise
 
get(byte[], int, int) - Method in interface org.eclipse.jetty.io.Content.Chunk
Copies the bytes from this Chunk to the given byte array.
get(int) - Method in class org.eclipse.jetty.http.MultiPartByteRanges.Parts
Returns the MultiPart.Part at the given index, a number between 0 included and the value returned by MultiPartByteRanges.Parts.size() excluded.
get(int) - Method in class org.eclipse.jetty.http.MultiPartFormData.Parts
Returns the MultiPart.Part at the given index, a number between 0 included and the value returned by MultiPartFormData.Parts.size() excluded.
get(int) - Method in class org.eclipse.jetty.http2.hpack.HpackContext
 
get(int) - Method in class org.eclipse.jetty.http3.qpack.internal.QpackContext
 
get(int) - Method in class org.eclipse.jetty.http3.qpack.internal.table.DynamicTable
 
get(int) - Method in class org.eclipse.jetty.http3.qpack.internal.table.StaticTable
 
get(int) - Method in class org.eclipse.jetty.server.handler.ReHandlingErrorHandler.ByHttpStatus
 
get(int) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
get(int) - Method in class org.eclipse.jetty.xml.XmlParser.Node
Get the ith child node or content.
get(long, TimeUnit) - Method in class org.eclipse.jetty.client.FutureResponseListener
 
get(long, TimeUnit) - Method in class org.eclipse.jetty.client.InputStreamResponseListener
Waits for the given timeout for the response to be available, then returns it.
get(long, TimeUnit) - Method in class org.eclipse.jetty.util.FutureCallback
 
get(long, TimeUnit) - Method in class org.eclipse.jetty.util.FuturePromise
 
get(Object) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
get(Object) - Method in class org.eclipse.jetty.util.HostMap
 
get(Object, int) - Static method in class org.eclipse.jetty.util.LazyList
Get item from the list
get(String) - Method in interface org.eclipse.jetty.http.HttpFields
 
get(String) - Method in class org.eclipse.jetty.http.HttpFields.ImmutableHttpFields
 
get(String) - Method in class org.eclipse.jetty.http2.hpack.HpackContext
 
get(String) - Method in class org.eclipse.jetty.http3.qpack.internal.QpackContext
 
get(String) - Method in class org.eclipse.jetty.http3.qpack.internal.table.DynamicTable
 
get(String) - Method in class org.eclipse.jetty.http3.qpack.internal.table.StaticTable
 
get(String) - Method in class org.eclipse.jetty.session.AbstractSessionCache
Get a session object.
get(String) - Method in interface org.eclipse.jetty.session.SessionCache
Get an existing Session.
get(String) - Method in class org.eclipse.jetty.start.Modules
 
get(String) - Static method in interface org.eclipse.jetty.util.component.Environment
 
get(String) - Method in class org.eclipse.jetty.util.Fields
 
get(String) - Method in interface org.eclipse.jetty.util.Index
Get an exact match from a String key
get(String) - Method in class org.eclipse.jetty.xml.XmlParser.Node
Get the first child node with the tag.
get(String, int, int) - Method in interface org.eclipse.jetty.util.Index
Get an exact match from a String key
get(ByteBuffer) - Method in interface org.eclipse.jetty.util.Index
Get an exact match from a segment of a ByteBuffer as key
get(ByteBuffer, int, int) - Method in interface org.eclipse.jetty.util.Index
Get an exact match from a segment of a ByteBuffer as key
get(CompletableFuture<T>) - Static method in class org.eclipse.jetty.util.ExceptionUtil
Get from a CompletableFuture and convert any uncheck exceptions to RuntimeException.
get(HttpField) - Method in class org.eclipse.jetty.http2.hpack.HpackContext
 
get(HttpField) - Method in class org.eclipse.jetty.http3.qpack.internal.QpackContext
 
get(HttpField) - Method in class org.eclipse.jetty.http3.qpack.internal.table.DynamicTable
 
get(HttpField) - Method in class org.eclipse.jetty.http3.qpack.internal.table.StaticTable
 
get(HttpHeader) - Method in interface org.eclipse.jetty.http.HttpFields
 
get(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields.ImmutableHttpFields
 
get(HttpHeader) - Method in class org.eclipse.jetty.http2.hpack.HpackContext
 
get(HttpHeader) - Method in class org.eclipse.jetty.http3.qpack.internal.table.StaticTable
 
get(PathSpec) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
get(PathSpec) - Method in class org.eclipse.jetty.security.SecurityHandler.PathMapped
 
get(Request) - Static method in class org.eclipse.jetty.server.FormFields
 
get(Request, Class<T>, Function<T, R>) - Static method in interface org.eclipse.jetty.server.Request
 
GET - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
GET(String) - Method in class org.eclipse.jetty.client.HttpClient
Performs a GET request to the specified URI.
GET(URI) - Method in class org.eclipse.jetty.client.HttpClient
Performs a GET request to the specified URI.
GET_AS_INT - Static variable in enum class org.eclipse.jetty.http.HttpMethod
 
GET_VALUES - Enum constant in enum class org.eclipse.jetty.fcgi.FCGI.FrameType
 
GET_VALUES_RESULT - Enum constant in enum class org.eclipse.jetty.fcgi.FCGI.FrameType
 
getAbortCause() - Method in interface org.eclipse.jetty.client.Request
 
getAbortCause() - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
getAbsolute(int) - Method in class org.eclipse.jetty.http3.qpack.internal.table.DynamicTable
Get an entry from the Dynamic table given an absolute index.
getAcceptedIssuers() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedTrustManagerWrapper
 
getAcceptedReceiveBufferSize() - Method in class org.eclipse.jetty.server.ServerConnector
 
getAcceptedSendBufferSize() - Method in class org.eclipse.jetty.server.ServerConnector
 
getAcceptedTcpNoDelay() - Method in class org.eclipse.jetty.server.ServerConnector
 
getAcceptEncodingField() - Method in class org.eclipse.jetty.client.ContentDecoder.Factories
 
getAcceptorPriorityDelta() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getAcceptors() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getAcceptQueueSize() - Method in class org.eclipse.jetty.server.ServerConnector
 
getAcceptRateLimit() - Method in class org.eclipse.jetty.server.AcceptRateLimit
 
getAccessed() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
getAccessed() - Method in class org.eclipse.jetty.session.SessionData
 
getAccessTimeColumn() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
getActiveConnectionCount() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
getActiveConnectionIdLimit() - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
 
getAddress() - Method in class org.eclipse.jetty.client.Origin
 
getAddress() - Method in class org.eclipse.jetty.client.ProxyConfiguration.Proxy
 
getAddress() - Method in class org.eclipse.jetty.http.spi.JettyHttpServer
 
getAddress() - Method in class org.eclipse.jetty.jmx.ConnectorServer
 
getAddressResolutionTimeout() - Method in class org.eclipse.jetty.client.HttpClient
 
getAfter() - Method in class org.eclipse.jetty.start.Module
 
getAgent() - Method in interface org.eclipse.jetty.client.Request
 
getAgent() - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
getAlias() - Method in class org.eclipse.jetty.util.ssl.X509
 
getAliasChecks() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getAliases() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getAliasMapper() - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
 
getAll() - Static method in interface org.eclipse.jetty.util.component.Environment
 
getAll(String) - Method in class org.eclipse.jetty.http.MultiPartFormData.Parts
Returns all the MultiPart.Parts with the given name.
getAllAttributeNames() - Method in class org.eclipse.jetty.nosql.NoSqlSessionDataStore.NoSqlSessionData
 
getAllAttributes() - Method in class org.eclipse.jetty.session.SessionData
 
getAllLines() - Method in class org.eclipse.jetty.start.TextFile
 
getAllModules() - Method in class org.eclipse.jetty.start.StartArgs
 
getAllowed() - Method in interface org.eclipse.jetty.http.ComplianceViolation.Mode
 
getAllowed() - Method in class org.eclipse.jetty.http.CookieCompliance
 
getAllowed() - Method in class org.eclipse.jetty.http.HttpCompliance
 
getAllowed() - Method in class org.eclipse.jetty.http.UriCompliance
Get the set of UriCompliance.Violations allowed by this compliance mode.
getAllowNullPathInContext() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getAllResources() - Method in class org.eclipse.jetty.util.resource.MemoryResource
 
getAllResources() - Method in class org.eclipse.jetty.util.resource.Resource
 
getAlterTableForMaxIntervalAsString() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
getAltSvcHttpField() - Method in class org.eclipse.jetty.http3.server.HTTP3ServerConnector
 
getAlwaysSaveUri() - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
getAndEnter(String, boolean) - Method in class org.eclipse.jetty.session.AbstractSessionCache
Get a session object.
getAndSetHi(int) - Method in class org.eclipse.jetty.util.AtomicBiInteger
Atomically sets the hi value without changing the lo value.
getAndSetLo(int) - Method in class org.eclipse.jetty.util.AtomicBiInteger
Atomically sets the lo value without changing the hi value.
getApi() - Method in interface org.eclipse.jetty.server.Session
 
getApi() - Method in class org.eclipse.jetty.session.ManagedSession
A ManagedSession may have an API wrapper (e.g.
getApp() - Method in class org.eclipse.jetty.deploy.DeploymentManager.AppEntry
 
getApp(String) - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
getApp(Path) - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
getAppEntries() - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
getApplicationProtos() - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
 
getAppProvider() - Method in class org.eclipse.jetty.deploy.App
 
getAppProviders() - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
getAppProviders() - Method in class org.eclipse.jetty.deploy.jmx.DeploymentManagerMBean
 
getApps() - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
getApps() - Method in class org.eclipse.jetty.deploy.jmx.DeploymentManagerMBean
 
getApps(String) - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
getApps(String) - Method in class org.eclipse.jetty.deploy.jmx.DeploymentManagerMBean
 
getApps(Node) - Method in class org.eclipse.jetty.deploy.DeploymentManager
Get Set of Apps by Node
getAppsWithSameContext(App) - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
getArgs() - Method in class org.eclipse.jetty.start.CommandLineBuilder
 
getArgs() - Method in class org.eclipse.jetty.start.config.CommandLineConfigSource
 
getArgs() - Method in interface org.eclipse.jetty.start.config.ConfigSource
The list of Arguments for this ConfigSource
getArgs() - Method in class org.eclipse.jetty.start.config.DirConfigSource
 
getArtifactId() - Method in class org.eclipse.jetty.start.fileinits.MavenMetadata
 
getAssociatedInfo() - Static method in class org.eclipse.jetty.util.DecoratedObjectFactory
 
getAssociation() - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator.LoggedOutAuthentication
 
getAssociation() - Method in interface org.eclipse.jetty.security.AuthenticationState.Deferred
 
getAssociation() - Method in class org.eclipse.jetty.security.internal.DeferredAuthenticationState
 
getAssumedMap() - Method in class org.eclipse.jetty.http.MimeTypes
 
getAssumedMap() - Method in class org.eclipse.jetty.http.MimeTypes.Wrapper
 
getAsXHTML(Resource, String, boolean, String) - Static method in class org.eclipse.jetty.server.ResourceListing
Convert the Resource directory into an XHTML directory listing.
getAttachment() - Method in class org.eclipse.jetty.client.transport.HttpConnection
 
getAttachment() - Method in class org.eclipse.jetty.client.transport.internal.HttpConnectionOverHTTP
 
getAttachment() - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpConnectionOverFCGI
 
getAttachment() - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
getAttachment() - Method in class org.eclipse.jetty.http3.HTTP3Stream
 
getAttachment() - Method in interface org.eclipse.jetty.util.Attachable
 
getAttribute(String) - Method in class org.eclipse.jetty.fcgi.server.internal.ServerFCGIConnection
 
getAttribute(String) - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
 
getAttribute(String) - Method in class org.eclipse.jetty.http.spi.JettyHttpExchangeDelegate
 
getAttribute(String) - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
 
getAttribute(String) - Method in interface org.eclipse.jetty.http2.api.Stream
 
getAttribute(String) - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
getAttribute(String) - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerConnection
 
getAttribute(String) - Method in class org.eclipse.jetty.http3.server.internal.ServerHTTP3StreamConnection
 
getAttribute(String) - Method in class org.eclipse.jetty.jmx.ObjectMBean
 
getAttribute(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getAttribute(String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler.ErrorRequest
 
getAttribute(String) - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelRequest
 
getAttribute(String) - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
getAttribute(String) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer.SecureRequestWithTLSData
 
getAttribute(String) - Method in class org.eclipse.jetty.server.Server
 
getAttribute(String) - Method in class org.eclipse.jetty.session.ManagedSession
 
getAttribute(String) - Method in class org.eclipse.jetty.session.SessionData
 
getAttribute(String) - Method in interface org.eclipse.jetty.util.Attributes
Get an attribute
getAttribute(String) - Method in class org.eclipse.jetty.util.Attributes.Layer
 
getAttribute(String) - Method in class org.eclipse.jetty.util.Attributes.Lazy
 
getAttribute(String) - Method in class org.eclipse.jetty.util.Attributes.Mapped
 
getAttribute(String) - Method in class org.eclipse.jetty.util.Attributes.Wrapper
 
getAttribute(String) - Method in class org.eclipse.jetty.util.AttributesMap
Deprecated.
 
getAttribute(String) - Method in class org.eclipse.jetty.util.component.AttributeContainerMap
 
getAttribute(String) - Method in class org.eclipse.jetty.xml.XmlParser.Node
Get an element attribute.
getAttribute(String, String) - Method in class org.eclipse.jetty.xml.XmlParser.Node
Get an element attribute.
getAttributeEntriesSet() - Method in class org.eclipse.jetty.util.Attributes.Lazy
 
getAttributeEntrySet() - Method in class org.eclipse.jetty.util.Attributes.Mapped
 
getAttributeEntrySet() - Method in class org.eclipse.jetty.util.AttributesMap
Deprecated.
 
getAttributeNamesCopy(Attributes) - Static method in class org.eclipse.jetty.util.AttributesMap
Deprecated.
 
getAttributeNameSet() - Method in class org.eclipse.jetty.fcgi.server.internal.ServerFCGIConnection
 
getAttributeNameSet() - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerConnection
 
getAttributeNameSet() - Method in class org.eclipse.jetty.http3.server.internal.ServerHTTP3StreamConnection
 
getAttributeNameSet() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getAttributeNameSet() - Method in class org.eclipse.jetty.server.handler.ErrorHandler.ErrorRequest
 
getAttributeNameSet() - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelRequest
 
getAttributeNameSet() - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
getAttributeNameSet() - Method in class org.eclipse.jetty.server.SecureRequestCustomizer.SecureRequestWithTLSData
 
getAttributeNameSet() - Method in class org.eclipse.jetty.server.Server
 
getAttributeNameSet() - Method in class org.eclipse.jetty.session.ManagedSession
 
getAttributeNameSet() - Method in interface org.eclipse.jetty.util.Attributes
Get the immutable set of attribute names.
getAttributeNameSet() - Method in class org.eclipse.jetty.util.Attributes.Layer
 
getAttributeNameSet() - Method in class org.eclipse.jetty.util.Attributes.Lazy
 
getAttributeNameSet() - Method in class org.eclipse.jetty.util.Attributes.Mapped
 
getAttributeNameSet() - Method in class org.eclipse.jetty.util.Attributes.Wrapper
 
getAttributeNameSet() - Method in class org.eclipse.jetty.util.AttributesMap
Deprecated.
 
getAttributeNameSet() - Method in class org.eclipse.jetty.util.component.AttributeContainerMap
 
getAttributeNameSetCopy(Attributes) - Static method in class org.eclipse.jetty.util.AttributesMap
Deprecated.
 
getAttributes() - Method in interface org.eclipse.jetty.client.Request
 
getAttributes() - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
getAttributes() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
getAttributes() - Method in interface org.eclipse.jetty.http.HttpCookie
 
getAttributes() - Method in class org.eclipse.jetty.http.HttpCookie.Immutable
 
getAttributes() - Method in class org.eclipse.jetty.http.HttpCookie.JavaNetHttpCookie
 
getAttributes() - Method in class org.eclipse.jetty.http.HttpCookie.Wrapper
 
getAttributes() - Method in class org.eclipse.jetty.http.spi.JettyHttpContext
 
getAttributes() - Method in class org.eclipse.jetty.xml.XmlParser.Node
Get an array of element attributes.
getAttributes(String[]) - Method in class org.eclipse.jetty.jmx.ObjectMBean
 
getAttributeValue() - Method in enum class org.eclipse.jetty.http.HttpCookie.SameSite
 
getAuthenticateHeader() - Method in class org.eclipse.jetty.client.AuthenticationProtocolHandler
 
getAuthenticateHeader() - Method in class org.eclipse.jetty.client.ProxyAuthenticationProtocolHandler
 
getAuthenticateHeader() - Method in class org.eclipse.jetty.client.WWWAuthenticationProtocolHandler
 
getAuthenticationAttribute() - Method in class org.eclipse.jetty.client.AuthenticationProtocolHandler
 
getAuthenticationAttribute() - Method in class org.eclipse.jetty.client.ProxyAuthenticationProtocolHandler
 
getAuthenticationAttribute() - Method in class org.eclipse.jetty.client.WWWAuthenticationProtocolHandler
 
getAuthenticationDuration() - Method in class org.eclipse.jetty.security.authentication.SPNEGOAuthenticator
 
getAuthenticationState(Request) - Static method in interface org.eclipse.jetty.security.AuthenticationState
Get the authentication state of a request
getAuthenticationState(Request) - Static method in interface org.eclipse.jetty.server.Request
 
getAuthenticationStore() - Method in class org.eclipse.jetty.client.HttpClient
 
getAuthenticationType() - Method in class org.eclipse.jetty.security.authentication.BasicAuthenticator
 
getAuthenticationType() - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
getAuthenticationType() - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
getAuthenticationType() - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator.UserAuthenticationSucceeded
 
getAuthenticationType() - Method in class org.eclipse.jetty.security.authentication.SPNEGOAuthenticator
 
getAuthenticationType() - Method in class org.eclipse.jetty.security.authentication.SslClientCertAuthenticator
 
getAuthenticationType() - Method in interface org.eclipse.jetty.security.AuthenticationState.Succeeded
 
getAuthenticationType() - Method in interface org.eclipse.jetty.security.Authenticator.Configuration
 
getAuthenticationType() - Method in class org.eclipse.jetty.security.Authenticator.Configuration.Wrapper
 
getAuthenticationType() - Method in interface org.eclipse.jetty.security.Authenticator
 
getAuthenticationType() - Method in class org.eclipse.jetty.security.Authenticator.NoOp
 
getAuthenticationType() - Method in class org.eclipse.jetty.security.SecurityHandler
 
getAuthenticationURI(Request) - Method in class org.eclipse.jetty.client.AuthenticationProtocolHandler
 
getAuthenticationURI(Request) - Method in class org.eclipse.jetty.client.ProxyAuthenticationProtocolHandler
 
getAuthenticationURI(Request) - Method in class org.eclipse.jetty.client.WWWAuthenticationProtocolHandler
 
getAuthenticator() - Method in class org.eclipse.jetty.http.spi.JettyHttpContext
 
getAuthenticator() - Method in class org.eclipse.jetty.security.SecurityHandler
 
getAuthenticator(Server, Context, Authenticator.Configuration) - Method in interface org.eclipse.jetty.security.Authenticator.Factory
 
getAuthenticator(Server, Context, Authenticator.Configuration) - Method in class org.eclipse.jetty.security.DefaultAuthenticatorFactory
 
getAuthenticatorFactory() - Method in class org.eclipse.jetty.security.SecurityHandler
 
getAuthority() - Method in interface org.eclipse.jetty.http.HttpURI
 
getAuthority() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
getAuthority() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
getAuthorization() - Method in class org.eclipse.jetty.security.Constraint.Builder
 
getAuthorization() - Method in interface org.eclipse.jetty.security.Constraint
 
getAuthorizationHeader() - Method in class org.eclipse.jetty.client.AuthenticationProtocolHandler
 
getAuthorizationHeader() - Method in class org.eclipse.jetty.client.ProxyAuthenticationProtocolHandler
 
getAuthorizationHeader() - Method in class org.eclipse.jetty.client.WWWAuthenticationProtocolHandler
 
getAvailable() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
getAvailableDirectByteBufferCount() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
 
getAvailableDirectMemory() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
 
getAvailableHeapByteBufferCount() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
 
getAvailableHeapMemory() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
 
getAvailableReservedThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getAverageQueueLatency() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
 
getAverageSelectedKeys() - Method in class org.eclipse.jetty.io.ManagedSelector
 
getAverageTaskLatency() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
 
getBackoffMs() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
getBackoffMs() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStoreFactory
 
getBase() - Method in class org.eclipse.jetty.http3.qpack.internal.table.DynamicTable
 
getBase() - Method in class org.eclipse.jetty.start.BaseHome
 
getBase64() - Method in class org.eclipse.jetty.client.Authentication.HeaderInfo
 
getBaseDir() - Method in class org.eclipse.jetty.start.StartIni
 
getBaseHome() - Method in class org.eclipse.jetty.start.BaseBuilder
 
getBaseHome() - Method in class org.eclipse.jetty.start.Main
 
getBasename(Path) - Static method in class org.eclipse.jetty.util.FileID
Retrieve the basename of a path.
getBasePath() - Method in class org.eclipse.jetty.start.BaseHome
 
getBasePath() - Method in class org.eclipse.jetty.start.config.CommandLineConfigSource
 
getBasePath(String) - Method in class org.eclipse.jetty.start.BaseHome
Create a Path reference to some content in "${jetty.base}"
getBaseResource() - Method in interface org.eclipse.jetty.server.Context
 
getBaseResource() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getBaseResource() - Method in class org.eclipse.jetty.server.handler.ContextHandler.ScopedContext
 
getBaseResource() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
getBaseType() - Method in enum class org.eclipse.jetty.http.MimeTypes.Type
 
getBaseType(String) - Static method in class org.eclipse.jetty.http.MimeTypes
 
getBean(Class<T>) - Method in interface org.eclipse.jetty.util.component.Container
 
getBean(Class<T>) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
getBeans() - Method in interface org.eclipse.jetty.util.component.Container
 
getBeans() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
getBeans(Class<T>) - Method in interface org.eclipse.jetty.util.component.Container
 
getBeans(Class<T>) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
getBefore() - Method in class org.eclipse.jetty.start.Module
 
getBeginListener() - Method in class org.eclipse.jetty.client.RequestListeners
 
getBeginNanoTime() - Method in class org.eclipse.jetty.http.HttpParser
 
getBeginNanoTime() - Method in class org.eclipse.jetty.http.MetaData.Request
 
getBeginNanoTime() - Method in class org.eclipse.jetty.http3.parser.MessageParser
 
getBeginNanoTime() - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelRequest
 
getBeginNanoTime() - Method in interface org.eclipse.jetty.server.Request
Get the nanoTime at which the request arrived to a connector, obtained via System.nanoTime().
getBeginNanoTime() - Method in class org.eclipse.jetty.server.Request.Wrapper
 
getBest(byte[]) - Method in interface org.eclipse.jetty.util.Index
Get the best match from key in a byte array.
getBest(byte[], int, int) - Method in interface org.eclipse.jetty.util.Index
Get the best match from key in a byte array.
getBest(String) - Method in interface org.eclipse.jetty.util.Index
Get the best match from key in a String, which may be a prefix match or an exact match.
getBest(String, int, int) - Method in interface org.eclipse.jetty.util.Index
Get the best match from key in a String.
getBest(ByteBuffer) - Method in interface org.eclipse.jetty.util.Index
Get the best match from key in a byte buffer.
getBest(ByteBuffer, int, int) - Method in interface org.eclipse.jetty.util.Index
Get the best match from key in a byte buffer.
getBestByScheme(String) - Static method in interface org.eclipse.jetty.util.resource.ResourceFactory
Get the best ResourceFactory for the provided scheme.
getBidirectionalStreamRecvWindow() - Method in class org.eclipse.jetty.quic.common.QuicConfiguration
 
getBindAddress() - Method in class org.eclipse.jetty.client.HttpClient
 
getBindAddress() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getBindAddress() - Method in class org.eclipse.jetty.io.ClientConnector
 
getBinding(String) - Method in class org.eclipse.jetty.jndi.NamingContext
Get a name to object binding from this Context
getBinding(Name) - Method in class org.eclipse.jetty.jndi.NamingContext
Get a name to object binding from this Context
getBindings() - Method in class org.eclipse.jetty.deploy.AppLifeCycle
Get all Node bound objects.
getBindings(String) - Method in class org.eclipse.jetty.deploy.AppLifeCycle
Get all objects bound to a specific Node
getBindings(Node) - Method in class org.eclipse.jetty.deploy.AppLifeCycle
Get all objects bound to a specific Node
getBindingTargets() - Method in interface org.eclipse.jetty.deploy.AppLifeCycle.Binding
Get a list of targets that this implementation should bind to.
getBindingTargets() - Method in class org.eclipse.jetty.deploy.bindings.DebugBinding
 
getBindingTargets() - Method in class org.eclipse.jetty.deploy.bindings.OrderedGroupBinding
 
getBindingTargets() - Method in class org.eclipse.jetty.deploy.bindings.StandardDeployer
 
getBindingTargets() - Method in class org.eclipse.jetty.deploy.bindings.StandardStarter
 
getBindingTargets() - Method in class org.eclipse.jetty.deploy.bindings.StandardStopper
 
getBindingTargets() - Method in class org.eclipse.jetty.deploy.bindings.StandardUndeployer
 
getBlackListHosts() - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
getBlobInputStream(ResultSet, String) - Method in class org.eclipse.jetty.session.DatabaseAdaptor
 
getBlobType() - Method in class org.eclipse.jetty.session.DatabaseAdaptor
 
getBody() - Method in interface org.eclipse.jetty.client.Request
 
getBody() - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
getBodyLength() - Method in class org.eclipse.jetty.http2.parser.BodyParser
 
getBodyLength() - Method in class org.eclipse.jetty.http3.parser.BodyParser
 
getBoundary() - Method in class org.eclipse.jetty.http.MultiPart.AbstractContentSource
 
getBoundary() - Method in class org.eclipse.jetty.http.MultiPart.Parser
 
getBoundary() - Method in class org.eclipse.jetty.http.MultiPartByteRanges.Parser
 
getBoundary() - Method in class org.eclipse.jetty.http.MultiPartByteRanges.Parts
 
getBoundary() - Method in class org.eclipse.jetty.http.MultiPartFormData.Parser
 
getBoundary() - Method in class org.eclipse.jetty.util.MultiPartOutputStream
 
getBoundary() - Method in class org.eclipse.jetty.util.MultiPartWriter
 
getBuf() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
getBuf() - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
 
getBuffer() - Method in class org.eclipse.jetty.http.HttpTester.Input
 
getBufferRatio() - Method in class org.eclipse.jetty.http2.BufferingFlowControlStrategy
 
getBufferSize() - Method in class org.eclipse.jetty.io.content.InputStreamContentSource
 
getBufferSize() - Method in class org.eclipse.jetty.io.content.PathContentSource
 
getBufferSize() - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
getBuilder() - Method in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
 
getBusyThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
The number of threads executing internal and transient jobs.
getByte() - Method in class org.eclipse.jetty.http.HttpTokens.Token
 
getByteArray() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
getByteBuffer() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.CachedHttpContent
 
getByteBuffer() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.NotFoundHttpContent
 
getByteBuffer() - Method in interface org.eclipse.jetty.http.content.HttpContent
Get this HTTP content as a ByteBuffer if possible.
getByteBuffer() - Method in class org.eclipse.jetty.http.content.HttpContent.Wrapper
 
getByteBuffer() - Method in class org.eclipse.jetty.http.content.PreCompressedHttpContent
 
getByteBuffer() - Method in class org.eclipse.jetty.http.content.ResourceHttpContent
 
getByteBuffer() - Method in class org.eclipse.jetty.http.Trailers
 
getByteBuffer() - Method in class org.eclipse.jetty.http2.frames.DataFrame
 
getByteBuffer() - Method in class org.eclipse.jetty.http3.api.Stream.Data
 
getByteBuffer() - Method in class org.eclipse.jetty.http3.frames.DataFrame
 
getByteBuffer() - Method in class org.eclipse.jetty.io.AbstractRetainableByteBuffer
 
getByteBuffer() - Method in interface org.eclipse.jetty.io.Content.Chunk
 
getByteBuffer() - Method in class org.eclipse.jetty.io.internal.ByteBufferChunk
 
getByteBuffer() - Method in class org.eclipse.jetty.io.internal.NonRetainableByteBuffer
 
getByteBuffer() - Method in interface org.eclipse.jetty.io.RetainableByteBuffer
 
getByteBuffer() - Method in class org.eclipse.jetty.io.RetainableByteBuffer.Wrapper
 
getByteBufferPool() - Method in class org.eclipse.jetty.client.HttpClient
 
getByteBufferPool() - Method in class org.eclipse.jetty.fcgi.generator.Generator
 
getByteBufferPool() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getByteBufferPool() - Method in class org.eclipse.jetty.http2.generator.Generator
 
getByteBufferPool() - Method in class org.eclipse.jetty.http2.generator.HeaderGenerator
 
getByteBufferPool() - Method in class org.eclipse.jetty.http3.generator.FrameGenerator
 
getByteBufferPool() - Method in class org.eclipse.jetty.io.ClientConnector
 
getByteBufferPool() - Method in class org.eclipse.jetty.quic.common.QuicConnection
 
getByteBufferPool() - Method in class org.eclipse.jetty.quic.common.QuicSession
 
getByteBufferPool() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getByteBufferPool() - Method in interface org.eclipse.jetty.server.Components
 
getByteBufferPool() - Method in interface org.eclipse.jetty.server.Connector
 
getByteBufferPool() - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
getByteBufferPool() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.DownstreamConnection
 
getByteBufferPool() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.UpstreamConnection
 
getByteBufferPool() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
getByteBufferPool() - Method in class org.eclipse.jetty.server.internal.HttpChannelState
 
getByteBufferPool() - Method in class org.eclipse.jetty.server.Server
 
getByteBuffers() - Method in class org.eclipse.jetty.io.ByteBufferPool.Accumulator
 
getByteBuffers() - Method in class org.eclipse.jetty.io.content.ByteBufferContentSource
 
getBytes() - Method in enum class org.eclipse.jetty.http.HttpHeader
 
getBytes() - Method in enum class org.eclipse.jetty.http.HttpMethod
 
getBytes(String) - Static method in class org.eclipse.jetty.util.StringUtil
 
getBytes(String, String) - Static method in class org.eclipse.jetty.util.StringUtil
 
getBytesColonSpace() - Method in enum class org.eclipse.jetty.http.HttpHeader
 
getBytesIn() - Method in class org.eclipse.jetty.client.transport.internal.HttpConnectionOverHTTP
 
getBytesIn() - Method in class org.eclipse.jetty.http2.HTTP2Connection
 
getBytesIn() - Method in class org.eclipse.jetty.io.AbstractConnection
 
getBytesIn() - Method in interface org.eclipse.jetty.io.Connection
 
getBytesIn() - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
getBytesIn() - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
getBytesOccupied() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.CachedHttpContent
 
getBytesOccupied() - Method in interface org.eclipse.jetty.http.content.HttpContent
 
getBytesOccupied() - Method in class org.eclipse.jetty.http.content.HttpContent.Wrapper
 
getBytesOut() - Method in class org.eclipse.jetty.client.transport.internal.HttpConnectionOverHTTP
 
getBytesOut() - Method in class org.eclipse.jetty.http2.HTTP2Connection
 
getBytesOut() - Method in class org.eclipse.jetty.io.AbstractConnection
 
getBytesOut() - Method in interface org.eclipse.jetty.io.Connection
 
getBytesOut() - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
getBytesOut() - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
getBytesRead() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getBytesWritten() - Method in class org.eclipse.jetty.http2.HTTP2Session
 
getBytesWritten() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getCache() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory
 
getCache() - Method in interface org.eclipse.jetty.server.Components
A Map which can be used as a cache for object (e.g.
getCache() - Method in class org.eclipse.jetty.server.internal.HttpChannelState
 
getCacheControl() - Method in class org.eclipse.jetty.server.handler.ErrorHandler
Get the cacheControl.
getCacheControl() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
getCacheControl() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
getCacheControl() - Method in class org.eclipse.jetty.server.ResourceService
 
getCachedBeans(Class<T>) - Method in interface org.eclipse.jetty.util.component.Container
 
getCachedFiles() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory
 
getCachedSize() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory
 
getCacheLineBytes() - Static method in class org.eclipse.jetty.util.MemoryUtils
 
getCallback() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ConnectContext
 
getCallback() - Method in class org.eclipse.jetty.server.handler.DelayedHandler.DelayedProcess
 
getCallback() - Method in class org.eclipse.jetty.util.Callback.Nested
 
getCallbackHandler() - Method in class org.eclipse.jetty.security.jaas.spi.AbstractLoginModule
 
getCallbackInvocationType() - Method in class org.eclipse.jetty.io.FillInterest
 
getCallbackInvocationType() - Method in class org.eclipse.jetty.io.WriteFlusher
 
getCanonicalContextPath() - Method in class org.eclipse.jetty.session.SessionContext
 
getCanonicalPath() - Method in interface org.eclipse.jetty.http.HttpURI
 
getCanonicalPath() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
getCanonicalPath() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
getCapacity() - Method in class org.eclipse.jetty.http3.qpack.internal.instruction.SetCapacityInstruction
 
getCapacity() - Method in class org.eclipse.jetty.http3.qpack.internal.table.DynamicTable
 
getCapacity() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
getCapacity() - Method in class org.eclipse.jetty.util.compression.CompressionPool
 
getCapacity() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
getCatalogName() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
getCertAlias() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getCertChain(SSLSession) - Static method in class org.eclipse.jetty.util.ssl.SslContextFactory
Obtain the X509 Certificate Chain from the provided SSLSession using the default CertificateFactory behaviors
getCertChainPemPath() - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
 
getCertificate() - Method in class org.eclipse.jetty.util.ssl.X509
 
getCertificateChain(String) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
getCertificateChain(String) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
 
getCertificateChain(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedKeyManagerWrapper
 
getCertificateFactoryInstance(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getCertStoreInstance(Collection<? extends CRL>) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getChannel() - Method in class org.eclipse.jetty.io.DatagramChannelEndPoint
 
getChannel() - Method in class org.eclipse.jetty.io.SelectableChannelEndPoint
 
getChannel() - Method in class org.eclipse.jetty.io.SocketChannelEndPoint
 
getChar() - Method in class org.eclipse.jetty.http.HttpTokens.Token
 
getCharacterEncoding() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.CachedHttpContent
 
getCharacterEncoding() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.NotFoundHttpContent
 
getCharacterEncoding() - Method in interface org.eclipse.jetty.http.content.HttpContent
 
getCharacterEncoding() - Method in class org.eclipse.jetty.http.content.HttpContent.Wrapper
 
getCharacterEncoding() - Method in class org.eclipse.jetty.http.content.PreCompressedHttpContent
 
getCharacterEncoding() - Method in class org.eclipse.jetty.http.content.ResourceHttpContent
 
getCharset() - Method in enum class org.eclipse.jetty.http.MimeTypes.Type
 
getCharset() - Method in class org.eclipse.jetty.security.authentication.BasicAuthenticator
 
getCharsetAssumedFromContentType(String) - Method in class org.eclipse.jetty.http.MimeTypes
 
getCharsetAssumedFromContentType(String) - Method in class org.eclipse.jetty.http.MimeTypes.Wrapper
 
getCharsetFromContentType(String) - Static method in class org.eclipse.jetty.http.MimeTypes
 
getCharsetInferredFromContentType(String) - Method in class org.eclipse.jetty.http.MimeTypes
 
getCharsetInferredFromContentType(String) - Method in class org.eclipse.jetty.http.MimeTypes.Wrapper
 
getCharsetString() - Method in enum class org.eclipse.jetty.http.MimeTypes.Type
 
getCheckSessionExistsStatement(Connection, SessionContext) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
getChunks() - Method in class org.eclipse.jetty.io.content.ChunksContentSource
 
getCipherComparator() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getClassifier() - Method in class org.eclipse.jetty.start.fileinits.MavenMetadata.Snapshot
 
getClassLoader() - Method in interface org.eclipse.jetty.server.Context
 
getClassLoader() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getClassLoader() - Method in class org.eclipse.jetty.server.handler.ContextHandler.ScopedContext
 
getClassLoader() - Method in class org.eclipse.jetty.start.Classpath
 
getClassLoader() - Method in interface org.eclipse.jetty.util.component.Environment
 
getClassLoader() - Method in class org.eclipse.jetty.util.component.Environment.Named
 
getClassLoaderLocation(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
 
getClassLoaderLocation(Class<?>, ClassLoader) - Static method in class org.eclipse.jetty.util.TypeUtil
 
getClasspath() - Method in class org.eclipse.jetty.start.StartEnvironment
 
getClassPath() - Method in class org.eclipse.jetty.server.handler.ContextHandler
Make best effort to extract a file classpath from the context classloader
getCleanOrphansStatement(Connection, long) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
getClientAliases(String, Principal[]) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
getClientAliases(String, Principal[]) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
 
getClientAliases(String, Principal[]) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedKeyManagerWrapper
 
getClientConnectionFactory() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory
 
getClientConnectionFactory() - Method in class org.eclipse.jetty.client.transport.HttpDestination
 
getClientConnectionFactory() - Method in class org.eclipse.jetty.io.ClientConnectionFactory.Info
 
getClientConnectionFactory() - Method in class org.eclipse.jetty.io.NegotiatingClientConnectionFactory
 
getClientConnectionFactory() - Method in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
 
getClientConnector() - Method in class org.eclipse.jetty.client.AbstractConnectorHttpClientTransport
 
getClientConnector() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getClientConnector() - Method in class org.eclipse.jetty.http3.client.HTTP3Client
 
getCloseState() - Method in class org.eclipse.jetty.http2.HTTP2Session
 
getCode() - Method in interface org.eclipse.jetty.http.HttpException
 
getCode() - Method in exception class org.eclipse.jetty.http.HttpException.IllegalArgumentException
 
getCode() - Method in exception class org.eclipse.jetty.http.HttpException.RuntimeException
 
getCode() - Method in enum class org.eclipse.jetty.http.HttpStatus.Code
 
getCode() - Method in class org.eclipse.jetty.rewrite.handler.InvalidURIRule
 
getCode() - Method in class org.eclipse.jetty.rewrite.handler.ResponsePatternRule
 
getCode(int) - Static method in class org.eclipse.jetty.http.HttpStatus
Get the HttpStatusCode for a specific code
getCodeSourceLocation(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
 
getCollectionName() - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStoreFactory
 
getCommand() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
 
getCommandLineSource() - Method in class org.eclipse.jetty.start.config.ConfigSources
 
getComment() - Method in interface org.eclipse.jetty.http.HttpCookie
Equivalent to getAttributes().get(COMMENT_ATTRIBUTE).
getComment() - Method in class org.eclipse.jetty.http.HttpCookie.JavaNetHttpCookie
 
getComment() - Method in class org.eclipse.jetty.http.HttpCookie.Wrapper
 
getCommitListener() - Method in class org.eclipse.jetty.client.RequestListeners
 
getComponents() - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelRequest
 
getComponents() - Method in interface org.eclipse.jetty.server.Request
 
getComponents() - Method in class org.eclipse.jetty.server.Request.Wrapper
 
getConfig() - Method in class org.eclipse.jetty.security.HashLoginService
 
getConfig() - Method in class org.eclipse.jetty.security.JDBCLoginService
 
getConfig() - Method in class org.eclipse.jetty.security.PropertyUserStore
Get the config (as a string)
getConfigResource() - Method in class org.eclipse.jetty.security.PropertyUserStore
Deprecated, for removal: This API element is subject to removal in a future version. 
getConfigSources() - Method in class org.eclipse.jetty.start.BaseHome
 
getConfiguration() - Method in class org.eclipse.jetty.security.jaas.JAASLoginService
 
getConfigurationClasses() - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
This is equivalent to getting the Deployable.CONFIGURATION_CLASSES property.
getConfigurationProcessor(String, String) - Method in interface org.eclipse.jetty.xml.ConfigurationProcessorFactory
 
getCongestionControl() - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
 
getConnectedEndPoints() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectedEndPoints() - Method in interface org.eclipse.jetty.server.Connector
 
getConnection() - Method in class org.eclipse.jetty.fcgi.server.internal.ServerFCGIConnection
 
getConnection() - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
 
getConnection() - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerConnection
 
getConnection() - Method in class org.eclipse.jetty.http3.server.internal.ServerHTTP3StreamConnection
 
getConnection() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
getConnection() - Method in interface org.eclipse.jetty.io.EndPoint
 
getConnection() - Method in class org.eclipse.jetty.security.jaas.spi.AbstractDatabaseLoginModule
 
getConnection() - Method in class org.eclipse.jetty.security.jaas.spi.DataSourceLoginModule
Get a connection from the DataSource
getConnection() - Method in class org.eclipse.jetty.security.jaas.spi.JDBCLoginModule
Get a connection from the DriverManager
getConnection() - Method in interface org.eclipse.jetty.server.ConnectionMetaData
 
getConnection() - Method in class org.eclipse.jetty.server.ConnectionMetaData.Wrapper
 
getConnection() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.DownstreamConnection
 
getConnection() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.UpstreamConnection
 
getConnection() - Method in class org.eclipse.jetty.server.internal.HttpChannelState
 
getConnection() - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
getConnection() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
getConnection() - Method in class org.eclipse.jetty.session.DatabaseAdaptor
Get a connection from the driver or datasource.
getConnectionCount() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
getConnectionDurationMax() - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
getConnectionDurationMax() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
 
getConnectionDurationMean() - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
getConnectionDurationMean() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
 
getConnectionDurationStdDev() - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
getConnectionDurationStdDev() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
 
getConnectionFactories() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectionFactories() - Method in interface org.eclipse.jetty.server.Connector
 
getConnectionFactory(Class<T>) - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectionFactory(Class<T>) - Method in interface org.eclipse.jetty.server.Connector
 
getConnectionFactory(String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectionFactory(String) - Method in interface org.eclipse.jetty.server.Connector
 
getConnectionId() - Method in class org.eclipse.jetty.quic.common.QuicSession
 
getConnectionMetaData() - Method in interface org.eclipse.jetty.server.HttpChannel
 
getConnectionMetaData() - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelRequest
 
getConnectionMetaData() - Method in class org.eclipse.jetty.server.internal.HttpChannelState
 
getConnectionMetaData() - Method in interface org.eclipse.jetty.server.Request
 
getConnectionMetaData() - Method in class org.eclipse.jetty.server.Request.Wrapper
 
getConnectionPool() - Method in interface org.eclipse.jetty.client.Destination
 
getConnectionPool() - Method in class org.eclipse.jetty.client.transport.HttpDestination
 
getConnectionPoolFactory() - Method in class org.eclipse.jetty.client.AbstractHttpClientTransport
 
getConnectionPoolFactory() - Method in interface org.eclipse.jetty.client.HttpClientTransport
 
getConnections() - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
getConnections() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
 
getConnections() - Method in class org.eclipse.jetty.server.ConnectionLimit
 
getConnectionsMax() - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
getConnectionsMax() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
 
getConnectionStatisticsGroups() - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
getConnectionStatisticsGroups() - Method in class org.eclipse.jetty.io.jmx.ConnectionStatisticsMBean
 
getConnectionsTotal() - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
getConnectionsTotal() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
 
getConnectionString() - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStoreFactory
 
getConnectionUrl() - Method in class org.eclipse.jetty.session.DatabaseAdaptor
 
getConnector() - Method in class org.eclipse.jetty.fcgi.server.internal.ServerFCGIConnection
 
getConnector() - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerConnection
 
getConnector() - Method in class org.eclipse.jetty.http3.server.internal.ServerHTTP3StreamConnection
 
getConnector() - Method in interface org.eclipse.jetty.server.ConnectionMetaData
 
getConnector() - Method in class org.eclipse.jetty.server.ConnectionMetaData.Wrapper
 
getConnector() - Method in class org.eclipse.jetty.server.internal.HttpChannelState
 
getConnector() - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
getConnector() - Method in class org.eclipse.jetty.server.NegotiatingServerConnection
 
getConnectors() - Method in class org.eclipse.jetty.server.Server
 
getConnectTimeout() - Method in class org.eclipse.jetty.client.HttpClient
 
getConnectTimeout() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getConnectTimeout() - Method in class org.eclipse.jetty.io.ClientConnector
 
getConnectTimeout() - Method in class org.eclipse.jetty.io.SelectorManager
Get the connect timeout
getConnectTimeout() - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
getConnectTimeout() - Method in class org.eclipse.jetty.util.resource.URLResourceFactory
URL Connection Connect Timeout
getConstraint(String, Request) - Method in class org.eclipse.jetty.security.SecurityHandler
 
getConstraint(String, Request) - Method in class org.eclipse.jetty.security.SecurityHandler.PathMapped
 
getConstraintAuthentication(String, Constraint.Authorization, Function<Boolean, Session>) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
getConstraintAuthentication(String, Constraint.Authorization, Function<Boolean, Session>) - Method in interface org.eclipse.jetty.security.Authenticator
Get an Constraint.Authorization applicable to the path for this authenticator.
getContainedBeans(Class<T>) - Method in interface org.eclipse.jetty.util.component.Container
 
getContainedBeans(Class<T>) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
getContainedBeans(Class<T>, Collection<T>) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
getContainer(Handler, Class<T>) - Method in interface org.eclipse.jetty.server.Handler.Container
 
getContainerPath() - Method in class org.eclipse.jetty.util.resource.MountedPathResource
 
getContent() - Method in class org.eclipse.jetty.client.BufferingResponseListener
 
getContent() - Method in interface org.eclipse.jetty.client.ContentResponse
 
getContent() - Method in class org.eclipse.jetty.client.internal.HttpContentResponse
 
getContent() - Method in class org.eclipse.jetty.http.HttpTester.Message
 
getContent(String) - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory
 
getContent(String) - Method in class org.eclipse.jetty.http.content.FileMappingHttpContentFactory
 
getContent(String) - Method in interface org.eclipse.jetty.http.content.HttpContent.Factory
 
getContent(String) - Method in class org.eclipse.jetty.http.content.PreCompressedHttpContentFactory
 
getContent(String) - Method in class org.eclipse.jetty.http.content.ResourceHttpContentFactory
 
getContent(String) - Method in class org.eclipse.jetty.http.content.VirtualHttpContentFactory
 
getContent(String, Request) - Method in class org.eclipse.jetty.server.ResourceService
 
getContentAsInputStream() - Method in class org.eclipse.jetty.client.BufferingResponseListener
 
getContentAsString() - Method in class org.eclipse.jetty.client.BufferingResponseListener
 
getContentAsString() - Method in interface org.eclipse.jetty.client.ContentResponse
 
getContentAsString() - Method in class org.eclipse.jetty.client.internal.HttpContentResponse
 
getContentAsString(String) - Method in class org.eclipse.jetty.client.BufferingResponseListener
 
getContentAsString(Charset) - Method in class org.eclipse.jetty.client.BufferingResponseListener
 
getContentAsString(Charset) - Method in class org.eclipse.jetty.http.MultiPart.Part
Returns the content of this part as a string.
getContentByteBuffer() - Method in class org.eclipse.jetty.http.HttpTester.Message
 
getContentBytes() - Method in class org.eclipse.jetty.http.HttpTester.Message
 
getContentBytesRead() - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelRequest
 
getContentBytesRead(Request) - Static method in interface org.eclipse.jetty.server.Request
 
getContentBytesWritten() - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelResponse
 
getContentBytesWritten(Response) - Static method in interface org.eclipse.jetty.server.Response
 
getContentDecoderFactories() - Method in class org.eclipse.jetty.client.HttpClient
Returns a non thread-safe set of ContentDecoder.Factorys that can be modified before performing requests.
getContentEncoding() - Method in class org.eclipse.jetty.http.CompressedContentFormat
 
getContentEncoding() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.NotFoundHttpContent
 
getContentEncoding() - Method in interface org.eclipse.jetty.http.content.HttpContent
 
getContentEncoding() - Method in class org.eclipse.jetty.http.content.HttpContent.Wrapper
 
getContentEncoding() - Method in class org.eclipse.jetty.http.content.PreCompressedHttpContent
 
getContentEncoding() - Method in class org.eclipse.jetty.http.content.ResourceHttpContent
 
getContentEncodingValue() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.NotFoundHttpContent
 
getContentEncodingValue() - Method in interface org.eclipse.jetty.http.content.HttpContent
 
getContentEncodingValue() - Method in class org.eclipse.jetty.http.content.HttpContent.Wrapper
 
getContentEncodingValue() - Method in class org.eclipse.jetty.http.content.PreCompressedHttpContent
 
getContentEncodingValue() - Method in class org.eclipse.jetty.http.content.ResourceHttpContent
 
getContentLength() - Method in class org.eclipse.jetty.fcgi.parser.ContentParser
 
getContentLength() - Method in class org.eclipse.jetty.fcgi.parser.HeaderParser
 
getContentLength() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.CachedHttpContent
 
getContentLength() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.NotFoundHttpContent
 
getContentLength() - Method in interface org.eclipse.jetty.http.content.HttpContent
 
getContentLength() - Method in class org.eclipse.jetty.http.content.HttpContent.Wrapper
 
getContentLength() - Method in class org.eclipse.jetty.http.content.PreCompressedHttpContent
 
getContentLength() - Method in class org.eclipse.jetty.http.content.ResourceHttpContent
 
getContentLength() - Method in class org.eclipse.jetty.http.HttpParser
 
getContentLength() - Method in class org.eclipse.jetty.http.MetaData
 
getContentLengthValue() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.CachedHttpContent
 
getContentLengthValue() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.NotFoundHttpContent
 
getContentLengthValue() - Method in interface org.eclipse.jetty.http.content.HttpContent
 
getContentLengthValue() - Method in class org.eclipse.jetty.http.content.HttpContent.Wrapper
 
getContentLengthValue() - Method in class org.eclipse.jetty.http.content.PreCompressedHttpContent
 
getContentLengthValue() - Method in class org.eclipse.jetty.http.content.ResourceHttpContent
 
getContentListener() - Method in class org.eclipse.jetty.client.RequestListeners
 
getContentPrepared() - Method in class org.eclipse.jetty.http.HttpGenerator
 
getContentRead() - Method in class org.eclipse.jetty.http.HttpParser
 
getContentSource() - Method in class org.eclipse.jetty.http.MultiPart.Part
Returns the content of this part as a Content.Source.
getContentType() - Method in class org.eclipse.jetty.client.AsyncRequestContent
 
getContentType() - Method in class org.eclipse.jetty.client.ByteBufferRequestContent
 
getContentType() - Method in class org.eclipse.jetty.client.InputStreamRequestContent
 
getContentType() - Method in class org.eclipse.jetty.client.MultiPartRequestContent
 
getContentType() - Method in class org.eclipse.jetty.client.OutputStreamRequestContent
 
getContentType() - Method in class org.eclipse.jetty.client.PathRequestContent
 
getContentType() - Method in interface org.eclipse.jetty.client.Request.Content
 
getContentType() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.NotFoundHttpContent
 
getContentType() - Method in interface org.eclipse.jetty.http.content.HttpContent
 
getContentType() - Method in class org.eclipse.jetty.http.content.HttpContent.Wrapper
 
getContentType() - Method in class org.eclipse.jetty.http.content.PreCompressedHttpContent
 
getContentType() - Method in class org.eclipse.jetty.http.content.ResourceHttpContent
 
getContentType() - Method in class org.eclipse.jetty.proxy.ProxyHandler.ProxyRequestContent
 
getContentTypeField() - Method in enum class org.eclipse.jetty.http.MimeTypes.Type
 
getContentTypeField(Charset) - Method in enum class org.eclipse.jetty.http.MimeTypes.Type
 
getContentTypeValue() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.NotFoundHttpContent
 
getContentTypeValue() - Method in interface org.eclipse.jetty.http.content.HttpContent
 
getContentTypeValue() - Method in class org.eclipse.jetty.http.content.HttpContent.Wrapper
 
getContentTypeValue() - Method in class org.eclipse.jetty.http.content.PreCompressedHttpContent
 
getContentTypeValue() - Method in class org.eclipse.jetty.http.content.ResourceHttpContent
 
getContentTypeWithoutCharset(String) - Static method in class org.eclipse.jetty.http.MimeTypes
 
getContext() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ConnectContext
 
getContext() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.DownstreamConnection
 
getContext() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.UpstreamConnection
 
getContext() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getContext() - Method in class org.eclipse.jetty.server.handler.ContextRequest
 
getContext() - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelRequest
 
getContext() - Method in interface org.eclipse.jetty.server.Request
 
getContext() - Method in class org.eclipse.jetty.server.Request.Wrapper
 
getContext() - Method in class org.eclipse.jetty.server.Server
 
getContext() - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
getContext() - Method in class org.eclipse.jetty.session.SessionContext
 
getContext() - Method in interface org.eclipse.jetty.session.SessionManager
 
getContextAttributes() - Method in class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
 
getContextForClassLoader(ClassLoader) - Method in class org.eclipse.jetty.jndi.ContextFactory
Find the naming Context for the given classloader
getContextFromFilename(String) - Method in class org.eclipse.jetty.session.FileSessionDataStore
 
getContextHandler() - Method in class org.eclipse.jetty.deploy.App
Get ContextHandler for the App.
getContextHandler() - Method in class org.eclipse.jetty.server.AllowedResourceAliasChecker
 
getContextHandler() - Method in class org.eclipse.jetty.server.handler.ContextHandler.ScopedContext
 
getContextHandler(Request) - Static method in class org.eclipse.jetty.server.handler.ContextHandler
 
getContextName(ContextHandler) - Method in class org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean
 
getContextName(ContextHandler) - Method in class org.eclipse.jetty.server.jmx.AbstractHandlerMBean
 
getContextPath() - Method in class org.eclipse.jetty.deploy.App
The context path App relating to how it is installed on the jetty server side.
getContextPath() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
getContextPath() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.ExpiryInfo
 
getContextPath() - Method in interface org.eclipse.jetty.server.Context
 
getContextPath() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getContextPath() - Method in class org.eclipse.jetty.server.handler.ContextHandler.ScopedContext
 
getContextPath() - Method in class org.eclipse.jetty.session.SessionData
 
getContextPath(Request) - Static method in interface org.eclipse.jetty.server.Request
Returns the context path of this Request.
getContextPathColumn() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
getContexts() - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
getContexts() - Method in class org.eclipse.jetty.deploy.jmx.DeploymentManagerMBean
 
getContexts() - Method in class org.eclipse.jetty.server.jmx.ServerMBean
 
getConversation() - Method in class org.eclipse.jetty.client.transport.HttpExchange
 
getConversation() - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
getCookies() - Method in interface org.eclipse.jetty.client.Request
 
getCookies() - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
getCookies(HttpFields) - Method in class org.eclipse.jetty.http.CookieCache
 
getCookies(Request) - Static method in interface org.eclipse.jetty.server.Request
 
getCookieSet() - Method in class org.eclipse.jetty.session.SessionData
 
getCookieSetTime() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
getCookieSetTime() - Method in class org.eclipse.jetty.session.ManagedSession
 
getCookieTimeColumn() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
getCoordinates(URI) - Method in class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer
 
getCount() - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
 
getCount() - Method in class org.eclipse.jetty.util.statistic.RateStatistic
 
getCount() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
 
getCreated() - Method in class org.eclipse.jetty.session.SessionData
 
getCreatedTimeStamp() - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
 
getCreatedTimeStamp() - Method in class org.eclipse.jetty.io.AbstractConnection
 
getCreatedTimeStamp() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
getCreatedTimeStamp() - Method in interface org.eclipse.jetty.io.Connection
 
getCreatedTimeStamp() - Method in interface org.eclipse.jetty.io.EndPoint
 
getCreatedTimeStamp() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
getCreateIndexOverExpiryStatementAsString(String) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
getCreateIndexOverSessionStatementAsString(String) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
getCreateStatementAsString() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
getCreateTime() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
getCreateTimeColumn() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
getCreationTime() - Method in class org.eclipse.jetty.session.ManagedSession
 
getCredential() - Method in class org.eclipse.jetty.security.jaas.callback.AbstractCallbackHandler
 
getCredential(String) - Static method in class org.eclipse.jetty.util.security.Credential
Get a credential from a String.
getCredential(String) - Method in interface org.eclipse.jetty.util.security.CredentialProvider
Get a credential from a String
getCrlPath() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getCrls() - Method in class org.eclipse.jetty.util.security.CertificateValidator
 
getCSV(String, boolean) - Method in interface org.eclipse.jetty.http.HttpFields
Get multiple field values of the same name as a QuotedCSV
getCSV(HttpHeader, boolean) - Method in interface org.eclipse.jetty.http.HttpFields
Get multiple field values of the same name, split as a QuotedCSV
getCurrent() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
getCurrentConnection() - Static method in class org.eclipse.jetty.server.internal.HttpConnection
Get the current connection that this thread is dispatched to.
getCurrentContext() - Static method in class org.eclipse.jetty.server.handler.ContextHandler
Get the current Context if any.
getCurrentContext(Server) - Static method in class org.eclipse.jetty.server.handler.ContextHandler
Get the current Context if any, or else server context if any.
getCurrentContextHandler() - Static method in class org.eclipse.jetty.server.handler.ContextHandler
 
getCurrentRequestCount() - Method in class org.eclipse.jetty.server.handler.GracefulHandler
 
getCurrentSectionInfo() - Method in class org.eclipse.jetty.http3.qpack.internal.StreamInfo
 
getCurrentSecurityHandler() - Static method in class org.eclipse.jetty.security.SecurityHandler
 
getCurrentUser() - Method in class org.eclipse.jetty.security.jaas.spi.AbstractLoginModule
 
getCustomizer(Class<T>) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getCustomizers() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getDataBytesRemaining() - Method in class org.eclipse.jetty.http2.HTTP2Session.Entry
 
getDatasource() - Method in class org.eclipse.jetty.session.DatabaseAdaptor
 
getDatasourceName() - Method in class org.eclipse.jetty.session.DatabaseAdaptor
 
getDatedFilename() - Method in class org.eclipse.jetty.server.RequestLogWriter
Retrieve the file name of the request log with the expanded date wildcard if the output is written to the disk using RolloverFileOutputStream.
getDatedFilename() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
getDateField() - Method in class org.eclipse.jetty.server.Server
 
getDateField(String) - Method in interface org.eclipse.jetty.http.HttpFields
Get a header as a date value.
getDateField(HttpHeader) - Method in interface org.eclipse.jetty.http.HttpFields
Get a header as a date value.
getDBCollection() - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
 
getDbName() - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStoreFactory
 
getDBName() - Method in class org.eclipse.jetty.session.DatabaseAdaptor
 
getDeclaration() - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
The as-provided path spec.
getDeclaration() - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
getDeclaration() - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
getDeclaration() - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
getDecodedPath() - Method in interface org.eclipse.jetty.http.HttpURI
 
getDecodedPath() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
getDecodedPath() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
getDecoratedObjectFactory() - Method in class org.eclipse.jetty.server.handler.ContextHandler.ScopedContext
 
getDecorators() - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
 
getDefaultCharset() - Method in class org.eclipse.jetty.http.MultiPartFormData.Parser
Returns the default charset as specified by RFC 7578, section 4.6, that is the charset specified by the part named _charset_.
getDefaultConnectionFactory() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getDefaultConnectionFactory() - Method in interface org.eclipse.jetty.server.Connector
 
getDefaultEnvironmentName() - Method in class org.eclipse.jetty.deploy.DeploymentManager
Get the default Environment name for deployed applications.
getDefaultFavicon() - Method in class org.eclipse.jetty.server.Server
Get the default Favicon
getDefaultHandler() - Method in class org.eclipse.jetty.server.Server
 
getDefaultLifeCycleGoal() - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
getDefaultPort() - Method in enum class org.eclipse.jetty.http.HttpScheme
 
getDefaultPort(String) - Static method in enum class org.eclipse.jetty.http.HttpScheme
 
getDefaultProtocol() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getDefaultProtocol() - Method in class org.eclipse.jetty.server.NegotiatingServerConnection
 
getDefaultProtocol() - Method in class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
 
getDefaultRequestContentType() - Method in class org.eclipse.jetty.client.HttpClient
 
getDefaultsDescriptor() - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
Get the defaultsDescriptor.
getDefaultStyleSheet() - Method in class org.eclipse.jetty.server.Server
Get the Default CSS
getDefaultVirtualThreadsExecutor() - Static method in class org.eclipse.jetty.util.VirtualThreads
 
getDeflaterEntry(Request, long) - Method in interface org.eclipse.jetty.server.handler.gzip.GzipFactory
 
getDeflaterEntry(Request, long) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
getDeflaterPool() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Get the DeflaterPool being used.
getDelegate() - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
getDeleteStatement(Connection, String, SessionContext) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
getDepends() - Method in class org.eclipse.jetty.start.Module
 
getDeployedApps() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
getDeploymentManager() - Method in class org.eclipse.jetty.deploy.App
 
getDeploymentManager() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
Get the deploymentManager.
getDeprecated() - Method in class org.eclipse.jetty.start.Module
 
getDescendant(Class<T>) - Method in class org.eclipse.jetty.server.Handler.AbstractContainer
 
getDescendant(Class<T>) - Method in interface org.eclipse.jetty.server.Handler.Container
 
getDescendants() - Method in interface org.eclipse.jetty.server.Handler.Container
 
getDescendants(Class<T>) - Method in class org.eclipse.jetty.server.Handler.AbstractContainer
 
getDescendants(Class<T>) - Method in interface org.eclipse.jetty.server.Handler.Container
Get a list of descendants of the passed type.
getDescription() - Method in interface org.eclipse.jetty.http.ComplianceViolation
 
getDescription() - Method in enum class org.eclipse.jetty.http.CookieCompliance.Violation
 
getDescription() - Method in enum class org.eclipse.jetty.http.HttpCompliance.Violation
 
getDescription() - Method in enum class org.eclipse.jetty.http.UriCompliance.Violation
 
getDescription() - Method in class org.eclipse.jetty.start.Module
 
getDestination(URI, String) - Method in class org.eclipse.jetty.start.FileInitializer
 
getDestinationAddress() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1.Tag
 
getDestinationAddress() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
 
getDestinationIdleTimeout() - Method in class org.eclipse.jetty.client.HttpClient
The default value is 0
getDestinationPort() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1.Tag
 
getDestinationPort() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
 
getDestinations() - Method in class org.eclipse.jetty.client.HttpClient
 
getDigest() - Method in class org.eclipse.jetty.util.security.Credential.MD5
 
getDir() - Method in class org.eclipse.jetty.start.BaseHome.SearchDir
 
getDir() - Method in class org.eclipse.jetty.start.config.DirConfigSource
 
getDirectByteBufferCount() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
 
getDirectMemory() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
 
getDirMatcher() - Method in class org.eclipse.jetty.start.PathFinder
 
getDisableActiveMigration() - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
 
getDisplayName() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getDomain() - Method in interface org.eclipse.jetty.http.HttpCookie
Equivalent to getAttributes().get(DOMAIN_ATTRIBUTE).
getDomain() - Method in class org.eclipse.jetty.http.HttpCookie.JavaNetHttpCookie
 
getDomain() - Method in class org.eclipse.jetty.http.HttpCookie.Wrapper
 
getDomain() - Method in class org.eclipse.jetty.jmx.MBeanContainer
Retrieve domain name used to add MBeans
getDrainingIndex() - Method in class org.eclipse.jetty.http3.qpack.internal.table.DynamicTable
Entries with indexes lower than the draining index should not be referenced.
getDriver() - Method in class org.eclipse.jetty.session.DatabaseAdaptor
 
getDriverClassName() - Method in class org.eclipse.jetty.session.DatabaseAdaptor
 
getDryRunParts() - Method in class org.eclipse.jetty.start.StartArgs
 
getDTD() - Method in class org.eclipse.jetty.xml.XmlParser
 
getDynamicTable() - Method in class org.eclipse.jetty.http3.qpack.internal.QpackContext
 
getDynamicTableSize() - Method in class org.eclipse.jetty.http2.hpack.HpackContext
 
getEdge(int) - Method in class org.eclipse.jetty.deploy.graph.Route
 
getEdges() - Method in class org.eclipse.jetty.deploy.graph.Graph
 
getEdges() - Method in class org.eclipse.jetty.deploy.graph.Route
 
getElements() - Method in class org.eclipse.jetty.start.Classpath
 
getEnabled() - Method in class org.eclipse.jetty.start.Modules
 
getEnableSources() - Method in class org.eclipse.jetty.start.Module
 
getEncodedField() - Method in class org.eclipse.jetty.http2.hpack.HpackContext.StaticEntry
 
getEncodedField() - Method in class org.eclipse.jetty.http3.qpack.internal.table.Entry.StaticEntry
 
getEncodedField(HttpHeader, String, String) - Method in class org.eclipse.jetty.http.Http1FieldPreEncoder
 
getEncodedField(HttpHeader, String, String) - Method in interface org.eclipse.jetty.http.HttpFieldPreEncoder
 
getEncodedField(HttpHeader, String, String) - Method in class org.eclipse.jetty.http2.hpack.HpackFieldPreEncoder
 
getEncodedField(HttpHeader, String, String) - Method in class org.eclipse.jetty.http3.qpack.QpackFieldPreEncoder
 
getEncodedLength(HttpVersion) - Method in class org.eclipse.jetty.http.PreEncodedHttpField
 
getEncodedToken() - Method in class org.eclipse.jetty.security.SPNEGOUserPrincipal
 
getEncoding() - Method in class org.eclipse.jetty.client.BufferingResponseListener
 
getEncoding() - Method in class org.eclipse.jetty.client.ContentDecoder.Factory
 
getEncoding() - Method in interface org.eclipse.jetty.client.ContentResponse
 
getEncoding() - Method in class org.eclipse.jetty.client.internal.HttpContentResponse
 
getEncoding() - Method in class org.eclipse.jetty.http.CompressedContentFormat
 
getEncodingCacheSize() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
getEncodingCacheSize() - Method in class org.eclipse.jetty.server.ResourceService
 
getEndPoint() - Method in class org.eclipse.jetty.http2.HTTP2Session
 
getEndPoint() - Method in class org.eclipse.jetty.http3.HTTP3Stream
 
getEndPoint() - Method in class org.eclipse.jetty.http3.HTTP3StreamConnection
 
getEndPoint() - Method in class org.eclipse.jetty.http3.UnidirectionalStreamConnection
 
getEndPoint() - Method in class org.eclipse.jetty.io.AbstractConnection
 
getEndPoint() - Method in interface org.eclipse.jetty.io.Connection
 
getEndPoint() - Method in class org.eclipse.jetty.quic.common.QuicConnection
 
getEndPoint() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ConnectContext
 
getEndPoint() - Method in class org.eclipse.jetty.server.internal.HttpChannelState
 
getEndPoint() - Method in interface org.eclipse.jetty.server.TunnelSupport
Returns the EndPoint that should be used to carry the tunneled protocol.
getEndpointIdentificationAlgorithm() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getEntityDataModel() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
getEntityDataModel() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStoreFactory
 
getEnvironment() - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
getEnvironment() - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
getEnvironment() - Method in class org.eclipse.jetty.jndi.NamingContext
Get the environment of this Context.
getEnvironment() - Method in class org.eclipse.jetty.security.jaas.spi.LdapLoginModule
get the context for connection
getEnvironment() - Method in class org.eclipse.jetty.start.Module
 
getEnvironment(String) - Method in class org.eclipse.jetty.start.StartArgs
 
getEnvironmentName() - Method in class org.eclipse.jetty.deploy.App
Get the environment name.
getEnvironmentName() - Method in interface org.eclipse.jetty.deploy.AppProvider
 
getEnvironmentName() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
getEnvironments() - Method in class org.eclipse.jetty.start.StartArgs
 
getEPCTasksConsumed() - Method in class org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy
 
getError() - Method in class org.eclipse.jetty.http2.frames.FailureFrame
 
getError() - Method in class org.eclipse.jetty.http2.frames.GoAwayFrame
 
getError() - Method in class org.eclipse.jetty.http2.frames.ResetFrame
 
getErrorCode() - Method in exception class org.eclipse.jetty.http3.qpack.QpackException
 
getErrorHandler() - Method in interface org.eclipse.jetty.server.Context
 
getErrorHandler() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getErrorHandler() - Method in class org.eclipse.jetty.server.handler.ContextHandler.ScopedContext
 
getErrorHandler() - Method in class org.eclipse.jetty.server.Server
 
getErrorHandler(Server, ContextHandler) - Static method in class org.eclipse.jetty.server.handler.ErrorHandler
 
getETag() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.CachedHttpContent
 
getETag() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.NotFoundHttpContent
 
getETag() - Method in interface org.eclipse.jetty.http.content.HttpContent
 
getETag() - Method in class org.eclipse.jetty.http.content.HttpContent.Wrapper
 
getETag() - Method in class org.eclipse.jetty.http.content.PreCompressedHttpContent
 
getETag() - Method in class org.eclipse.jetty.http.content.ResourceHttpContent
 
getEtagSuffix() - Method in class org.eclipse.jetty.http.CompressedContentFormat
 
getETagValue() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.CachedHttpContent
 
getETagValue() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.NotFoundHttpContent
 
getETagValue() - Method in interface org.eclipse.jetty.http.content.HttpContent
 
getETagValue() - Method in class org.eclipse.jetty.http.content.HttpContent.Wrapper
 
getETagValue() - Method in class org.eclipse.jetty.http.content.PreCompressedHttpContent
 
getETagValue() - Method in class org.eclipse.jetty.http.content.ResourceHttpContent
 
getEventListeners() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
getEventListeners() - Method in interface org.eclipse.jetty.util.component.Container
Get the beans added to the container that are EventListeners.
getEventsPerSecond() - Method in class org.eclipse.jetty.http2.WindowRateControl
 
getEvictionPolicy() - Method in class org.eclipse.jetty.session.AbstractSessionCache
 
getEvictionPolicy() - Method in class org.eclipse.jetty.session.AbstractSessionCacheFactory
 
getEvictionPolicy() - Method in class org.eclipse.jetty.session.NullSessionCacheFactory
 
getEvictionPolicy() - Method in interface org.eclipse.jetty.session.SessionCache
 
getExchanges() - Method in class org.eclipse.jetty.client.transport.HttpConversation
 
getExcludeCipherSuites() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getExcluded() - Method in class org.eclipse.jetty.util.IncludeExcludeSet
 
getExcludedAddresses() - Method in class org.eclipse.jetty.client.ProxyConfiguration.Proxy
 
getExcludedInflationPaths() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Get the current filter list of excluded Path Specs for request inflation.
getExcludedMethodList() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Get the excluded filter list of HTTP methods in CSV format
getExcludedMethods() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Get the current filter list of excluded HTTP methods
getExcludedMimeTypes() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Get the current filter list of excluded MIME types
getExcludedPaths() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Get the current filter list of excluded Path Specs
getExcludeProtocols() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getExecutor() - Method in class org.eclipse.jetty.client.HttpClient
 
getExecutor() - Method in class org.eclipse.jetty.http.spi.DelegatingThreadPool
 
getExecutor() - Method in class org.eclipse.jetty.http.spi.JettyHttpServer
 
getExecutor() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getExecutor() - Method in class org.eclipse.jetty.io.AbstractConnection
 
getExecutor() - Method in class org.eclipse.jetty.io.ClientConnector
 
getExecutor() - Method in class org.eclipse.jetty.io.SelectorManager
 
getExecutor() - Method in class org.eclipse.jetty.quic.common.QuicSession
 
getExecutor() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getExecutor() - Method in interface org.eclipse.jetty.server.Connector
 
getExecutor() - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
getExecutor() - Method in class org.eclipse.jetty.util.SocketAddressResolver.Async
 
getExecutor() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
getExitCode() - Method in exception class org.eclipse.jetty.start.UsageException
 
getExpired(Set<String>) - Method in class org.eclipse.jetty.session.AbstractSessionDataStore
 
getExpired(Set<String>) - Method in class org.eclipse.jetty.session.CachingSessionDataStore
 
getExpired(Set<String>) - Method in interface org.eclipse.jetty.session.SessionDataStore
Called periodically, this method should search the data store for sessions that have been expired for a 'reasonable' amount of time.
getExpiredSessionsStatement(Connection, String, String, long) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
getExpireNanoTime() - Method in class org.eclipse.jetty.client.transport.HttpChannel
 
getExpireNanoTime() - Method in class org.eclipse.jetty.client.transport.HttpExchange
 
getExpireNanoTime() - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
getExpireNanoTime() - Method in class org.eclipse.jetty.http3.HTTP3Stream
 
getExpireNanoTime() - Method in interface org.eclipse.jetty.io.CyclicTimeouts.Expirable
Returns the expiration time in nanoseconds.
getExpireNanoTime() - Method in class org.eclipse.jetty.quic.server.ServerQuicSession
 
getExpires() - Method in interface org.eclipse.jetty.http.HttpCookie
 
getExpires() - Method in class org.eclipse.jetty.http.HttpCookie.Wrapper
 
getExpiry() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
getExpiry() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.ExpiryInfo
 
getExpiry() - Method in class org.eclipse.jetty.session.SessionData
 
getExpiryFromFilename(String) - Method in class org.eclipse.jetty.session.FileSessionDataStore
 
getExpirySec() - Method in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
Expiry time for memached entries.
getExpirySec() - Method in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMapFactory
 
getExpiryTimeColumn() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
getExtendedId() - Method in interface org.eclipse.jetty.server.Session
 
getExtendedId() - Method in class org.eclipse.jetty.session.ManagedSession
 
getExtendedId(String, Request) - Method in class org.eclipse.jetty.session.DefaultSessionIdManager
Get the session ID with any worker ID.
getExtendedId(String, Request) - Method in interface org.eclipse.jetty.session.SessionIdManager
Get an extended id for a session.
getExtension() - Method in class org.eclipse.jetty.http.CompressedContentFormat
 
getExtension() - Method in class org.eclipse.jetty.start.fileinits.MavenMetadata.Snapshot
 
getExtension(String) - Static method in class org.eclipse.jetty.util.FileID
Retrieve the extension of a file path (not a directory).
getExtension(URI) - Static method in class org.eclipse.jetty.util.FileID
Retrieve the extension of a URI path.
getExtension(Path) - Static method in class org.eclipse.jetty.util.FileID
Retrieve the extension of a file path (not a directory).
getFactories(SslContextFactory.Server, ConnectionFactory...) - Static method in class org.eclipse.jetty.server.AbstractConnectionFactory
 
getFailure() - Method in class org.eclipse.jetty.client.Result
 
getFailure() - Method in class org.eclipse.jetty.http2.frames.FailureFrame
 
getFailure() - Method in interface org.eclipse.jetty.io.Content.Chunk
Get a failure (which may be from a failure or a warning), if any, associated with the chunk.
getFailure(HttpChannelState) - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelResponse
 
getFailureListener() - Method in class org.eclipse.jetty.client.RequestListeners
 
getFamily() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1.Tag
 
getFamily() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
 
getField(int) - Method in interface org.eclipse.jetty.http.HttpFields
Get a Field by index.
getField(int) - Method in class org.eclipse.jetty.http.HttpFields.ImmutableHttpFields
 
getField(int) - Method in class org.eclipse.jetty.http.HttpFields.MutableHttpFields
Get a Field by index.
getField(int) - Method in class org.eclipse.jetty.http3.qpack.internal.metadata.Http3Fields
 
getField(int) - Method in class org.eclipse.jetty.server.internal.ResponseHttpFields
 
getField(String) - Method in interface org.eclipse.jetty.http.HttpFields
 
getField(String) - Method in class org.eclipse.jetty.http.HttpFields.ImmutableHttpFields
 
getField(HttpHeader) - Method in interface org.eclipse.jetty.http.HttpFields
 
getField(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields.ImmutableHttpFields
 
getFieldCache() - Method in class org.eclipse.jetty.http.HttpParser
 
getFieldNames() - Method in interface org.eclipse.jetty.http.HttpFields
getFieldNamesCollection() - Method in interface org.eclipse.jetty.http.HttpFields
Get Set of header names.
getFields(String) - Method in interface org.eclipse.jetty.http.HttpFields
 
getFields(HttpHeader) - Method in interface org.eclipse.jetty.http.HttpFields
Get multiple fields of the same header
getFile() - Method in class org.eclipse.jetty.start.TextFile
 
getFileMatcher() - Method in class org.eclipse.jetty.start.PathFinder
 
getFilename() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
getFileName() - Method in class org.eclipse.jetty.http.MultiPart.AbstractPartsListener
 
getFileName() - Method in class org.eclipse.jetty.http.MultiPart.Part
Returns the file name of this part, as specified by the HttpHeader.CONTENT_DISPOSITION's filename parameter.
getFileName() - Method in class org.eclipse.jetty.server.RequestLogWriter
Retrieve the output file name of the request log.
getFileName() - Method in class org.eclipse.jetty.util.resource.CombinedResource
 
getFileName() - Method in class org.eclipse.jetty.util.resource.MemoryResource
 
getFileName() - Method in class org.eclipse.jetty.util.resource.PathResource
 
getFileName() - Method in class org.eclipse.jetty.util.resource.Resource
The file name of the resource.
getFileName(String) - Static method in class org.eclipse.jetty.util.FileID
Get the last segment of a String path returning it as the filename
getFileName(URI) - Static method in class org.eclipse.jetty.util.FileID
Get the last segment of the URI returning it as the filename
getFilenameDateFormat() - Method in class org.eclipse.jetty.server.RequestLogWriter
Retrieve the file name date format string.
getFilenameFilter() - Method in class org.eclipse.jetty.util.Scanner
Deprecated.
getFiles() - Method in class org.eclipse.jetty.start.Module
 
getFiles() - Method in class org.eclipse.jetty.start.StartArgs
 
getFilesDirectory() - Method in class org.eclipse.jetty.http.MultiPartFormData.Parser
 
getFillInterest() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
getFilters() - Method in class org.eclipse.jetty.http.spi.JettyHttpContext
 
getFirst(String) - Method in class org.eclipse.jetty.http.MultiPartFormData.Parts
Returns the first MultiPart.Part with the given name, or null if no MultiPart.Part with that name exists.
getFlowControlStrategy() - Method in class org.eclipse.jetty.http2.HTTP2Session
 
getFlowControlStrategyFactory() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getFlowControlStrategyFactory() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
 
getFlusher() - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpConnectionOverFCGI
 
getForcedHost() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
getFormatString() - Method in class org.eclipse.jetty.server.CustomRequestLog
Retrieve the format string.
getFormatString() - Method in class org.eclipse.jetty.util.DateCache
 
getFormEncodedCharset(Request) - Static method in class org.eclipse.jetty.server.FormFields
 
getFormEncodedMethods() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getForwardedCipherSuiteHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
getForwardedForHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
getForwardedHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
getForwardedHostHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
getForwardedHttpsHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
getForwardedPortAsAuthority() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
getForwardedPortHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
getForwardedProtoHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
Get the forwardedProtoHeader.
getForwardedServerHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
getForwardedSslSessionIdHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
getFragment() - Method in interface org.eclipse.jetty.http.HttpURI
 
getFragment() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
getFragment() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
getFrameBytesGenerated() - Method in class org.eclipse.jetty.http2.HTTP2Session.Entry
 
getFrameLength() - Method in class org.eclipse.jetty.http3.parser.HeaderParser
 
getFrameQueueSize() - Method in class org.eclipse.jetty.http2.internal.HTTP2Flusher
 
getFrames() - Method in class org.eclipse.jetty.http2.HTTP2Stream.FrameList
 
getFrameType() - Method in class org.eclipse.jetty.fcgi.parser.HeaderParser
 
getFrameType() - Method in class org.eclipse.jetty.http2.parser.BodyParser
 
getFrameType() - Method in class org.eclipse.jetty.http2.parser.HeaderParser
 
getFrameType() - Method in class org.eclipse.jetty.http2.parser.Parser
 
getFrameType() - Method in class org.eclipse.jetty.http3.frames.Frame
 
getFrameType() - Method in class org.eclipse.jetty.http3.parser.HeaderParser
 
getFrom() - Method in class org.eclipse.jetty.deploy.graph.Edge
 
getGenerator() - Method in class org.eclipse.jetty.http2.HTTP2Session
 
getGenerator() - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
getGracePeriodSec() - Method in class org.eclipse.jetty.session.AbstractSessionDataStore
 
getGracePeriodSec() - Method in class org.eclipse.jetty.session.AbstractSessionDataStoreFactory
 
getGroup() - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
The spec group.
getGroup() - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
getGroup() - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
getGroup() - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
getGroupId() - Method in class org.eclipse.jetty.start.fileinits.MavenMetadata
 
getGroups(Subject) - Method in class org.eclipse.jetty.security.jaas.JAASLoginService
Get all of the groups for the user.
getGzipEquivalentFileExtensions() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
getGzipEquivalentFileExtensions() - Method in class org.eclipse.jetty.server.ResourceService
 
getHandler() - Method in class org.eclipse.jetty.http.HttpParser
 
getHandler() - Method in class org.eclipse.jetty.http.spi.JettyHttpContext
 
getHandler() - Method in class org.eclipse.jetty.http3.qpack.internal.parser.EncodedFieldSection
 
getHandler() - Method in class org.eclipse.jetty.server.handler.DelayedHandler.DelayedProcess
 
getHandler() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
getHandler() - Method in interface org.eclipse.jetty.server.Handler.Singleton
 
getHandler() - Method in class org.eclipse.jetty.server.Handler.Wrapper
 
getHandler() - Method in class org.eclipse.jetty.server.internal.MultiPartParser
 
getHandler() - Method in class org.eclipse.jetty.session.SessionHandler
 
getHandlers() - Method in interface org.eclipse.jetty.server.Handler.Container
 
getHandlers() - Method in class org.eclipse.jetty.server.handler.PathMappingsHandler
 
getHandlers() - Method in class org.eclipse.jetty.server.Handler.Sequence
 
getHandlers() - Method in interface org.eclipse.jetty.server.Handler.Singleton
 
getHandlingFailures() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getHeader() - Method in class org.eclipse.jetty.client.Authentication.HeaderInfo
 
getHeader() - Method in class org.eclipse.jetty.http.HttpField
 
getHeaderCacheSize() - Method in class org.eclipse.jetty.client.transport.HttpClientTransportOverHTTP
 
getHeaderCacheSize() - Method in class org.eclipse.jetty.http.HttpParser
 
getHeaderCacheSize() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getHeaderInfo(String) - Method in class org.eclipse.jetty.client.AuthenticationProtocolHandler
 
getHeaderLength() - Method in class org.eclipse.jetty.http.HttpParser
 
getHeaderName() - Method in class org.eclipse.jetty.rewrite.handler.ForceRequestHeaderValueRule
 
getHeaderName() - Method in class org.eclipse.jetty.rewrite.handler.HeaderPatternRule
 
getHeaderName() - Method in class org.eclipse.jetty.rewrite.handler.HeaderRegexRule
 
getHeaderName() - Method in class org.eclipse.jetty.rewrite.handler.HeaderRule
 
getHeaders() - Method in class org.eclipse.jetty.client.internal.HttpContentResponse
 
getHeaders() - Method in interface org.eclipse.jetty.client.Request
 
getHeaders() - Method in interface org.eclipse.jetty.client.Response
 
getHeaders() - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
getHeaders() - Method in class org.eclipse.jetty.client.transport.HttpResponse
 
getHeaders() - Method in class org.eclipse.jetty.http.MultiPart.Part
 
getHeaders() - Method in class org.eclipse.jetty.server.handler.gzip.GzipRequest
 
getHeaders() - Method in class org.eclipse.jetty.server.handler.gzip.HeaderWrappingRequest
 
getHeaders() - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelRequest
 
getHeaders() - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelResponse
 
getHeaders() - Method in interface org.eclipse.jetty.server.Request
 
getHeaders() - Method in class org.eclipse.jetty.server.Request.Wrapper
 
getHeaders() - Method in interface org.eclipse.jetty.server.Response
 
getHeaders() - Method in class org.eclipse.jetty.server.Response.Wrapper
 
getHeadersListener() - Method in class org.eclipse.jetty.client.RequestListeners
 
getHeadersNanoTime() - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelRequest
 
getHeadersNanoTime() - Method in interface org.eclipse.jetty.server.Request
Get the nanoTime at which the request headers were parsed, obtained via System.nanoTime().
getHeadersNanoTime() - Method in class org.eclipse.jetty.server.Request.Wrapper
 
getHeaderValue() - Method in class org.eclipse.jetty.rewrite.handler.ForceRequestHeaderValueRule
 
getHeaderValue() - Method in class org.eclipse.jetty.rewrite.handler.HeaderPatternRule
 
getHeaderValue() - Method in class org.eclipse.jetty.rewrite.handler.HeaderRegexRule
 
getHeaderValue() - Method in class org.eclipse.jetty.rewrite.handler.HeaderRule
 
getHeapByteBufferCount() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
 
getHeapMemory() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
 
getHexDigit() - Method in class org.eclipse.jetty.http.HttpTokens.Token
 
getHi() - Method in class org.eclipse.jetty.util.AtomicBiInteger
 
getHi(long) - Static method in class org.eclipse.jetty.util.AtomicBiInteger
Gets a hi value from the given encoded value.
getHitList() - Method in class org.eclipse.jetty.start.PathFinder
 
getHits() - Method in class org.eclipse.jetty.start.PathFinder
 
getHome() - Method in class org.eclipse.jetty.start.BaseHome
 
getHomePath() - Method in class org.eclipse.jetty.start.BaseHome
 
getHomePath() - Method in class org.eclipse.jetty.start.config.CommandLineConfigSource
 
getHost() - Method in class org.eclipse.jetty.client.Origin.Address
 
getHost() - Method in interface org.eclipse.jetty.client.Request
 
getHost() - Method in class org.eclipse.jetty.client.transport.HttpDestination
 
getHost() - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
getHost() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
getHost() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStoreFactory
 
getHost() - Method in class org.eclipse.jetty.http.HostPortHttpField
Get the host.
getHost() - Method in interface org.eclipse.jetty.http.HttpURI
 
getHost() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
getHost() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
getHost() - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStoreFactory
 
getHost() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
getHost() - Method in interface org.eclipse.jetty.server.NetworkConnector
 
getHost() - Method in class org.eclipse.jetty.util.HostPort
Get the host.
getHostField() - Method in class org.eclipse.jetty.client.transport.HttpDestination
 
getHostHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
getHostName() - Method in class org.eclipse.jetty.security.SPNEGOLoginService
 
getHostnameVerifier() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getHostPort() - Method in class org.eclipse.jetty.http.HostPortHttpField
 
getHosts() - Method in class org.eclipse.jetty.util.ssl.X509
 
getHpackContext() - Method in class org.eclipse.jetty.http2.hpack.HpackDecoder
 
getHpackContext() - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
 
getHpackDecoder() - Method in class org.eclipse.jetty.http2.parser.Parser
 
getHpackEncoder() - Method in class org.eclipse.jetty.http2.generator.Generator
 
getHTTP2Client() - Method in class org.eclipse.jetty.http2.client.transport.HttpClientTransportOverHTTP2
 
getHTTP3Client() - Method in class org.eclipse.jetty.http3.client.transport.HttpClientTransportOverHTTP3
 
getHTTP3Configuration() - Method in class org.eclipse.jetty.http3.client.HTTP3Client
 
getHTTP3Configuration() - Method in class org.eclipse.jetty.http3.server.AbstractHTTP3ServerConnectionFactory
 
getHttpChannel() - Method in class org.eclipse.jetty.client.transport.HttpReceiver
 
getHttpChannel() - Method in class org.eclipse.jetty.client.transport.HttpSender
 
getHttpChannel() - Method in class org.eclipse.jetty.client.transport.internal.HttpConnectionOverHTTP
 
getHttpChannel() - Method in class org.eclipse.jetty.client.transport.internal.HttpReceiverOverHTTP
 
getHttpChannel() - Method in class org.eclipse.jetty.client.transport.internal.HttpSenderOverHTTP
 
getHttpChannel() - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpReceiverOverFCGI
 
getHttpChannel() - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpSenderOverFCGI
 
getHttpChannel() - Method in class org.eclipse.jetty.fcgi.server.internal.HttpStreamOverFCGI
 
getHttpChannel() - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpReceiverOverHTTP2
 
getHttpChannel() - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpSenderOverHTTP2
 
getHttpChannel() - Method in class org.eclipse.jetty.http3.client.transport.internal.HttpReceiverOverHTTP3
 
getHttpChannel() - Method in class org.eclipse.jetty.http3.client.transport.internal.HttpSenderOverHTTP3
 
getHttpChannel() - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
getHttpChannels() - Method in class org.eclipse.jetty.client.transport.HttpConnection
 
getHttpChannels() - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpConnectionOverHTTP2
 
getHttpChannels() - Method in class org.eclipse.jetty.http3.client.transport.internal.HttpConnectionOverHTTP3
 
getHttpClient() - Method in class org.eclipse.jetty.client.AbstractHttpClientTransport
 
getHttpClient() - Method in class org.eclipse.jetty.client.AuthenticationProtocolHandler
 
getHttpClient() - Method in interface org.eclipse.jetty.client.Destination
 
getHttpClient() - Method in class org.eclipse.jetty.client.transport.HttpConnection
 
getHttpClient() - Method in class org.eclipse.jetty.client.transport.HttpDestination
 
getHttpClient() - Method in class org.eclipse.jetty.proxy.ProxyHandler
 
getHttpCompliance() - Method in class org.eclipse.jetty.client.HttpClient
Gets the http compliance mode for parsing http responses.
getHttpCompliance() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getHttpConfiguration() - Method in class org.eclipse.jetty.fcgi.server.internal.ServerFCGIConnection
 
getHttpConfiguration() - Method in class org.eclipse.jetty.http.spi.JettyHttpServer
 
getHttpConfiguration() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
 
getHttpConfiguration() - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerConnection
 
getHttpConfiguration() - Method in class org.eclipse.jetty.http3.server.AbstractHTTP3ServerConnectionFactory
 
getHttpConfiguration() - Method in class org.eclipse.jetty.http3.server.internal.ServerHTTP3StreamConnection
 
getHttpConfiguration() - Method in interface org.eclipse.jetty.server.ConnectionMetaData
 
getHttpConfiguration() - Method in class org.eclipse.jetty.server.ConnectionMetaData.Wrapper
 
getHttpConfiguration() - Method in interface org.eclipse.jetty.server.HttpConfiguration.ConnectionFactory
 
getHttpConfiguration() - Method in class org.eclipse.jetty.server.HttpConnectionFactory
 
getHttpConfiguration() - Method in class org.eclipse.jetty.server.internal.HttpChannelState
 
getHttpConfiguration() - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
getHttpConnection() - Method in class org.eclipse.jetty.client.transport.internal.HttpChannelOverHTTP
 
getHttpConnection() - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpChannelOverFCGI
 
getHttpConnection() - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpChannelOverHTTP2
 
getHttpConnection() - Method in class org.eclipse.jetty.http3.client.transport.internal.HttpChannelOverHTTP3
 
getHttpContentFactory() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
getHttpContentFactory() - Method in class org.eclipse.jetty.server.ResourceService
 
getHttpContext() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
 
getHttpContext() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchangeDelegate
 
getHttpContext() - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
 
getHttpCookie() - Method in class org.eclipse.jetty.server.HttpCookieUtils.SetCookieHttpField
 
getHttpCookieStore() - Method in class org.eclipse.jetty.client.HttpClient
 
getHttpDestination() - Method in class org.eclipse.jetty.client.transport.HttpChannel
 
getHttpDestination() - Method in class org.eclipse.jetty.client.transport.HttpConnection
 
getHttpDestination() - Method in class org.eclipse.jetty.client.transport.HttpExchange
 
getHttpDestination() - Method in class org.eclipse.jetty.client.transport.HttpReceiver
 
getHttpDestination() - Method in class org.eclipse.jetty.client.transport.internal.HttpConnectionOverHTTP
 
getHttpDestination() - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpConnectionOverFCGI
 
getHttpExchange() - Method in class org.eclipse.jetty.client.transport.HttpChannel
Returns the HttpExchange currently associated with this channel, possibly null.
getHttpExchange() - Method in class org.eclipse.jetty.client.transport.HttpReceiver
 
getHttpExchange() - Method in class org.eclipse.jetty.client.transport.HttpSender
 
getHttpExchanges() - Method in class org.eclipse.jetty.client.transport.HttpDestination
 
getHttpField() - Method in class org.eclipse.jetty.http2.hpack.HpackContext.Entry
 
getHttpField() - Method in class org.eclipse.jetty.http3.qpack.internal.table.Entry
 
getHttpFields() - Method in class org.eclipse.jetty.http.MetaData
 
getHttpHandler() - Method in class org.eclipse.jetty.http.spi.HttpSpiContextHandler
 
getHttpReceiver() - Method in class org.eclipse.jetty.client.transport.HttpChannel
 
getHttpReceiver() - Method in class org.eclipse.jetty.client.transport.internal.HttpChannelOverHTTP
 
getHttpReceiver() - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpChannelOverFCGI
 
getHttpReceiver() - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpChannelOverHTTP2
 
getHttpReceiver() - Method in class org.eclipse.jetty.http3.client.transport.internal.HttpChannelOverHTTP3
 
getHttpSender() - Method in class org.eclipse.jetty.client.transport.HttpChannel
 
getHttpSender() - Method in class org.eclipse.jetty.client.transport.internal.HttpChannelOverHTTP
 
getHttpSender() - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpChannelOverFCGI
 
getHttpSender() - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpChannelOverHTTP2
 
getHttpSender() - Method in class org.eclipse.jetty.http3.client.transport.internal.HttpChannelOverHTTP3
 
getHttpStream() - Method in class org.eclipse.jetty.server.internal.HttpChannelState
 
getHttpURI() - Method in class org.eclipse.jetty.http.MetaData.Request
 
getHttpURI() - Method in class org.eclipse.jetty.rewrite.handler.Rule.HttpURIHandler
 
getHttpURI() - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelRequest
 
getHttpURI() - Method in interface org.eclipse.jetty.server.Request
 
getHttpURI() - Method in class org.eclipse.jetty.server.Request.Wrapper
 
getHttpURIRewriter() - Method in class org.eclipse.jetty.proxy.ProxyHandler.Reverse
 
getHttpVersion() - Method in class org.eclipse.jetty.fcgi.server.internal.ServerFCGIConnection
 
getHttpVersion() - Method in class org.eclipse.jetty.http.Http10FieldPreEncoder
 
getHttpVersion() - Method in class org.eclipse.jetty.http.Http11FieldPreEncoder
 
getHttpVersion() - Method in interface org.eclipse.jetty.http.HttpFieldPreEncoder
The major version this encoder is for.
getHttpVersion() - Method in class org.eclipse.jetty.http.MetaData
 
getHttpVersion() - Method in class org.eclipse.jetty.http2.hpack.HpackFieldPreEncoder
 
getHttpVersion() - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerConnection
 
getHttpVersion() - Method in class org.eclipse.jetty.http3.qpack.QpackFieldPreEncoder
 
getHttpVersion() - Method in class org.eclipse.jetty.http3.server.internal.ServerHTTP3StreamConnection
 
getHttpVersion() - Method in interface org.eclipse.jetty.server.ConnectionMetaData
 
getHttpVersion() - Method in class org.eclipse.jetty.server.ConnectionMetaData.Wrapper
 
getHttpVersion() - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
getId() - Method in class org.eclipse.jetty.fcgi.server.internal.HttpStreamOverFCGI
 
getId() - Method in class org.eclipse.jetty.fcgi.server.internal.ServerFCGIConnection
 
getId() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
getId() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.ExpiryInfo
 
getId() - Method in interface org.eclipse.jetty.http2.api.Stream
 
getId() - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
getId() - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerConnection
 
getId() - Method in class org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2
 
getId() - Method in interface org.eclipse.jetty.http3.api.Stream
 
getId() - Method in class org.eclipse.jetty.http3.HTTP3Stream
 
getId() - Method in class org.eclipse.jetty.http3.server.internal.HttpStreamOverHTTP3
 
getId() - Method in class org.eclipse.jetty.http3.server.internal.ServerHTTP3StreamConnection
 
getId() - Method in interface org.eclipse.jetty.server.ConnectionMetaData
 
getId() - Method in class org.eclipse.jetty.server.ConnectionMetaData.Wrapper
 
getId() - Method in interface org.eclipse.jetty.server.HttpStream
 
getId() - Method in class org.eclipse.jetty.server.HttpStream.Wrapper
 
getId() - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelRequest
 
getId() - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
getId() - Method in class org.eclipse.jetty.server.internal.HttpConnection.HttpStreamOverHTTP1
 
getId() - Method in interface org.eclipse.jetty.server.Request
an ID unique within the lifetime scope of the ConnectionMetaData.getId()).
getId() - Method in class org.eclipse.jetty.server.Request.Wrapper
 
getId() - Method in interface org.eclipse.jetty.server.Session
 
getId() - Method in class org.eclipse.jetty.session.ManagedSession
 
getId() - Method in class org.eclipse.jetty.session.SessionData
 
getId() - Method in exception class org.eclipse.jetty.session.UnreadableSessionDataException
 
getId() - Method in exception class org.eclipse.jetty.session.UnwriteableSessionDataException
 
getId() - Method in class org.eclipse.jetty.start.config.CommandLineConfigSource
 
getId() - Method in interface org.eclipse.jetty.start.config.ConfigSource
The identifier for this source.
getId() - Method in class org.eclipse.jetty.start.config.DirConfigSource
 
getId(String) - Method in class org.eclipse.jetty.session.DefaultSessionIdManager
Get the session ID without any worker ID.
getId(String) - Method in interface org.eclipse.jetty.session.SessionIdManager
Get just the session id from an id that includes the worker name as a suffix.
getIdColumn() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
getIdentityService() - Method in class org.eclipse.jetty.security.AbstractLoginService
 
getIdentityService() - Method in interface org.eclipse.jetty.security.Authenticator.Configuration
 
getIdentityService() - Method in class org.eclipse.jetty.security.Authenticator.Configuration.Wrapper
 
getIdentityService() - Method in class org.eclipse.jetty.security.EmptyLoginService
 
getIdentityService() - Method in class org.eclipse.jetty.security.jaas.JAASLoginService
Get the identityService.
getIdentityService() - Method in interface org.eclipse.jetty.security.LoginService
Get the IdentityService associated with this Login Service.
getIdentityService() - Method in class org.eclipse.jetty.security.SecurityHandler
Get the identityService.
getIdentityService() - Method in class org.eclipse.jetty.security.SPNEGOLoginService
 
getIdFromFilename(String) - Method in class org.eclipse.jetty.session.FileSessionDataStore
 
getIdle() - Method in class org.eclipse.jetty.client.transport.HttpDestination
 
getIdleConnectionCount() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
getIdleCount() - Method in interface org.eclipse.jetty.util.Pool
 
getIdleCount() - Method in class org.eclipse.jetty.util.Pool.Wrapper
 
getIdleFor() - Method in class org.eclipse.jetty.io.IdleTimeout
 
getIdleThreads() - Method in class org.eclipse.jetty.http.spi.DelegatingThreadPool
 
getIdleThreads() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
getIdleThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
The number of idle threads, but without including reserved threads.
getIdleThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPool
 
getIdleTimeout() - Method in class org.eclipse.jetty.client.HttpClient
 
getIdleTimeout() - Method in interface org.eclipse.jetty.client.Request
 
getIdleTimeout() - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
getIdleTimeout() - Method in class org.eclipse.jetty.fcgi.server.internal.HttpStreamOverFCGI
 
getIdleTimeout() - Method in interface org.eclipse.jetty.http2.api.Stream
 
getIdleTimeout() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getIdleTimeout() - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
getIdleTimeout() - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
 
getIdleTimeout() - Method in class org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2
 
getIdleTimeout() - Method in class org.eclipse.jetty.http3.HTTP3Session
 
getIdleTimeout() - Method in class org.eclipse.jetty.http3.HTTP3Stream
 
getIdleTimeout() - Method in class org.eclipse.jetty.http3.server.internal.HttpStreamOverHTTP3
 
getIdleTimeout() - Method in class org.eclipse.jetty.io.ClientConnector
 
getIdleTimeout() - Method in interface org.eclipse.jetty.io.EndPoint
Get the max idle time in ms.
getIdleTimeout() - Method in class org.eclipse.jetty.io.IdleTimeout
 
getIdleTimeout() - Method in class org.eclipse.jetty.io.ssl.SslConnection.SslEndPoint
 
getIdleTimeout() - Method in class org.eclipse.jetty.quic.common.ProtocolSession
 
getIdleTimeout() - Method in class org.eclipse.jetty.quic.common.QuicSession
 
getIdleTimeout() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getIdleTimeout() - Method in class org.eclipse.jetty.server.ConnectionLimit
 
getIdleTimeout() - Method in interface org.eclipse.jetty.server.Connector
 
getIdleTimeout() - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
getIdleTimeout() - Method in class org.eclipse.jetty.server.HttpConfiguration
The max idle time is applied to an HTTP request for IO operations and delayed dispatch.
getIdleTimeout() - Method in interface org.eclipse.jetty.server.HttpStream
 
getIdleTimeout() - Method in class org.eclipse.jetty.server.HttpStream.Wrapper
 
getIdleTimeout() - Method in class org.eclipse.jetty.server.internal.HttpConnection.HttpStreamOverHTTP1
 
getIdleTimeout() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
getIdleTimeout() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
getIdleTimeout() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getIdleTimeoutMs() - Method in class org.eclipse.jetty.server.handler.IdleTimeoutHandler
 
getIdleTimeoutMs() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
getIdMap() - Method in class org.eclipse.jetty.xml.XmlConfiguration
Get the map of ID String to Objects that is used to hold and lookup any objects by ID.
getIdWithContext(String) - Method in class org.eclipse.jetty.session.FileSessionDataStore
Get the session id with its context.
getIdWithContextAndExpiry(SessionData) - Method in class org.eclipse.jetty.session.FileSessionDataStore
Get the session id with its context and its expiry time
getIdWithContextFromFilename(String) - Method in class org.eclipse.jetty.session.FileSessionDataStore
Extract the session id and context from the filename
getIgnorePaths() - Method in class org.eclipse.jetty.server.CustomRequestLog
Retrieve the request paths that will not be logged.
getImpl() - Method in class org.eclipse.jetty.util.Uptime
 
getImplementationConfiguration() - Method in class org.eclipse.jetty.quic.common.QuicConfiguration
 
getIncludeCipherSuites() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getIncluded() - Method in class org.eclipse.jetty.util.IncludeExcludeSet
 
getIncludedAddresses() - Method in class org.eclipse.jetty.client.ProxyConfiguration.Proxy
 
getIncludedInflationPaths() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Get the current filter list of included Path Specs for request inflation.
getIncludedMethodList() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Get the included filter list of HTTP methods in CSV format
getIncludedMethods() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Get the current filter list of included HTTP Methods
getIncludedMimeTypes() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Get the current filter list of included MIME types
getIncludedPaths() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Get the current filter list of included Path Specs
getIncludeProtocols() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getIncrement() - Method in class org.eclipse.jetty.http3.qpack.internal.instruction.InsertCountIncrementInstruction
 
getIndex() - Method in class org.eclipse.jetty.http3.qpack.internal.instruction.DuplicateInstruction
 
getIndex() - Method in class org.eclipse.jetty.http3.qpack.internal.instruction.IndexedNameEntryInstruction
 
getIndex() - Method in class org.eclipse.jetty.http3.qpack.internal.table.Entry
 
getInferredMap() - Method in class org.eclipse.jetty.http.MimeTypes
 
getInferredMap() - Method in class org.eclipse.jetty.http.MimeTypes.Wrapper
 
getInflateBufferSize() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Get the size (in bytes) of the Inflater buffer used to inflate compressed requests.
getInflaterPool() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Get the InflaterPool being used.
getIniSection() - Method in class org.eclipse.jetty.start.Module
 
getIniTemplate() - Method in class org.eclipse.jetty.start.Module
 
getInitialContext(Hashtable) - Method in class org.eclipse.jetty.jndi.InitialContextFactory
Get Context that has access to default Namespace.
getInitialMaxData() - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
 
getInitialMaxMultiplex() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
getInitialMaxMultiplex() - Method in class org.eclipse.jetty.client.MultiplexConnectionPool
 
getInitialMaxStreamDataBidiLocal() - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
 
getInitialMaxStreamDataBidiRemote() - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
 
getInitialMaxStreamDataUni() - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
 
getInitialMaxStreamsBidi() - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
 
getInitialMaxStreamsUni() - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
 
getInitialSessionRecvWindow() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getInitialSessionRecvWindow() - Method in class org.eclipse.jetty.http2.HTTP2Session
 
getInitialSessionRecvWindow() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
 
getInitialStreamRecvWindow() - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
 
getInitialStreamRecvWindow() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getInitialStreamRecvWindow() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
 
getInitialStreamSendWindow() - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
 
getInputBufferSize() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getInputBufferSize() - Method in class org.eclipse.jetty.http3.HTTP3Configuration
 
getInputBufferSize() - Method in class org.eclipse.jetty.io.AbstractConnection
 
getInputBufferSize() - Method in class org.eclipse.jetty.quic.server.QuicServerConnector
 
getInputBufferSize() - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
 
getInputStream() - Method in class org.eclipse.jetty.client.InputStreamResponseListener
Returns an InputStream providing the response content bytes.
getInsertCount() - Method in class org.eclipse.jetty.http3.qpack.internal.table.DynamicTable
 
getInsertSessionStatementAsString() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
getInstance() - Static method in class org.eclipse.jetty.server.ShutdownMonitor
 
getInstance() - Static method in class org.eclipse.jetty.start.StartLog
 
getInstance() - Static method in class org.eclipse.jetty.util.thread.ShutdownThread
Returns the instance of the singleton
getInstance() - Static method in class org.eclipse.jetty.util.Uptime
 
getIntegersPerCacheLine() - Static method in class org.eclipse.jetty.util.MemoryUtils
 
getIntervalSec() - Method in class org.eclipse.jetty.session.HouseKeeper
Get the period between scavenge cycles.
getIntValue() - Method in class org.eclipse.jetty.http.HttpField
 
getIntValue() - Method in class org.eclipse.jetty.http.HttpField.IntValueHttpField
 
getIntValue() - Method in class org.eclipse.jetty.http.HttpField.LongValueHttpField
 
getIntValue() - Method in class org.eclipse.jetty.http.PreEncodedHttpField
 
getInUseCount() - Method in interface org.eclipse.jetty.util.Pool
 
getInUseCount() - Method in class org.eclipse.jetty.util.Pool.Wrapper
 
getInvocationType() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.ProxyProtocolConnection
 
getInvocationType() - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
getInvocationType() - Method in class org.eclipse.jetty.http2.internal.HTTP2Flusher
 
getInvocationType() - Method in class org.eclipse.jetty.http3.ControlFlusher
 
getInvocationType() - Method in class org.eclipse.jetty.http3.InstructionFlusher
 
getInvocationType() - Method in class org.eclipse.jetty.http3.MessageFlusher
 
getInvocationType() - Method in class org.eclipse.jetty.io.AbstractConnection
Deprecated.
getInvocationType() - Method in class org.eclipse.jetty.io.internal.ContentCopier
 
getInvocationType() - Method in class org.eclipse.jetty.io.internal.ContentSourceConsumer
 
getInvocationType() - Method in class org.eclipse.jetty.server.Handler.Abstract
 
getInvocationType() - Method in class org.eclipse.jetty.server.Handler.AbstractContainer
 
getInvocationType() - Method in class org.eclipse.jetty.server.handler.gzip.GzipResponseAndCallback
 
getInvocationType() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
getInvocationType() - Method in class org.eclipse.jetty.server.handler.ReHandlingErrorHandler
 
getInvocationType() - Method in class org.eclipse.jetty.server.Handler.Sequence
 
getInvocationType() - Method in class org.eclipse.jetty.server.Handler.Wrapper
 
getInvocationType() - Method in class org.eclipse.jetty.server.HttpStream.Wrapper
 
getInvocationType() - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelResponse
 
getInvocationType() - Method in class org.eclipse.jetty.server.internal.HttpChannelState
 
getInvocationType() - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
getInvocationType() - Method in class org.eclipse.jetty.server.internal.HttpConnection.HttpStreamOverHTTP1
 
getInvocationType() - Method in class org.eclipse.jetty.server.Server
 
getInvocationType() - Method in class org.eclipse.jetty.util.Callback.Completable
 
getInvocationType() - Method in class org.eclipse.jetty.util.Callback.Nested
 
getInvocationType() - Method in class org.eclipse.jetty.util.IteratingNestedCallback
 
getInvocationType() - Method in class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
Deprecated.
 
getInvocationType() - Method in interface org.eclipse.jetty.util.thread.Invocable
 
getInvocationType() - Method in class org.eclipse.jetty.util.thread.Invocable.ReadyTask
 
getInvocationType(Object) - Static method in interface org.eclipse.jetty.util.thread.Invocable
Get the invocation type of an Object.
getJettyContextHandler() - Method in class org.eclipse.jetty.http.spi.JettyHttpContext
 
getJettyEnvironment() - Method in class org.eclipse.jetty.start.StartArgs
 
getJPMS() - Method in class org.eclipse.jetty.start.Module
 
getJvmArgs() - Method in class org.eclipse.jetty.start.Module
 
getJvmArgs() - Method in class org.eclipse.jetty.start.StartArgs
Deprecated.
use StartArgs.getJvmArgSources() instead, as it will return source references with each arg.
getJvmArgSources() - Method in class org.eclipse.jetty.start.StartArgs
Return ordered Map of JVM arguments to Source (locations)
getKey() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.CachedHttpContent
 
getKey() - Method in interface org.eclipse.jetty.http.content.CachingHttpContentFactory.CachingHttpContent
 
getKey() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.NotFoundHttpContent
 
getKey() - Method in class org.eclipse.jetty.http.pathmap.MappedResource
 
getKey() - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
getKeyManagerFactoryAlgorithm() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getKeyManagerFactoryInstance() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getKeyManagerPassword() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getKeyManagers(KeyStore) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getKeyManagers(KeyStore) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
 
getKeys() - Method in class org.eclipse.jetty.session.SessionData
 
getKeyStore() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getKeyStore(Resource, String, String, String) - Static method in class org.eclipse.jetty.util.security.CertificateUtils
 
getKeyStorePassword() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getKeyStorePath() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getKeyStoreProvider() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getKeyStoreResource() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getKeyStoreType() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getKeyTabPath() - Method in class org.eclipse.jetty.security.SPNEGOLoginService
 
getKind() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
getKnown() - Method in interface org.eclipse.jetty.http.ComplianceViolation.Mode
 
getKnown() - Method in class org.eclipse.jetty.http.CookieCompliance
 
getKnown() - Method in class org.eclipse.jetty.http.HttpCompliance
 
getKnown() - Method in class org.eclipse.jetty.http.UriCompliance
 
getKnownAuthenticatorFactories() - Method in class org.eclipse.jetty.security.SecurityHandler
 
getKnownRoles() - Method in class org.eclipse.jetty.security.SecurityHandler
 
getKnownRoles() - Method in class org.eclipse.jetty.security.SecurityHandler.PathMapped
 
getLastAccessed() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
getLastAccessed() - Method in class org.eclipse.jetty.session.SessionData
 
getLastAccessedNanos() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.CachedHttpContent
 
getLastAccessedNanos() - Method in interface org.eclipse.jetty.http.content.CachingHttpContentFactory.CachingHttpContent
 
getLastAccessedNanos() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.NotFoundHttpContent
 
getLastAccessedTime() - Method in interface org.eclipse.jetty.server.Session
 
getLastAccessedTime() - Method in class org.eclipse.jetty.session.ManagedSession
 
getLastAccessTimeColumn() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
getLastId() - Method in class org.eclipse.jetty.http3.frames.GoAwayFrame
 
getLastModified() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.CachedHttpContent
 
getLastModified() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.NotFoundHttpContent
 
getLastModified() - Method in interface org.eclipse.jetty.http.content.HttpContent
 
getLastModified() - Method in class org.eclipse.jetty.http.content.HttpContent.Wrapper
 
getLastModified() - Method in class org.eclipse.jetty.http.content.PreCompressedHttpContent
 
getLastModified() - Method in class org.eclipse.jetty.http.content.ResourceHttpContent
 
getLastModifiedInstant() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.CachedHttpContent
 
getLastModifiedInstant() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.NotFoundHttpContent
 
getLastModifiedInstant() - Method in interface org.eclipse.jetty.http.content.HttpContent
 
getLastModifiedInstant() - Method in class org.eclipse.jetty.http.content.HttpContent.Wrapper
 
getLastModifiedInstant() - Method in class org.eclipse.jetty.http.content.PreCompressedHttpContent
 
getLastModifiedInstant() - Method in class org.eclipse.jetty.http.content.ResourceHttpContent
 
getLastModifiedValue() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.CachedHttpContent
 
getLastModifiedValue() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.NotFoundHttpContent
 
getLastModifiedValue() - Method in interface org.eclipse.jetty.http.content.HttpContent
 
getLastModifiedValue() - Method in class org.eclipse.jetty.http.content.HttpContent.Wrapper
 
getLastModifiedValue() - Method in class org.eclipse.jetty.http.content.PreCompressedHttpContent
 
getLastModifiedValue() - Method in class org.eclipse.jetty.http.content.ResourceHttpContent
 
getLastNode() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
getLastNode() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.ExpiryInfo
 
getLastNode() - Method in class org.eclipse.jetty.session.SessionData
 
getLastNodeColumn() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
getLastRemoteStreamId() - Method in class org.eclipse.jetty.http2.HTTP2Session
 
getLastSaved() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
getLastSaved() - Method in class org.eclipse.jetty.session.SessionData
 
getLastSavedTimeColumn() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
getLastStreamId() - Method in class org.eclipse.jetty.http2.frames.GoAwayFrame
 
getLastUpdated() - Method in class org.eclipse.jetty.start.fileinits.MavenMetadata
 
getLazyMatches(String) - Method in class org.eclipse.jetty.util.HostMap
Retrieve a lazy list of map entries associated with specified hostname by taking into account the domain suffix matches.
getLeasedThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
The fundamental value that represents the number of threads that are leased to internal components, and therefore cannot be used to execute transient jobs.
getLeasedThreads() - Method in class org.eclipse.jetty.util.thread.ThreadPoolBudget
 
getLeftMost(String) - Static method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
getLegacyMajor() - Method in class org.eclipse.jetty.start.Version
 
getLength() - Method in record class org.eclipse.jetty.http.ByteRange
 
getLength() - Method in class org.eclipse.jetty.http.MultiPart.AbstractContentSource
 
getLength() - Method in class org.eclipse.jetty.http.MultiPart.Part
 
getLength() - Method in class org.eclipse.jetty.http2.parser.HeaderParser
 
getLength() - Method in class org.eclipse.jetty.io.ByteBufferAccumulator
Get the amount of bytes which have been accumulated.
getLength() - Method in class org.eclipse.jetty.io.ByteBufferCallbackAccumulator
 
getLength() - Method in class org.eclipse.jetty.io.content.AsyncContent
 
getLength() - Method in class org.eclipse.jetty.io.content.ByteBufferContentSource
 
getLength() - Method in class org.eclipse.jetty.io.content.ChunksContentSource
 
getLength() - Method in class org.eclipse.jetty.io.content.OutputStreamContentSource
 
getLength() - Method in class org.eclipse.jetty.io.content.PathContentSource
 
getLength() - Method in interface org.eclipse.jetty.io.Content.Source
 
getLength() - Method in class org.eclipse.jetty.proxy.ProxyHandler.ProxyRequestContent
 
getLength() - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelRequest
 
getLength() - Method in class org.eclipse.jetty.server.Request.Wrapper
 
getLength() - Method in class org.eclipse.jetty.util.SearchPattern
 
getLength(String) - Static method in class org.eclipse.jetty.util.StringUtil
Get the length of a string where a null string is length 0.
getLibs() - Method in class org.eclipse.jetty.start.Module
 
getLicense() - Method in class org.eclipse.jetty.start.Module
 
getLifeCycle() - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
getLifeCycleBindings() - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
getLifecyleNode() - Method in class org.eclipse.jetty.deploy.DeploymentManager.AppEntry
 
getLine() - Method in class org.eclipse.jetty.start.RawArgs.Entry
 
getLineMatches(Pattern) - Method in class org.eclipse.jetty.start.TextFile
 
getLines() - Method in class org.eclipse.jetty.start.TextFile
 
getList(Object) - Static method in class org.eclipse.jetty.util.LazyList
Get the real List from a LazyList.
getList(Object, boolean) - Static method in class org.eclipse.jetty.util.LazyList
Get the real List from a LazyList.
getListener() - Method in interface org.eclipse.jetty.http2.api.Stream
 
getListener() - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
getListener() - Method in class org.eclipse.jetty.http2.parser.Parser
 
getListener() - Method in class org.eclipse.jetty.http2.parser.ServerParser
 
getListener() - Method in class org.eclipse.jetty.http3.client.HTTP3StreamClient
 
getListener() - Method in class org.eclipse.jetty.http3.HTTP3Session
 
getListener() - Method in class org.eclipse.jetty.http3.parser.MessageParser
 
getListener() - Method in class org.eclipse.jetty.http3.server.internal.HTTP3SessionServer
 
getListModules() - Method in class org.eclipse.jetty.start.StartArgs
 
getLiteralEntry(HttpField, boolean) - Static method in class org.eclipse.jetty.http3.qpack.internal.EncodableEntry
 
getLo() - Method in class org.eclipse.jetty.util.AtomicBiInteger
 
getLo(long) - Static method in class org.eclipse.jetty.util.AtomicBiInteger
Gets a lo value from the given encoded value.
getLoadStatement(Connection, String, SessionContext) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
getLocalAddr(Request) - Static method in interface org.eclipse.jetty.server.Request
 
getLocalAddress() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
 
getLocalAddress() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchangeDelegate
 
getLocalAddress() - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
 
getLocalAddress() - Method in interface org.eclipse.jetty.http2.api.Session
Deprecated.
getLocalAddress() - Method in class org.eclipse.jetty.http2.HTTP2Session
 
getLocalAddress() - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
 
getLocalAddress() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
getLocalAddress() - Method in interface org.eclipse.jetty.io.EndPoint
Deprecated.
getLocalAddress() - Method in class org.eclipse.jetty.quic.common.QuicSession
 
getLocalAddress() - Method in class org.eclipse.jetty.server.HttpConfiguration
Get the SocketAddress override to be reported as the local address of all connections
getLocalAddress() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
getLocalCloseInfo() - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
 
getLocalCloseInfo() - Method in class org.eclipse.jetty.quic.quiche.QuicheConnection
 
getLocales(Request) - Static method in interface org.eclipse.jetty.server.Request
 
getLocalPort() - Method in class org.eclipse.jetty.quic.server.QuicServerConnector
 
getLocalPort() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
getLocalPort() - Method in interface org.eclipse.jetty.server.NetworkConnector
 
getLocalPort() - Method in class org.eclipse.jetty.server.ServerConnector
 
getLocalPort(Request) - Static method in interface org.eclipse.jetty.server.Request
 
getLocalSocketAddress() - Method in class org.eclipse.jetty.fcgi.server.internal.ServerFCGIConnection
 
getLocalSocketAddress() - Method in interface org.eclipse.jetty.http2.api.Session
 
getLocalSocketAddress() - Method in class org.eclipse.jetty.http2.HTTP2Session
 
getLocalSocketAddress() - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
 
getLocalSocketAddress() - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerConnection
 
getLocalSocketAddress() - Method in interface org.eclipse.jetty.http3.api.Session
 
getLocalSocketAddress() - Method in class org.eclipse.jetty.http3.HTTP3Session
 
getLocalSocketAddress() - Method in class org.eclipse.jetty.http3.server.internal.ServerHTTP3StreamConnection
 
getLocalSocketAddress() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
getLocalSocketAddress() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
getLocalSocketAddress() - Method in interface org.eclipse.jetty.io.EndPoint
 
getLocalSocketAddress() - Method in class org.eclipse.jetty.io.SelectableChannelEndPoint
 
getLocalSocketAddress() - Method in class org.eclipse.jetty.io.ssl.SslConnection.SslEndPoint
 
getLocalSocketAddress() - Method in class org.eclipse.jetty.quic.common.QuicStreamEndPoint
 
getLocalSocketAddress() - Method in interface org.eclipse.jetty.server.ConnectionMetaData
 
getLocalSocketAddress() - Method in class org.eclipse.jetty.server.ConnectionMetaData.Wrapper
 
getLocalSocketAddress() - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
getLocalSocketAddress() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
getLocation() - Method in class org.eclipse.jetty.rewrite.handler.RedirectPatternRule
 
getLocation() - Method in class org.eclipse.jetty.rewrite.handler.RedirectRegexRule
 
getLocationOfClass(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
Attempt to find the Location of a loaded Class.
getLock() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
getLoggedRequest() - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelRequest
 
getLoggerName() - Method in class org.eclipse.jetty.server.Slf4jRequestLogWriter
 
getLoginService() - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator
 
getLoginService() - Method in interface org.eclipse.jetty.security.Authenticator.Configuration
 
getLoginService() - Method in class org.eclipse.jetty.security.Authenticator.Configuration.Wrapper
 
getLoginService() - Method in class org.eclipse.jetty.security.SecurityHandler
Get the loginService.
getLongField(String) - Method in interface org.eclipse.jetty.http.HttpFields
Get a header as an long value.
getLongField(HttpHeader) - Method in interface org.eclipse.jetty.http.HttpFields
Get a header as an long value.
getLongsPerCacheLine() - Static method in class org.eclipse.jetty.util.MemoryUtils
 
getLongType() - Method in class org.eclipse.jetty.session.DatabaseAdaptor
 
getLongValue() - Method in class org.eclipse.jetty.http.HttpField
 
getLongValue() - Method in class org.eclipse.jetty.http.HttpField.IntValueHttpField
 
getLongValue() - Method in class org.eclipse.jetty.http.HttpField.LongValueHttpField
 
getLongValue() - Method in class org.eclipse.jetty.http.PreEncodedHttpField
 
getLowerCaseName() - Method in class org.eclipse.jetty.http.HttpField
 
getLowResourceChecks() - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
getLowResourcesIdleTimeout() - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
getLowResourcesReasons() - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
getLowResourcesStarted() - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
getLowThreadsThreshold() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getMainArgs(Set<String>) - Method in class org.eclipse.jetty.start.StartArgs
 
getMainClassname() - Method in class org.eclipse.jetty.start.StartArgs
 
getMajor() - Method in class org.eclipse.jetty.start.Version
 
getMajor() - Method in class org.eclipse.jetty.util.JavaVersion
Returns the major number version, such as 1 for JDK 1.8.0_92 and 9 for JDK 9.2.4.
getManagedObject() - Method in class org.eclipse.jetty.jmx.ObjectMBean
 
getManagedSession(String) - Method in class org.eclipse.jetty.session.AbstractSessionManager
Get a known existing session
getManagedSession(String) - Method in interface org.eclipse.jetty.session.SessionManager
 
getManagedSession(Request) - Method in class org.eclipse.jetty.session.SessionHandler
 
getManagedSession(Request) - Method in interface org.eclipse.jetty.session.SessionManager
 
getManifest(Class<?>) - Static method in class org.eclipse.jetty.util.ManifestUtils
 
getMapColumn() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
getMapFactory() - Method in class org.eclipse.jetty.session.CachingSessionDataStoreFactory
 
getMappings() - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
getMatched(String) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
Find the best single match for a path.
getMatchedList(String) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
Return a list of MatchedResource matches for the specified path.
getMatchedPath() - Method in class org.eclipse.jetty.http.pathmap.MatchedResource
 
getMatcher(String) - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
getMatcher(String) - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
getMatcher(String) - Static method in class org.eclipse.jetty.start.PathMatchers
 
getMatches(String) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
Return a list of MappedResource matches for the specified path.
getMavenBaseUri() - Method in class org.eclipse.jetty.start.StartArgs
 
getMavenLocalRepoDir() - Method in class org.eclipse.jetty.start.StartArgs
 
getMax() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
getMax() - Method in class org.eclipse.jetty.util.statistic.RateStatistic
 
getMax() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
 
getMaxAge() - Method in interface org.eclipse.jetty.http.HttpCookie
 
getMaxAge() - Method in class org.eclipse.jetty.http.HttpCookie.JavaNetHttpCookie
 
getMaxAge() - Method in class org.eclipse.jetty.http.HttpCookie.Wrapper
 
getMaxAvailableThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
The maximum number of threads available to run transient jobs.
getMaxBidirectionalRemoteStreams() - Method in class org.eclipse.jetty.quic.common.QuicConfiguration
 
getMaxBlockedStreams() - Method in class org.eclipse.jetty.http3.HTTP3Configuration
 
getMaxBlockedStreams() - Method in class org.eclipse.jetty.http3.qpack.QpackDecoder
 
getMaxBlockedStreams() - Method in class org.eclipse.jetty.http3.qpack.QpackEncoder
 
getMaxBusyThreads() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
 
getMaxCachedFiles() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory
 
getMaxCachedFileSize() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory
 
getMaxCacheSize() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory
 
getMaxCapacity() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
 
getMaxCapacity() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
getMaxCertPathLength() - Method in class org.eclipse.jetty.util.security.CertificateValidator
 
getMaxCertPathLength() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getMaxConcurrentPushedStreams() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getMaxConcurrentStreams() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
 
getMaxConnectionCount() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
getMaxConnections() - Method in class org.eclipse.jetty.server.ConnectionLimit
 
getMaxConnectionsPerDestination() - Method in class org.eclipse.jetty.client.HttpClient
 
getMaxConnectionWindow() - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
 
getMaxCookieAge() - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
getMaxCookieAge() - Method in interface org.eclipse.jetty.session.SessionConfig
 
getMaxDecoderTableCapacity() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getMaxDecoderTableCapacity() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
 
getMaxDecoderTableCapacity() - Method in class org.eclipse.jetty.http3.HTTP3Configuration
 
getMaxDuration() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
Returns the max usage duration in milliseconds of a pooled connection.
getMaxDynamicTableSize() - Method in class org.eclipse.jetty.http2.hpack.HpackContext
 
getMaxEncoderTableCapacity() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getMaxEncoderTableCapacity() - Method in class org.eclipse.jetty.http2.HTTP2Session
 
getMaxEncoderTableCapacity() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
 
getMaxEncoderTableCapacity() - Method in class org.eclipse.jetty.http3.HTTP3Configuration
 
getMaxErrorDispatches() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getMaxEvictCount() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getMaxFileSize() - Method in class org.eclipse.jetty.http.MultiPartFormData.Parser
 
getMaxFrameSize() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getMaxFrameSize() - Method in class org.eclipse.jetty.http2.generator.FrameGenerator
 
getMaxFrameSize() - Method in class org.eclipse.jetty.http2.generator.HeaderGenerator
 
getMaxFrameSize() - Method in class org.eclipse.jetty.http2.parser.Parser
 
getMaxFrameSize() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
 
getMaxHeaderBlockFragment() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getMaxHeaderBlockFragment() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
 
getMaxHeaderListSize() - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
 
getMaxHeadersSize() - Method in class org.eclipse.jetty.http3.qpack.QpackDecoder
 
getMaxHeadersSize() - Method in class org.eclipse.jetty.http3.qpack.QpackEncoder
 
getMaxIdleTimeout() - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
 
getMaxInactive() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
getMaxInactiveInterval() - Method in interface org.eclipse.jetty.server.Session
 
getMaxInactiveInterval() - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
getMaxInactiveInterval() - Method in class org.eclipse.jetty.session.ManagedSession
 
getMaxInactiveInterval() - Method in interface org.eclipse.jetty.session.SessionConfig
 
getMaxInactiveMs() - Method in class org.eclipse.jetty.session.SessionData
 
getMaxIntervalColumn() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
getMaxKeys() - Method in class org.eclipse.jetty.http2.parser.SettingsBodyParser
 
getMaxLeasedThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
The maximum number of threads that are leased to internal components, as some component may allocate its threads lazily.
getMaxLength() - Method in class org.eclipse.jetty.http.MultiPartFormData.Parser
 
getMaxLocalStreams() - Method in class org.eclipse.jetty.http2.HTTP2Session
 
getMaxLocalStreams() - Method in class org.eclipse.jetty.http3.HTTP3Session
 
getMaxLocalStreams() - Method in class org.eclipse.jetty.quic.common.ProtocolSession
 
getMaxLocalStreams() - Method in class org.eclipse.jetty.quic.common.QuicSession
 
getMaxLowResourcesTime() - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
getMaxMemory() - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
getMaxMemory() - Method in class org.eclipse.jetty.server.LowResourceMonitor.MemoryLowResourceCheck
 
getMaxMemoryFileSize() - Method in class org.eclipse.jetty.http.MultiPartFormData.Parser
 
getMaxMultiplex() - Method in interface org.eclipse.jetty.client.ConnectionPool.MaxMultiplexable
 
getMaxMultiplex() - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpConnectionOverHTTP2
 
getMaxMultiplex() - Method in class org.eclipse.jetty.http3.client.transport.internal.HttpConnectionOverHTTP3
 
getMaxNonceAge() - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
getMaxNonceCount() - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
getMaxParts() - Method in class org.eclipse.jetty.http.MultiPart.Parser
 
getMaxParts() - Method in class org.eclipse.jetty.http.MultiPartFormData.Parser
 
getMaxProxyHeader() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory
 
getMaxQueueLatency() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
 
getMaxQueueSize() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
 
getMaxRate() - Method in class org.eclipse.jetty.server.AcceptRateLimit
 
getMaxRedirects() - Method in class org.eclipse.jetty.client.HttpClient
 
getMaxRemoteStreams() - Method in class org.eclipse.jetty.http2.HTTP2Session
 
getMaxRequestHeadersSize() - Method in class org.eclipse.jetty.http3.HTTP3Configuration
 
getMaxRequestsQueuedPerDestination() - Method in class org.eclipse.jetty.client.HttpClient
 
getMaxReservedThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getMaxResponseHeadersSize() - Method in class org.eclipse.jetty.client.HttpClient
 
getMaxResponseHeadersSize() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getMaxResponseHeadersSize() - Method in class org.eclipse.jetty.http3.HTTP3Configuration
 
getMaxResults() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
getMaxRetries() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
getMaxRetries() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStoreFactory
 
getMaxSelectedKeys() - Method in class org.eclipse.jetty.io.ManagedSelector
 
getMaxSettingsKeys() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getMaxSettingsKeys() - Method in class org.eclipse.jetty.http2.parser.Parser
 
getMaxSettingsKeys() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
 
getMaxSize() - Method in class org.eclipse.jetty.http2.hpack.internal.MetaDataBuilder
 
getMaxSize() - Method in class org.eclipse.jetty.http3.qpack.internal.metadata.MetaDataBuilder
Get the maxSize.
getMaxSize() - Method in class org.eclipse.jetty.io.internal.CompoundPool
 
getMaxSize() - Method in class org.eclipse.jetty.io.internal.QueuedPool
 
getMaxSize() - Method in class org.eclipse.jetty.util.ConcurrentPool
 
getMaxSize() - Method in class org.eclipse.jetty.util.LockedPool
 
getMaxSize() - Method in interface org.eclipse.jetty.util.Pool
 
getMaxSize() - Method in class org.eclipse.jetty.util.Pool.Wrapper
 
getMaxStreamWindow() - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
 
getMaxTableCapacity() - Method in class org.eclipse.jetty.http2.hpack.HpackDecoder
 
getMaxTableCapacity() - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
 
getMaxTableCapacity() - Method in class org.eclipse.jetty.http3.qpack.QpackDecoder
 
getMaxTableCapacity() - Method in class org.eclipse.jetty.http3.qpack.QpackEncoder
 
getMaxTaskLatency() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
 
getMaxThreads() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
getMaxThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getMaxThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPool.SizedThreadPool
 
getMaxUnconsumedRequestContentReads() - Method in class org.eclipse.jetty.server.HttpConfiguration
Gets the maximum amount of HttpStream.read()s that can be done by the HttpStream if the content is not fully consumed by the application.
getMaxUnidirectionalRemoteStreams() - Method in class org.eclipse.jetty.quic.common.QuicConfiguration
 
getMaxUsage() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
Returns the max number of times a pooled connection can be used.
getMaxUsage() - Method in interface org.eclipse.jetty.client.ConnectionPool.MaxUsable
 
getMaxUsage() - Method in class org.eclipse.jetty.http3.client.transport.internal.HttpConnectionOverHTTP3
 
getMBeanContainer() - Method in class org.eclipse.jetty.jmx.ObjectMBean
 
getMBeanInfo() - Method in class org.eclipse.jetty.jmx.ObjectMBean
 
getMBeanServer() - Method in class org.eclipse.jetty.jmx.MBeanContainer
Retrieve instance of MBeanServer used by container
getMean() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
 
getMediaType() - Method in class org.eclipse.jetty.client.BufferingResponseListener
 
getMediaType() - Method in interface org.eclipse.jetty.client.ContentResponse
 
getMediaType() - Method in class org.eclipse.jetty.client.internal.HttpContentResponse
 
getMessage() - Method in enum class org.eclipse.jetty.http.HttpStatus.Code
 
getMessage() - Method in class org.eclipse.jetty.rewrite.handler.InvalidURIRule
 
getMessage() - Method in class org.eclipse.jetty.rewrite.handler.ResponsePatternRule
 
getMessage(int) - Static method in class org.eclipse.jetty.http.HttpStatus
Get the status message for a specific code.
getMessagesIn() - Method in class org.eclipse.jetty.client.transport.internal.HttpChannelOverHTTP
 
getMessagesIn() - Method in class org.eclipse.jetty.client.transport.internal.HttpConnectionOverHTTP
 
getMessagesIn() - Method in class org.eclipse.jetty.http2.HTTP2Connection
 
getMessagesIn() - Method in class org.eclipse.jetty.io.AbstractConnection
 
getMessagesIn() - Method in interface org.eclipse.jetty.io.Connection
 
getMessagesIn() - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
getMessagesOut() - Method in class org.eclipse.jetty.client.transport.internal.HttpChannelOverHTTP
 
getMessagesOut() - Method in class org.eclipse.jetty.client.transport.internal.HttpConnectionOverHTTP
 
getMessagesOut() - Method in class org.eclipse.jetty.http2.HTTP2Connection
 
getMessagesOut() - Method in class org.eclipse.jetty.io.AbstractConnection
 
getMessagesOut() - Method in interface org.eclipse.jetty.io.Connection
 
getMessagesOut() - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
getMetaData() - Method in class org.eclipse.jetty.http.HttpTester.Message
 
getMetaData() - Method in class org.eclipse.jetty.http.HttpTester.Request
 
getMetaData() - Method in class org.eclipse.jetty.http.HttpTester.Response
 
getMetaData() - Method in class org.eclipse.jetty.http2.frames.HeadersFrame
 
getMetaData() - Method in class org.eclipse.jetty.http2.frames.PushPromiseFrame
 
getMetaData() - Method in class org.eclipse.jetty.http3.frames.HeadersFrame
 
getMethod() - Method in interface org.eclipse.jetty.client.Request
 
getMethod() - Method in interface org.eclipse.jetty.client.Socks5.Authentication.Factory
 
getMethod() - Method in class org.eclipse.jetty.client.Socks5.NoAuthenticationFactory
 
getMethod() - Method in class org.eclipse.jetty.client.Socks5.UsernamePasswordAuthenticationFactory
 
getMethod() - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
getMethod() - Method in class org.eclipse.jetty.http.HttpTester.Request
 
getMethod() - Method in class org.eclipse.jetty.http.MetaData.Request
 
getMethod() - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelRequest
 
getMethod() - Method in interface org.eclipse.jetty.server.Request
 
getMethod() - Method in class org.eclipse.jetty.server.Request.Wrapper
 
getMethodIncludeExclude() - Method in class org.eclipse.jetty.server.handler.BufferedResponseHandler
 
getMicro() - Method in class org.eclipse.jetty.util.JavaVersion
Returns the micro number version (aka security number), such as 0 for JDK 1.8.0_92 and 4 for JDK 9.2.4.
getMimeByExtension(String) - Method in class org.eclipse.jetty.http.MimeTypes
Get the MIME type by filename extension.
getMimeForExtension(String) - Method in class org.eclipse.jetty.http.MimeTypes
 
getMimeForExtension(String) - Method in class org.eclipse.jetty.http.MimeTypes.Wrapper
 
getMimeIncludeExclude() - Method in class org.eclipse.jetty.server.handler.BufferedResponseHandler
 
getMimeMap() - Method in class org.eclipse.jetty.http.MimeTypes
 
getMimeMap() - Method in class org.eclipse.jetty.http.MimeTypes.Wrapper
 
getMimeType() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.CachedHttpContent
 
getMimeType() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.NotFoundHttpContent
 
getMimeType() - Method in interface org.eclipse.jetty.http.content.HttpContent
 
getMimeType() - Method in class org.eclipse.jetty.http.content.HttpContent.Wrapper
 
getMimeType() - Method in class org.eclipse.jetty.http.content.PreCompressedHttpContent
 
getMimeType() - Method in class org.eclipse.jetty.http.content.ResourceHttpContent
 
getMimeTypes() - Method in interface org.eclipse.jetty.server.Context
 
getMimeTypes() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getMimeTypes() - Method in class org.eclipse.jetty.server.handler.ContextHandler.ScopedContext
 
getMimeTypes() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
getMimeTypes() - Method in class org.eclipse.jetty.server.Server
 
getMinCapacity() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
 
getMinGzipSize() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Get the minimum size, in bytes, that a response Content-Length must be before compression will trigger.
getMinor() - Method in class org.eclipse.jetty.util.JavaVersion
Returns the minor number version, such as 8 for JDK 1.8.0_92 and 2 for JDK 9.2.4.
getMinRequestDataRate() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getMinResponseDataRate() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getMinThreads() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
getMinThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getMinThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPool.SizedThreadPool
 
getModuleGraphFilename() - Method in class org.eclipse.jetty.start.StartArgs
 
getModuleLocation(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
 
getMonitoredConnectors() - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
getMonitoredDirName() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
getMonitoredDirResource() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
getMonitoredOrServerConnectors() - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
getMonitoredResources() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
getMonitorThreads() - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
getMutableHttpFields() - Method in class org.eclipse.jetty.server.internal.ResponseHttpFields
 
getMyExpiredSessionsStatement(Connection, SessionContext, long) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
getName() - Method in class org.eclipse.jetty.client.ContinueProtocolHandler
 
getName() - Method in class org.eclipse.jetty.client.EarlyHintsProtocolHandler
 
getName() - Method in class org.eclipse.jetty.client.HttpClient
 
getName() - Method in class org.eclipse.jetty.client.ProcessingProtocolHandler
 
getName() - Method in interface org.eclipse.jetty.client.ProtocolHandler
 
getName() - Method in class org.eclipse.jetty.client.ProxyAuthenticationProtocolHandler
 
getName() - Method in class org.eclipse.jetty.client.RedirectProtocolHandler
 
getName() - Method in class org.eclipse.jetty.client.UpgradeProtocolHandler
 
getName() - Method in class org.eclipse.jetty.client.WWWAuthenticationProtocolHandler
 
getName() - Method in class org.eclipse.jetty.deploy.graph.Node
 
getName() - Method in interface org.eclipse.jetty.http.ComplianceViolation
 
getName() - Method in interface org.eclipse.jetty.http.ComplianceViolation.Mode
 
getName() - Method in class org.eclipse.jetty.http.CookieCompliance
 
getName() - Method in enum class org.eclipse.jetty.http.CookieCompliance.Violation
 
getName() - Method in class org.eclipse.jetty.http.HttpCompliance
 
getName() - Method in enum class org.eclipse.jetty.http.HttpCompliance.Violation
 
getName() - Method in interface org.eclipse.jetty.http.HttpCookie
 
getName() - Method in class org.eclipse.jetty.http.HttpCookie.Immutable
 
getName() - Method in class org.eclipse.jetty.http.HttpCookie.JavaNetHttpCookie
 
getName() - Method in class org.eclipse.jetty.http.HttpCookie.Wrapper
 
getName() - Method in class org.eclipse.jetty.http.HttpField
 
getName() - Method in class org.eclipse.jetty.http.MultiPart.AbstractPartsListener
 
getName() - Method in class org.eclipse.jetty.http.MultiPart.Part
Returns the name of this part, as specified by the HttpHeader.CONTENT_DISPOSITION's name parameter.
getName() - Method in class org.eclipse.jetty.http.UriCompliance
 
getName() - Method in enum class org.eclipse.jetty.http.UriCompliance.Violation
 
getName() - Method in class org.eclipse.jetty.http3.qpack.internal.instruction.LiteralNameEntryInstruction
 
getName() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
 
getName() - Method in class org.eclipse.jetty.jndi.NamingContext
Getter for _name
getName() - Method in class org.eclipse.jetty.rewrite.handler.CookiePatternRule
 
getName() - Method in class org.eclipse.jetty.security.AbstractLoginService
 
getName() - Method in class org.eclipse.jetty.security.Constraint.Builder
 
getName() - Method in interface org.eclipse.jetty.security.Constraint
 
getName() - Method in class org.eclipse.jetty.security.EmptyLoginService
 
getName() - Method in class org.eclipse.jetty.security.jaas.JAASLoginService
Get the name of the realm.
getName() - Method in class org.eclipse.jetty.security.jaas.JAASPrincipal
 
getName() - Method in class org.eclipse.jetty.security.jaas.JAASUserPrincipal
Get the name identifying the user
getName() - Method in interface org.eclipse.jetty.security.LoginService
 
getName() - Method in class org.eclipse.jetty.security.RolePrincipal
 
getName() - Method in class org.eclipse.jetty.security.SecurityHandler.NotChecked
 
getName() - Method in class org.eclipse.jetty.security.SPNEGOLoginService
 
getName() - Method in class org.eclipse.jetty.security.SPNEGOUserPrincipal
 
getName() - Method in class org.eclipse.jetty.security.UserPrincipal
 
getName() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getName() - Method in interface org.eclipse.jetty.server.Connector
Get the connector name if set.
getName() - Method in class org.eclipse.jetty.start.Module
 
getName() - Method in class org.eclipse.jetty.start.StartEnvironment
 
getName() - Method in interface org.eclipse.jetty.util.component.Environment
 
getName() - Method in class org.eclipse.jetty.util.component.Environment.Named
 
getName() - Method in class org.eclipse.jetty.util.Fields.Field
 
getName() - Method in class org.eclipse.jetty.util.resource.CombinedResource
 
getName() - Method in class org.eclipse.jetty.util.resource.MemoryResource
 
getName() - Method in class org.eclipse.jetty.util.resource.MountedPathResource
 
getName() - Method in class org.eclipse.jetty.util.resource.PathResource
 
getName() - Method in class org.eclipse.jetty.util.resource.Resource
The full name of the resource.
getName() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
getName() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getName() - Method in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
getName() - Method in class org.eclipse.jetty.xml.XmlParser.Attribute
 
getNameInNamespace() - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
getNameInNamespace() - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
getNameInNamespace() - Method in class org.eclipse.jetty.jndi.NamingContext
Get the full name of this Context node by visiting it's ancestors back to root.
getNameParser(String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
getNameParser(String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
getNameParser(String) - Method in class org.eclipse.jetty.jndi.NamingContext
Return a NameParser for this Context.
getNameParser(Name) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
getNameParser(Name) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
getNameParser(Name) - Method in class org.eclipse.jetty.jndi.NamingContext
Return a NameParser for this Context.
getNameReferencedEntry(Entry, HttpField, boolean) - Static method in class org.eclipse.jetty.http3.qpack.internal.EncodableEntry
 
getNames() - Method in class org.eclipse.jetty.util.Fields
 
getNamespace() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
getNamespace() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStoreFactory
 
getNeedClientAuth() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
 
getNegotiatedProtocol() - Method in class org.eclipse.jetty.quic.common.QuicSession
 
getNegotiatedProtocol() - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
 
getNegotiatedProtocol() - Method in class org.eclipse.jetty.quic.quiche.QuicheConnection
 
getNegotiatedProtocols() - Method in class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
 
getNestedValue(DBObject, String) - Static method in class org.eclipse.jetty.nosql.mongodb.MongoUtils
Dig through a given dbObject for the nested value
getNetworkTrafficListener() - Method in class org.eclipse.jetty.server.NetworkTrafficServerConnector
 
getNextProtocol() - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
getNode(int) - Method in class org.eclipse.jetty.deploy.graph.Route
 
getNodeByName(String) - Method in class org.eclipse.jetty.deploy.graph.Graph
Get the Node by Name.
getNodes() - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
getNodes() - Method in class org.eclipse.jetty.deploy.graph.Graph
 
getNodes() - Method in class org.eclipse.jetty.deploy.graph.Route
 
getNodes() - Method in class org.eclipse.jetty.deploy.jmx.DeploymentManagerMBean
 
getNonHidden() - Static method in class org.eclipse.jetty.start.PathMatchers
 
getNumEntries() - Method in class org.eclipse.jetty.http3.qpack.internal.table.DynamicTable
 
getObject() - Method in class org.eclipse.jetty.security.jaas.callback.ObjectCallback
 
getObjectContextBasis() - Method in class org.eclipse.jetty.client.jmx.HttpClientMBean
 
getObjectContextBasis() - Method in class org.eclipse.jetty.jmx.ObjectMBean
Allows to customize the ObjectName property context.
getObjectContextBasis() - Method in class org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean
 
getObjectContextBasis() - Method in class org.eclipse.jetty.server.jmx.AbstractConnectorMBean
 
getObjectContextBasis() - Method in class org.eclipse.jetty.server.jmx.AbstractHandlerMBean
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.eclipse.jetty.jndi.ContextFactory
Find or create a context which pertains to a classloader.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.eclipse.jetty.jndi.java.javaURLContextFactory
Either return a new context or the resolution of a url.
getObjectName() - Method in class org.eclipse.jetty.jmx.ConnectorServer
 
getObjectName() - Method in class org.eclipse.jetty.jmx.ObjectMBean
Allows to customize the ObjectName of this MBean.
getObjectNameBasis() - Method in class org.eclipse.jetty.jmx.ObjectMBean
Allows to customize the ObjectName property name.
getOcspResponderURL() - Method in class org.eclipse.jetty.util.security.CertificateValidator
 
getOcspResponderURL() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getOldest(TimeUnit) - Method in class org.eclipse.jetty.util.statistic.RateStatistic
 
getOptional() - Method in class org.eclipse.jetty.start.Module
Deprecated.
use Module.getAfter() instead
getOrCreateStream(QuicStreamEndPoint) - Method in class org.eclipse.jetty.http3.HTTP3Session
 
getOrCreateStreamEndPoint(long, Consumer<QuicStreamEndPoint>) - Method in class org.eclipse.jetty.quic.common.ProtocolSession
 
getOrCreateStreamEndPoint(long, Consumer<QuicStreamEndPoint>) - Method in class org.eclipse.jetty.quic.common.QuicSession
 
getOrigin() - Method in interface org.eclipse.jetty.client.Destination
 
getOrigin() - Method in class org.eclipse.jetty.client.ProxyConfiguration.Proxy
 
getOrigin() - Method in class org.eclipse.jetty.client.transport.HttpDestination
 
getOrigin() - Method in class org.eclipse.jetty.start.RawArgs.Entry
 
getOriginalPathAttribute() - Method in class org.eclipse.jetty.rewrite.handler.RewriteHandler
 
getOriginalPathAttribute() - Method in class org.eclipse.jetty.rewrite.handler.RuleContainer
 
getOriginalPathAttribute() - Method in class org.eclipse.jetty.server.handler.TryPathsHandler
 
getOriginalQueryAttribute() - Method in class org.eclipse.jetty.server.handler.TryPathsHandler
 
getOriginalResponse(Response) - Static method in interface org.eclipse.jetty.server.Response
Unwraps the given response until the innermost wrapped response instance.
getOrThrow() - Method in class org.eclipse.jetty.util.FuturePromise
Return the result if completed successfully or in the case of failure, throw the Exception/Error, or an ExecutionException wrapping the cause if it is neither an Exception or Error.
getOut() - Method in class org.eclipse.jetty.util.MultiPartOutputStream
 
getOutput() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
getOutputAggregationSize() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getOutputBufferSize() - Method in class org.eclipse.jetty.http3.HTTP3Configuration
 
getOutputBufferSize() - Method in class org.eclipse.jetty.quic.common.QuicConnection
 
getOutputBufferSize() - Method in class org.eclipse.jetty.quic.server.QuicServerConnector
 
getOutputBufferSize() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getOutputStream() - Method in class org.eclipse.jetty.io.content.OutputStreamContentSource
 
getOutputStream() - Method in class org.eclipse.jetty.server.handler.DebugHandler
 
getOutputString() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
getOutputString(Charset) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
getPaddingLength() - Method in class org.eclipse.jetty.fcgi.parser.HeaderParser
 
getParam() - Method in interface org.eclipse.jetty.http.HttpURI
Get a URI path parameter.
getParam() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
getParam() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
getParameter(String) - Method in class org.eclipse.jetty.client.Authentication.HeaderInfo
 
getParameter(String) - Method in interface org.eclipse.jetty.security.Authenticator.Configuration
Get a SecurityHandler init parameter
getParameter(String) - Method in class org.eclipse.jetty.security.Authenticator.Configuration.Wrapper
 
getParameter(String) - Method in class org.eclipse.jetty.security.SecurityHandler
 
getParameterName() - Method in class org.eclipse.jetty.security.jaas.callback.RequestParameterCallback
 
getParameterNames() - Method in interface org.eclipse.jetty.security.Authenticator.Configuration
Get a SecurityHandler init parameter names
getParameterNames() - Method in class org.eclipse.jetty.security.Authenticator.Configuration.Wrapper
 
getParameterNames() - Method in class org.eclipse.jetty.security.SecurityHandler
 
getParameters() - Method in class org.eclipse.jetty.client.Authentication.HeaderInfo
 
getParameters(Request) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
getParameters(Request) - Static method in interface org.eclipse.jetty.server.Request
 
getParameterValues() - Method in class org.eclipse.jetty.security.jaas.callback.RequestParameterCallback
 
getParams() - Method in interface org.eclipse.jetty.client.Request
 
getParams() - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
getParent() - Method in class org.eclipse.jetty.jndi.NamingContext
Getter for _parent
getParent() - Method in class org.eclipse.jetty.xml.XmlParser.Node
 
getParentStreamId() - Method in class org.eclipse.jetty.http2.frames.PriorityFrame
 
getParser() - Method in class org.eclipse.jetty.http2.HTTP2Session
 
getParser() - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerSession
 
getParser() - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
getParserListener() - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Wrapper
 
getParserListener() - Method in class org.eclipse.jetty.http2.parser.ServerParser.Listener.Wrapper
 
getParserListener() - Method in class org.eclipse.jetty.http3.parser.BodyParser
 
getPartHeadersMaxLength() - Method in class org.eclipse.jetty.http.MultiPart.AbstractContentSource
 
getPartHeadersMaxLength() - Method in class org.eclipse.jetty.http.MultiPart.Parser
 
getPartHeadersMaxLength() - Method in class org.eclipse.jetty.http.MultiPartFormData.Parser
 
getPassword(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Returns the password object for the given realm.
getPassword(String, String, String) - Static method in class org.eclipse.jetty.util.security.Password
Get a password.
getPath() - Method in interface org.eclipse.jetty.client.Request
 
getPath() - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
getPath() - Method in class org.eclipse.jetty.deploy.App
The origin of this App as specified by the AppProvider
getPath() - Method in interface org.eclipse.jetty.http.HttpCookie
Equivalent to getAttributes().get(PATH_ATTRIBUTE).
getPath() - Method in class org.eclipse.jetty.http.HttpCookie.JavaNetHttpCookie
 
getPath() - Method in class org.eclipse.jetty.http.HttpCookie.Wrapper
 
getPath() - Method in interface org.eclipse.jetty.http.HttpURI
 
getPath() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
getPath() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
getPath() - Method in class org.eclipse.jetty.http.MultiPart.PathPart
 
getPath() - Method in class org.eclipse.jetty.http.spi.JettyHttpContext
 
getPath() - Method in class org.eclipse.jetty.io.content.PathContentSource
 
getPath() - Method in class org.eclipse.jetty.util.resource.CombinedResource
 
getPath() - Method in class org.eclipse.jetty.util.resource.MemoryResource
 
getPath() - Method in class org.eclipse.jetty.util.resource.PathResource
 
getPath() - Method in class org.eclipse.jetty.util.resource.Resource
Return the Path corresponding to this resource.
getPath() - Method in class org.eclipse.jetty.xml.XmlParser.Node
 
getPath(String) - Method in class org.eclipse.jetty.start.BaseHome
Get a specific path reference.
getPath(String, String) - Method in class org.eclipse.jetty.deploy.graph.Graph
Convenience method for Graph.getPath(Node, Node)
getPath(Node, Node) - Method in class org.eclipse.jetty.deploy.graph.Graph
Using BFS (Breadth First Search) return the path from a any arbitrary node to any other.
getPath(Resource) - Method in class org.eclipse.jetty.server.AllowedResourceAliasChecker
 
getPathDepth() - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
Get the number of path elements that this path spec declares.
getPathDepth() - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
getPathDepth() - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
getPathDepth() - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
getPathIncludeExclude() - Method in class org.eclipse.jetty.server.handler.BufferedResponseHandler
 
getPathInContext(String) - Method in interface org.eclipse.jetty.server.Context
Returns the URI path scoped to this Context.
getPathInContext(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.ScopedContext
 
getPathInContext(String, String) - Static method in interface org.eclipse.jetty.server.Context
Returns the URI path scoped to the passed context path.
getPathInContext(Request) - Static method in interface org.eclipse.jetty.server.Request
Returns the canonically encoded path of the URI, scoped to the current context.
getPathInfo() - Method in interface org.eclipse.jetty.http.pathmap.MatchedPath
Return the portion of the path that is after the path spec.
getPathInfo() - Method in class org.eclipse.jetty.http.pathmap.MatchedResource
Return the portion of the path that is after the path spec.
getPathInfo(String) - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
Deprecated.
getPathInfo(String) - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
getPathInfo(String) - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
getPathInfo(String) - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
getPathMatch() - Method in interface org.eclipse.jetty.http.pathmap.MatchedPath
Return the portion of the path that matches a path spec.
getPathMatch() - Method in class org.eclipse.jetty.http.pathmap.MatchedResource
Return the portion of the path that matches a path spec.
getPathMatch(String) - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
Deprecated.
getPathMatch(String) - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
getPathMatch(String) - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
getPathMatch(String) - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
getPathParams(String) - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
getPathQuery() - Method in interface org.eclipse.jetty.http.HttpURI
 
getPathQuery() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
getPathQuery() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
getPaths() - Method in class org.eclipse.jetty.server.handler.TryPathsHandler
 
getPaths(String) - Method in class org.eclipse.jetty.start.BaseHome
Get a List of Paths from a provided pattern.
getPaths(Path, int, String) - Method in class org.eclipse.jetty.start.BaseHome
Search specified Path with pattern and return hits
getPathSpec() - Method in class org.eclipse.jetty.http.pathmap.MappedResource
 
getPathSpec() - Method in class org.eclipse.jetty.http.pathmap.MatchedResource
 
getPattern() - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
getPattern() - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
getPattern() - Method in class org.eclipse.jetty.rewrite.handler.PatternRule
 
getPattern() - Method in class org.eclipse.jetty.util.SearchPattern
 
getPayload() - Method in class org.eclipse.jetty.http2.frames.GoAwayFrame
 
getPayload() - Method in class org.eclipse.jetty.http2.frames.PingFrame
 
getPayloadAsLong() - Method in class org.eclipse.jetty.http2.frames.PingFrame
 
getPCTasksConsumed() - Method in class org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy
 
getPECTasksExecuted() - Method in class org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy
 
getPeerCertificate() - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
 
getPemWorkDirectory() - Method in class org.eclipse.jetty.quic.common.QuicConfiguration
 
getPending() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
getPendingConnectionCount() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
getPeriod() - Method in class org.eclipse.jetty.server.AcceptRateLimit
 
getPeriod() - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
getPeriod() - Method in class org.eclipse.jetty.util.statistic.RateStatistic
 
getPersistentAttributes() - Method in class org.eclipse.jetty.util.Attributes.Layer
 
getPICTasksExecuted() - Method in class org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy
 
getPkixCertPathChecker() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getPlatform() - Method in class org.eclipse.jetty.util.JavaVersion
Returns the Java Platform version, such as 8 for JDK 1.8.0_92 and 9 for JDK 9.2.4.
getPointee() - Method in class org.eclipse.jetty.quic.quiche.jna.size_t_pointer
 
getPointee() - Method in class org.eclipse.jetty.quic.quiche.jna.uint32_t_pointer
 
getPointee() - Method in class org.eclipse.jetty.quic.quiche.jna.uint64_t_pointer
 
getPointee() - Method in class org.eclipse.jetty.quic.quiche.jna.uint8_t_pointer
 
getPool() - Method in class org.eclipse.jetty.util.compression.CompressionPool
 
getPooled() - Method in class org.eclipse.jetty.util.ConcurrentPool.ConcurrentEntry
 
getPooled() - Method in interface org.eclipse.jetty.util.Pool.Entry
 
getPooled() - Method in class org.eclipse.jetty.util.Pool.Entry.Wrapper
 
getPort() - Method in class org.eclipse.jetty.client.Origin.Address
 
getPort() - Method in interface org.eclipse.jetty.client.Request
 
getPort() - Method in class org.eclipse.jetty.client.transport.HttpDestination
 
getPort() - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
getPort() - Method in class org.eclipse.jetty.http.HostPortHttpField
Get the port.
getPort() - Method in interface org.eclipse.jetty.http.HttpURI
 
getPort() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
getPort() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
getPort() - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStoreFactory
 
getPort() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
getPort() - Method in interface org.eclipse.jetty.server.NetworkConnector
 
getPort() - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
getPort() - Method in class org.eclipse.jetty.util.HostPort
Get the port.
getPort(int) - Method in class org.eclipse.jetty.http.HostPortHttpField
Get the port.
getPort(int) - Method in class org.eclipse.jetty.util.HostPort
Get the port or the given default port.
getPreCompressedContentFormats() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.CachedHttpContent
 
getPreCompressedContentFormats() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.NotFoundHttpContent
 
getPreCompressedContentFormats() - Method in interface org.eclipse.jetty.http.content.HttpContent
 
getPreCompressedContentFormats() - Method in class org.eclipse.jetty.http.content.HttpContent.Wrapper
 
getPreCompressedContentFormats() - Method in class org.eclipse.jetty.http.content.PreCompressedHttpContent
 
getPreCompressedContentFormats() - Method in class org.eclipse.jetty.http.content.ResourceHttpContent
 
getPrecompressedFormats() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
getPrecompressedFormats() - Method in class org.eclipse.jetty.server.ResourceService
 
getPreEncodedEntry(PreEncodedHttpField) - Static method in class org.eclipse.jetty.http3.qpack.internal.EncodableEntry
 
getPrefix() - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
A simple prefix match for the pathspec or null
getPrefix() - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
getPrefix() - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
getPrefix() - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
getPrefix() - Method in interface org.eclipse.jetty.util.security.CredentialProvider
Get the prefix of the credential strings convertible into credentials
getPreMatched() - Method in class org.eclipse.jetty.http.pathmap.MappedResource
 
getPrimaryTag() - Method in class org.eclipse.jetty.start.Module
 
getPrincipal() - Method in interface org.eclipse.jetty.http.spi.JettyExchange
 
getPrincipal() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
 
getPrincipal() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchangeDelegate
 
getPrincipal() - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
 
getPriority() - Method in class org.eclipse.jetty.http2.frames.HeadersFrame
 
getPriorityFrame() - Method in class org.eclipse.jetty.http2.parser.HeaderBlockFragments
 
getPrivateKey(String) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
getPrivateKey(String) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
 
getPrivateKey(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedKeyManagerWrapper
 
getPrivKeyPemPath() - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
 
getProducerTask() - Method in class org.eclipse.jetty.quic.client.ClientProtocolSession
 
getProducerTask() - Method in class org.eclipse.jetty.quic.common.ProtocolSession
 
getProducerTask() - Method in class org.eclipse.jetty.quic.server.ServerProtocolSession
 
getProjectId() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
getProjectId() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStoreFactory
 
getPromise() - Method in class org.eclipse.jetty.util.Promise.Wrapper
 
getPromisedStreamId() - Method in class org.eclipse.jetty.http2.frames.PushPromiseFrame
 
getProp(String) - Method in class org.eclipse.jetty.start.config.ConfigSources
 
getProp(String) - Method in class org.eclipse.jetty.start.Props
 
getProp(String, boolean) - Method in class org.eclipse.jetty.start.Props
 
getProperties() - Method in class org.eclipse.jetty.deploy.App
 
getProperties() - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
 
getProperties() - Method in class org.eclipse.jetty.start.StartEnvironment
 
getProperties() - Method in class org.eclipse.jetty.xml.XmlConfiguration
Get the map of properties used by the Property XML element to parametrize configuration.
getProperty(String) - Method in class org.eclipse.jetty.start.config.CommandLineConfigSource
 
getProperty(String) - Method in interface org.eclipse.jetty.start.config.ConfigSource
Return the value of the specified property.
getProperty(String) - Method in class org.eclipse.jetty.start.config.DirConfigSource
 
getPropertyFiles() - Method in class org.eclipse.jetty.start.StartEnvironment
 
getPropertyUserStore(String) - Method in class org.eclipse.jetty.security.jaas.PropertyUserStoreManager
 
getProps() - Method in class org.eclipse.jetty.start.config.CommandLineConfigSource
 
getProps() - Method in interface org.eclipse.jetty.start.config.ConfigSource
The properties for this ConfigSource
getProps() - Method in class org.eclipse.jetty.start.config.ConfigSources
 
getProps() - Method in class org.eclipse.jetty.start.config.DirConfigSource
 
getProtectedTargets() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getProtocol() - Method in class org.eclipse.jetty.client.Origin
 
getProtocol() - Method in class org.eclipse.jetty.client.ProxyConfiguration.Proxy
 
getProtocol() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
 
getProtocol() - Method in class org.eclipse.jetty.fcgi.server.internal.ServerFCGIConnection
 
getProtocol() - Method in class org.eclipse.jetty.http.MetaData.ConnectRequest
 
getProtocol() - Method in class org.eclipse.jetty.http.MetaData.Request
 
getProtocol() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
 
getProtocol() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchangeDelegate
 
getProtocol() - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
 
getProtocol() - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerConnection
 
getProtocol() - Method in class org.eclipse.jetty.http3.server.internal.ServerHTTP3StreamConnection
 
getProtocol() - Method in class org.eclipse.jetty.io.NegotiatingClientConnection
 
getProtocol() - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
 
getProtocol() - Method in interface org.eclipse.jetty.server.ConnectionFactory
 
getProtocol() - Method in interface org.eclipse.jetty.server.ConnectionMetaData
 
getProtocol() - Method in class org.eclipse.jetty.server.ConnectionMetaData.Wrapper
 
getProtocol() - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
getProtocol() - Method in class org.eclipse.jetty.server.NegotiatingServerConnection
 
getProtocol() - Method in interface org.eclipse.jetty.server.TunnelSupport
Returns the protocol of the CONNECT tunnel, or null if the tunnel transports HTTP or opaque bytes.
getProtocol() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getProtocolHandlers() - Method in class org.eclipse.jetty.client.HttpClient
 
getProtocols() - Method in class org.eclipse.jetty.alpn.client.ALPNClientConnection
 
getProtocols() - Method in class org.eclipse.jetty.client.Origin.Protocol
 
getProtocols() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getProtocols() - Method in class org.eclipse.jetty.quic.common.QuicConfiguration
 
getProtocols() - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
 
getProtocols() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getProtocols() - Method in interface org.eclipse.jetty.server.ConnectionFactory
 
getProtocols() - Method in interface org.eclipse.jetty.server.Connector
 
getProtocols() - Method in class org.eclipse.jetty.server.NegotiatingServerConnection
 
getProtocols(boolean) - Method in class org.eclipse.jetty.http2.client.transport.ClientConnectionFactoryOverHTTP2.HTTP2
 
getProtocols(boolean) - Method in class org.eclipse.jetty.http3.client.transport.ClientConnectionFactoryOverHTTP3.HTTP3
 
getProtocols(boolean) - Method in class org.eclipse.jetty.io.ClientConnectionFactory.Info
 
getProtocolSession() - Method in class org.eclipse.jetty.http3.client.HTTP3SessionClient
 
getProtocolSession() - Method in class org.eclipse.jetty.http3.HTTP3Session
 
getProtocolSession() - Method in class org.eclipse.jetty.http3.server.internal.HTTP3SessionServer
 
getProtocolSession() - Method in class org.eclipse.jetty.quic.common.QuicSession
 
getProvider() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Get the optional Security Provider name.
getProvides() - Method in class org.eclipse.jetty.start.Module
 
getProxy() - Method in interface org.eclipse.jetty.client.Destination
 
getProxy() - Method in class org.eclipse.jetty.client.transport.HttpDestination
 
getProxyAsAuthority() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
getProxyConfiguration() - Method in class org.eclipse.jetty.client.HttpClient
 
getProxyToServerHost() - Method in class org.eclipse.jetty.proxy.ProxyHandler
 
getPushHandler() - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
getQpackDecoder() - Method in class org.eclipse.jetty.http3.client.ClientHTTP3Session
 
getQpackDecoder() - Method in class org.eclipse.jetty.http3.server.internal.ServerHTTP3Session
 
getQpackEncoder() - Method in class org.eclipse.jetty.http3.client.ClientHTTP3Session
 
getQpackEncoder() - Method in class org.eclipse.jetty.http3.server.internal.ServerHTTP3Session
 
getQualityCSV(String) - Method in interface org.eclipse.jetty.http.HttpFields
Get multiple field values of the same name, split and sorted as a QuotedQualityCSV
getQualityCSV(HttpHeader) - Method in interface org.eclipse.jetty.http.HttpFields
Get multiple field values of the same name, split and sorted as a QuotedQualityCSV
getQualityCSV(HttpHeader, ToIntFunction<String>) - Method in interface org.eclipse.jetty.http.HttpFields
Get multiple field values of the same name, split and sorted as a QuotedQualityCSV
getQuery() - Method in interface org.eclipse.jetty.client.Request
 
getQuery() - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
getQuery() - Method in interface org.eclipse.jetty.http.HttpURI
 
getQuery() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
getQuery() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
getQueue() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getQueuedListener() - Method in class org.eclipse.jetty.client.RequestListeners
 
getQueuedRequestCount() - Method in class org.eclipse.jetty.client.transport.HttpDestination
 
getQueueSize() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getQuicConfiguration() - Method in class org.eclipse.jetty.http3.client.HTTP3Client
 
getQuicConfiguration() - Method in class org.eclipse.jetty.quic.client.QuicClientConnectorConfigurator
 
getQuicConfiguration() - Method in class org.eclipse.jetty.quic.server.QuicServerConnector
 
getQuicConnection() - Method in class org.eclipse.jetty.quic.common.QuicSession
 
getQuicConnection() - Method in class org.eclipse.jetty.quic.server.ServerQuicSession
 
getQuicSession() - Method in class org.eclipse.jetty.quic.client.ClientProtocolSession
 
getQuicSession() - Method in class org.eclipse.jetty.quic.common.ProtocolSession
 
getQuicSession() - Method in class org.eclipse.jetty.quic.common.QuicStreamEndPoint
 
getQuicSession() - Method in class org.eclipse.jetty.quic.server.ServerProtocolSession
 
getQuicSessions() - Method in class org.eclipse.jetty.quic.common.QuicConnection
 
getQuicStreamEndPoints() - Method in class org.eclipse.jetty.quic.common.QuicSession
 
getRandom() - Method in class org.eclipse.jetty.session.DefaultSessionIdManager
 
getRate() - Method in class org.eclipse.jetty.server.AcceptRateLimit
 
getRate() - Method in class org.eclipse.jetty.util.statistic.RateCounter
 
getRate() - Method in class org.eclipse.jetty.util.statistic.RateStatistic
 
getRateControl() - Method in class org.eclipse.jetty.http2.parser.HeaderParser
 
getRateControlFactory() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
 
getReadTimeout() - Method in class org.eclipse.jetty.util.resource.URLResourceFactory
URL Connection Read Timeout.
getReadyThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
The fundamental value that represents the number of threads ready to execute transient jobs.
getRealm() - Method in class org.eclipse.jetty.client.AbstractAuthentication
 
getRealm() - Method in class org.eclipse.jetty.client.Authentication.HeaderInfo
 
getRealmName() - Method in interface org.eclipse.jetty.security.Authenticator.Configuration
 
getRealmName() - Method in class org.eclipse.jetty.security.Authenticator.Configuration.Wrapper
 
getRealmName() - Method in class org.eclipse.jetty.security.SecurityHandler
 
getRealPath() - Method in class org.eclipse.jetty.util.resource.PathResource
 
getRealURI() - Method in class org.eclipse.jetty.util.resource.PathResource
 
getRealURI() - Method in class org.eclipse.jetty.util.resource.Resource
The real URI of the resource.
getReason() - Method in class org.eclipse.jetty.client.internal.HttpContentResponse
 
getReason() - Method in interface org.eclipse.jetty.client.Response
 
getReason() - Method in class org.eclipse.jetty.client.transport.HttpResponse
 
getReason() - Method in interface org.eclipse.jetty.http.HttpException
 
getReason() - Method in exception class org.eclipse.jetty.http.HttpException.IllegalArgumentException
 
getReason() - Method in exception class org.eclipse.jetty.http.HttpException.RuntimeException
 
getReason() - Method in class org.eclipse.jetty.http.HttpTester.Response
 
getReason() - Method in class org.eclipse.jetty.http.MetaData.Response
 
getReason() - Method in class org.eclipse.jetty.http2.frames.FailureFrame
 
getReason() - Method in class org.eclipse.jetty.server.LowResourceMonitor.ConnectorsThreadPoolLowResourceCheck
 
getReason() - Method in interface org.eclipse.jetty.server.LowResourceMonitor.LowResourceCheck
 
getReason() - Method in class org.eclipse.jetty.server.LowResourceMonitor.MainThreadPoolLowResourceCheck
 
getReason() - Method in class org.eclipse.jetty.server.LowResourceMonitor.MaxConnectionsLowResourceCheck
 
getReason() - Method in class org.eclipse.jetty.server.LowResourceMonitor.MemoryLowResourceCheck
 
getReasonBuffer(int) - Static method in class org.eclipse.jetty.http.HttpGenerator
 
getReasons() - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
getReceiveBufferSize() - Method in class org.eclipse.jetty.io.ClientConnector
 
getReceivedBytes() - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
getReceivedBytes() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
 
getReceivedBytesRate() - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
getReceivedBytesRate() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
 
getReceivedMessages() - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
getReceivedMessages() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
 
getReceivedMessagesRate() - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
getReceivedMessagesRate() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
 
getRecvWindow() - Method in class org.eclipse.jetty.http2.HTTP2Session
 
getRecvWindow() - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
getRedirectURI() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
getReferenceCount() - Method in class org.eclipse.jetty.http3.qpack.internal.table.Entry
 
getReferencedEntry(Entry) - Static method in class org.eclipse.jetty.http3.qpack.internal.EncodableEntry
 
getRefreshCookieAge() - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
getRefreshCookieAge() - Method in interface org.eclipse.jetty.session.SessionConfig
 
getRegex() - Method in class org.eclipse.jetty.rewrite.handler.RegexRule
 
getReHandlePathInContext(Request, int, Throwable) - Method in class org.eclipse.jetty.server.handler.ReHandlingErrorHandler.ByHttpStatus
 
getReHandlePathInContext(Request, int, Throwable) - Method in class org.eclipse.jetty.server.handler.ReHandlingErrorHandler
 
getReloadInterval() - Method in class org.eclipse.jetty.security.HashLoginService
 
getReloadInterval() - Method in class org.eclipse.jetty.security.PropertyUserStore
 
getRemoteAddr(Request) - Static method in interface org.eclipse.jetty.server.Request
 
getRemoteAddress() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
 
getRemoteAddress() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchangeDelegate
 
getRemoteAddress() - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
 
getRemoteAddress() - Method in interface org.eclipse.jetty.http2.api.Session
Deprecated.
getRemoteAddress() - Method in class org.eclipse.jetty.http2.HTTP2Session
 
getRemoteAddress() - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
 
getRemoteAddress() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
getRemoteAddress() - Method in interface org.eclipse.jetty.io.EndPoint
Deprecated.
getRemoteAddress() - Method in class org.eclipse.jetty.quic.common.QuicSession
 
getRemoteAddress() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
getRemoteCloseInfo() - Method in class org.eclipse.jetty.quic.common.QuicSession
 
getRemoteCloseInfo() - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
 
getRemoteCloseInfo() - Method in class org.eclipse.jetty.quic.quiche.QuicheConnection
 
getRemoteIP(Request) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
getRemotePort(Request) - Static method in interface org.eclipse.jetty.server.Request
 
getRemoteSocketAddress() - Method in class org.eclipse.jetty.fcgi.server.internal.ServerFCGIConnection
 
getRemoteSocketAddress() - Method in interface org.eclipse.jetty.http2.api.Session
 
getRemoteSocketAddress() - Method in class org.eclipse.jetty.http2.HTTP2Session
 
getRemoteSocketAddress() - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
 
getRemoteSocketAddress() - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerConnection
 
getRemoteSocketAddress() - Method in interface org.eclipse.jetty.http3.api.Session
 
getRemoteSocketAddress() - Method in class org.eclipse.jetty.http3.HTTP3Session
 
getRemoteSocketAddress() - Method in class org.eclipse.jetty.http3.server.internal.ServerHTTP3StreamConnection
 
getRemoteSocketAddress() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
getRemoteSocketAddress() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
getRemoteSocketAddress() - Method in interface org.eclipse.jetty.io.EndPoint
 
getRemoteSocketAddress() - Method in class org.eclipse.jetty.io.SocketChannelEndPoint
 
getRemoteSocketAddress() - Method in class org.eclipse.jetty.io.ssl.SslConnection.SslEndPoint
 
getRemoteSocketAddress() - Method in class org.eclipse.jetty.quic.common.QuicStreamEndPoint
 
getRemoteSocketAddress() - Method in interface org.eclipse.jetty.server.ConnectionMetaData
 
getRemoteSocketAddress() - Method in class org.eclipse.jetty.server.ConnectionMetaData.Wrapper
 
getRemoteSocketAddress() - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
getRemoteSocketAddress() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
getRemoteUri() - Method in class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer
 
getRenegotiationLimit() - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
getRenegotiationLimit() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getReportDirs() - Method in class org.eclipse.jetty.util.Scanner
 
getReportExistingFilesOnStartup() - Method in class org.eclipse.jetty.util.Scanner
 
getRequest() - Method in class org.eclipse.jetty.client.FutureResponseListener
 
getRequest() - Method in exception class org.eclipse.jetty.client.HttpRequestException
 
getRequest() - Method in class org.eclipse.jetty.client.internal.HttpContentResponse
 
getRequest() - Method in interface org.eclipse.jetty.client.Response
 
getRequest() - Method in class org.eclipse.jetty.client.Result
 
getRequest() - Method in class org.eclipse.jetty.client.transport.HttpExchange
 
getRequest() - Method in class org.eclipse.jetty.client.transport.HttpResponse
 
getRequest() - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpChannelOverFCGI
 
getRequest() - Method in class org.eclipse.jetty.fcgi.parser.ContentParser
 
getRequest() - Method in class org.eclipse.jetty.fcgi.parser.HeaderParser
 
getRequest() - Method in class org.eclipse.jetty.security.jaas.callback.RequestCallback
 
getRequest() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ConnectContext
 
getRequest() - Method in class org.eclipse.jetty.server.handler.DelayedHandler.DelayedProcess
 
getRequest() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler.MinimumDataRateHandler.MinimumDataRateResponse
 
getRequest() - Method in interface org.eclipse.jetty.server.HttpChannel
Returns the Request object, if available.
getRequest() - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelResponse
 
getRequest() - Method in class org.eclipse.jetty.server.internal.HttpChannelState
 
getRequest() - Method in interface org.eclipse.jetty.server.Response
 
getRequest() - Method in class org.eclipse.jetty.server.Response.Wrapper
 
getRequestBody() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
 
getRequestBody() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchangeDelegate
 
getRequestBody() - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
 
getRequestBufferSize() - Method in class org.eclipse.jetty.client.HttpClient
 
getRequestCookieCompliance() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getRequestFailure() - Method in class org.eclipse.jetty.client.Result
 
getRequestFailure() - Method in class org.eclipse.jetty.client.transport.HttpExchange
 
getRequestHeaders() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
 
getRequestHeaders() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchangeDelegate
 
getRequestHeaders() - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
 
getRequestHeaderSize() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getRequestListeners() - Method in class org.eclipse.jetty.client.HttpClient
Returns a non thread-safe container of Request.Listeners that allows to add request listeners before performing requests.
getRequestLog() - Method in class org.eclipse.jetty.server.Server
 
getRequestMethod() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
 
getRequestMethod() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchangeDelegate
 
getRequestMethod() - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
 
getRequests() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getRequests() - Method in class org.eclipse.jetty.session.ManagedSession
Returns the current number of requests that are active in the Session.
getRequestsActive() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getRequestsActiveMax() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getRequestTimeMax() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getRequestTimeMean() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getRequestTimeStdDev() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getRequestTimeTotal() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getRequestURI() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
 
getRequestURI() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchangeDelegate
 
getRequestURI() - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
 
getRequiredInsertCount() - Method in class org.eclipse.jetty.http3.qpack.internal.EncodableEntry
 
getRequiredInsertCount() - Method in class org.eclipse.jetty.http3.qpack.internal.parser.EncodedFieldSection
 
getRequiredInsertCount() - Method in class org.eclipse.jetty.http3.qpack.internal.StreamInfo.SectionInfo
 
getRequiredSize(int) - Method in class org.eclipse.jetty.http3.qpack.internal.EncodableEntry
 
getReseed() - Method in class org.eclipse.jetty.session.DefaultSessionIdManager
 
getReservedCount() - Method in interface org.eclipse.jetty.util.Pool
 
getReservedCount() - Method in class org.eclipse.jetty.util.Pool.Wrapper
 
getReservedThreads() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
getReservedThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getResource() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.NotFoundHttpContent
 
getResource() - Method in interface org.eclipse.jetty.http.content.HttpContent
 
getResource() - Method in class org.eclipse.jetty.http.content.HttpContent.Wrapper
 
getResource() - Method in class org.eclipse.jetty.http.content.PreCompressedHttpContent
 
getResource() - Method in class org.eclipse.jetty.http.content.ResourceHttpContent
 
getResource() - Method in class org.eclipse.jetty.http.content.VirtualHttpContentFactory
 
getResource() - Method in class org.eclipse.jetty.http.pathmap.MappedResource
 
getResource() - Method in class org.eclipse.jetty.http.pathmap.MatchedResource
 
getResource(String) - Static method in class org.eclipse.jetty.util.Loader
 
getResourceBundle(String, boolean, Locale) - Static method in class org.eclipse.jetty.util.Loader
 
getResourceDescription() - Method in class org.eclipse.jetty.util.LeakDetector.LeakInfo
 
getResources() - Method in class org.eclipse.jetty.util.resource.CombinedResource
Retrieves the resource collection's resources.
getResourceService() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
getResponse() - Method in exception class org.eclipse.jetty.client.HttpResponseException
 
getResponse() - Method in class org.eclipse.jetty.client.Result
 
getResponse() - Method in class org.eclipse.jetty.client.transport.HttpExchange
 
getResponse() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ConnectContext
 
getResponse() - Method in class org.eclipse.jetty.server.handler.DelayedHandler.DelayedProcess
 
getResponse() - Method in class org.eclipse.jetty.server.internal.HttpChannelState
 
getResponse() - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
Wait for a response using a parser to detect the end of message
getResponse(boolean, long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
Wait for a response using a parser to detect the end of message
getResponse(String) - Method in class org.eclipse.jetty.server.LocalConnector
Get a single response using a parser to search for the end of the message.
getResponse(String, boolean, long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector
Get a single response using a parser to search for the end of the message.
getResponse(String, long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector
Get a single response using a parser to search for the end of the message.
getResponse(ByteBuffer) - Method in class org.eclipse.jetty.server.LocalConnector
Get a single response using a parser to search for the end of the message.
getResponse(ByteBuffer, boolean, long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector
Get a single response using a parser to search for the end of the message.
getResponse(ByteBuffer, long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector
Get a single response using a parser to search for the end of the message.
getResponseBody() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
 
getResponseBody() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchangeDelegate
 
getResponseBody() - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
 
getResponseBuffer() - Method in class org.eclipse.jetty.client.transport.internal.HttpReceiverOverHTTP
 
getResponseBufferSize() - Method in class org.eclipse.jetty.client.HttpClient
 
getResponseCode() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
 
getResponseCode() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchangeDelegate
 
getResponseCode() - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
 
getResponseCookieCompliance() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getResponseData() - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
getResponseFailure() - Method in class org.eclipse.jetty.client.Result
 
getResponseFailure() - Method in class org.eclipse.jetty.client.transport.HttpExchange
 
getResponseHeaders() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
 
getResponseHeaders() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchangeDelegate
 
getResponseHeaders() - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
 
getResponseHeaderSize() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getResponseHttpFields() - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelResponse
 
getResponseHttpFields(HttpChannelState) - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelResponse
 
getResponseListener() - Method in class org.eclipse.jetty.client.AuthenticationProtocolHandler
 
getResponseListener() - Method in class org.eclipse.jetty.client.ContinueProtocolHandler
 
getResponseListener() - Method in class org.eclipse.jetty.client.EarlyHintsProtocolHandler
 
getResponseListener() - Method in class org.eclipse.jetty.client.ProcessingProtocolHandler
 
getResponseListener() - Method in interface org.eclipse.jetty.client.ProtocolHandler
 
getResponseListener() - Method in class org.eclipse.jetty.client.RedirectProtocolHandler
 
getResponseListener() - Method in class org.eclipse.jetty.client.UpgradeProtocolHandler
 
getResponseListeners() - Method in class org.eclipse.jetty.client.transport.HttpConversation
Returns the list of response listeners that needs to be notified of response events.
getResponseListeners() - Method in class org.eclipse.jetty.client.transport.HttpExchange
 
getResponseListeners() - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
getResponses1xx() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getResponses2xx() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getResponses3xx() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getResponses4xx() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getResponses5xx() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getRetainDays() - Method in class org.eclipse.jetty.server.RequestLogWriter
Retrieve the number of days before rotated log files are deleted.
getRetainDays() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
getReuseAddress() - Method in class org.eclipse.jetty.io.ClientConnector
 
getReuseAddress() - Method in class org.eclipse.jetty.server.ServerConnector
 
getRevision() - Method in class org.eclipse.jetty.start.Version
 
getRFC2965SetCookie(HttpCookie) - Static method in class org.eclipse.jetty.server.HttpCookieUtils
 
getRFC6265SetCookie(HttpCookie) - Static method in class org.eclipse.jetty.server.HttpCookieUtils
 
getRoleClassNames() - Method in class org.eclipse.jetty.security.jaas.JAASLoginService
 
getRolePrincipals() - Method in class org.eclipse.jetty.security.UserStore.User
 
getRolePrincipals(String) - Method in class org.eclipse.jetty.security.UserStore
 
getRoles() - Method in class org.eclipse.jetty.security.Constraint.Builder
 
getRoles() - Method in interface org.eclipse.jetty.security.Constraint
 
getRoles(String) - Method in class org.eclipse.jetty.security.jaas.spi.AbstractDatabaseLoginModule
 
getRoot() - Static method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
getRoot() - Static method in class org.eclipse.jetty.jndi.local.localContextRoot
 
getRuleContainer() - Method in class org.eclipse.jetty.rewrite.handler.RewriteHandler
 
getRules() - Method in class org.eclipse.jetty.rewrite.handler.RewriteHandler
 
getRules() - Method in class org.eclipse.jetty.rewrite.handler.RuleContainer
 
getRunAsRole() - Method in class org.eclipse.jetty.security.internal.RoleRunAsToken
 
getSameSite() - Method in interface org.eclipse.jetty.http.HttpCookie
 
getSameSite() - Method in class org.eclipse.jetty.http.HttpCookie.Wrapper
 
getSameSite() - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
getSameSite() - Method in interface org.eclipse.jetty.session.SessionConfig
 
getSameSiteDefault(Attributes) - Static method in class org.eclipse.jetty.server.HttpCookieUtils
Get the default value for SameSite cookie attribute, if one has been set for the given context.
getSavePeriodSec() - Method in class org.eclipse.jetty.session.AbstractSessionDataStore
 
getSavePeriodSec() - Method in class org.eclipse.jetty.session.AbstractSessionDataStoreFactory
 
getScanDepth() - Method in class org.eclipse.jetty.util.Scanner
Get the scanDepth.
getScanInterval() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
getScanInterval() - Method in class org.eclipse.jetty.util.Scanner
Get the scan interval
getScanInterval() - Method in class org.eclipse.jetty.util.ssl.KeyStoreScanner
 
getScannables() - Method in class org.eclipse.jetty.util.Scanner
 
getScheduler() - Method in class org.eclipse.jetty.client.HttpClient
 
getScheduler() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getScheduler() - Method in class org.eclipse.jetty.io.ClientConnector
 
getScheduler() - Method in class org.eclipse.jetty.io.CyclicTimeout
 
getScheduler() - Method in class org.eclipse.jetty.io.IdleTimeout
 
getScheduler() - Method in class org.eclipse.jetty.io.SelectorManager
 
getScheduler() - Method in class org.eclipse.jetty.quic.common.QuicConnection
 
getScheduler() - Method in class org.eclipse.jetty.quic.common.QuicSession
 
getScheduler() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getScheduler() - Method in interface org.eclipse.jetty.server.Components
 
getScheduler() - Method in interface org.eclipse.jetty.server.Connector
 
getScheduler() - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
getScheduler() - Method in class org.eclipse.jetty.server.internal.HttpChannelState
 
getScheduler() - Method in class org.eclipse.jetty.server.Server
 
getScheduler() - Method in class org.eclipse.jetty.util.SocketAddressResolver.Async
 
getSchemaName() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
getScheme() - Method in class org.eclipse.jetty.client.Origin
 
getScheme() - Method in interface org.eclipse.jetty.client.Request
 
getScheme() - Method in class org.eclipse.jetty.client.transport.HttpDestination
 
getScheme() - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
getScheme() - Method in interface org.eclipse.jetty.http.HttpURI
 
getScheme() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
getScheme() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
getScheme() - Method in class org.eclipse.jetty.rewrite.handler.ForwardedSchemeHeaderRule
 
getScopedClassLoader() - Method in class org.eclipse.jetty.util.thread.ThreadClassLoaderScope
 
getScriptRoot() - Method in class org.eclipse.jetty.fcgi.client.transport.HttpClientTransportOverFCGI
 
getSearchRoot(String) - Static method in class org.eclipse.jetty.start.PathMatchers
Provide the non-glob / non-regex prefix on the pattern as a Path reference.
getSecurePort() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getSecurePort(HttpConfiguration) - Static method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
getSecureRandomAlgorithm() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getSecureRandomInstance() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getSecureScheme() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getSecurityHandler() - Method in class org.eclipse.jetty.security.SecurityHandler.NotChecked
 
getSecurityManager() - Static method in class org.eclipse.jetty.util.security.SecurityUtils
 
getSelectableChannel() - Method in class org.eclipse.jetty.io.ClientConnector.Configurator.ChannelWithAddress
 
getSelectCount() - Method in class org.eclipse.jetty.io.ManagedSelector
 
getSelectedCipherSuites() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getSelectedModules() - Method in class org.eclipse.jetty.start.StartArgs
The list of selected Modules to enable based on configuration obtained from start.d/*.ini, start.ini, and command line.
getSelectedProtocols() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getSelector() - Method in class org.eclipse.jetty.io.ManagedSelector
 
getSelectorCount() - Method in class org.eclipse.jetty.io.SelectorManager
 
getSelectorManager() - Method in class org.eclipse.jetty.server.ServerConnector
 
getSelectors() - Method in class org.eclipse.jetty.client.AbstractConnectorHttpClientTransport
 
getSelectors() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getSelectors() - Method in class org.eclipse.jetty.http2.client.transport.HttpClientTransportOverHTTP2
 
getSelectors() - Method in class org.eclipse.jetty.io.ClientConnector
 
getSendBufferSize() - Method in class org.eclipse.jetty.io.ClientConnector
 
getSendDateHeader() - Method in class org.eclipse.jetty.server.HttpConfiguration
Indicates if the Date header will be sent in responses.
getSendServerVersion() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getSendWindow() - Method in class org.eclipse.jetty.http2.HTTP2Session
 
getSendWindow() - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
getSendXPoweredBy() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getSentBytes() - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
getSentBytes() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
 
getSentBytesRate() - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
getSentBytesRate() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
 
getSentMessages() - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
getSentMessages() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
 
getSentMessagesRate() - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
getSentMessagesRate() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
 
getServer() - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
getServer() - Method in class org.eclipse.jetty.http.spi.JettyHttpContext
 
getServer() - Method in class org.eclipse.jetty.http.spi.JettyHttpServer
 
getServer() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getServer() - Method in interface org.eclipse.jetty.server.Connector
 
getServer() - Method in class org.eclipse.jetty.server.Handler.Abstract
 
getServer() - Method in interface org.eclipse.jetty.server.Handler
 
getServer() - Method in class org.eclipse.jetty.server.internal.HttpChannelState
 
getServer() - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
getServer() - Method in class org.eclipse.jetty.server.Server
 
getServer() - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
getServer() - Method in class org.eclipse.jetty.session.DefaultSessionIdManager
 
getServer() - Method in class org.eclipse.jetty.session.SessionHandler
 
getServerAliases(String, Principal[]) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
getServerAliases(String, Principal[]) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
 
getServerAliases(String, Principal[]) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedKeyManagerWrapper
 
getServerAuthority() - Method in class org.eclipse.jetty.fcgi.server.internal.ServerFCGIConnection
 
getServerAuthority() - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerConnection
 
getServerAuthority() - Method in class org.eclipse.jetty.http3.server.internal.ServerHTTP3StreamConnection
 
getServerAuthority() - Method in interface org.eclipse.jetty.server.ConnectionMetaData
 
getServerAuthority() - Method in class org.eclipse.jetty.server.ConnectionMetaData.Wrapper
 
getServerAuthority() - Method in class org.eclipse.jetty.server.HttpConfiguration
Get the Server authority override to be used if no authority is provided by a request.
getServerAuthority() - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
getServerAuthority(HttpConfiguration, ConnectionMetaData) - Static method in interface org.eclipse.jetty.server.ConnectionMetaData
 
getServerInfo() - Static method in class org.eclipse.jetty.server.handler.ContextHandler
 
getServerInfo() - Method in class org.eclipse.jetty.server.Server
 
getServerName(Request) - Static method in interface org.eclipse.jetty.server.Request
 
getServerPort(Request) - Static method in interface org.eclipse.jetty.server.Request
 
getServiceName() - Method in class org.eclipse.jetty.client.SPNEGOAuthentication
 
getServiceName() - Method in class org.eclipse.jetty.security.SPNEGOLoginService
 
getSession() - Method in interface org.eclipse.jetty.http2.api.Stream
 
getSession() - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpChannelOverHTTP2
 
getSession() - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpConnectionOverHTTP2
 
getSession() - Method in class org.eclipse.jetty.http2.HTTP2Connection
 
getSession() - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
getSession() - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerConnection
 
getSession() - Method in interface org.eclipse.jetty.http3.api.Stream
 
getSession() - Method in class org.eclipse.jetty.http3.client.transport.internal.HttpChannelOverHTTP3
 
getSession() - Method in class org.eclipse.jetty.http3.client.transport.internal.HttpConnectionOverHTTP3
 
getSession() - Method in class org.eclipse.jetty.http3.HTTP3Stream
 
getSession() - Method in interface org.eclipse.jetty.server.Session.API
 
getSession(boolean) - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelRequest
 
getSession(boolean) - Method in interface org.eclipse.jetty.server.Request
Get a Session associated with the request.
getSession(boolean) - Method in class org.eclipse.jetty.server.Request.Wrapper
 
getSession(Object) - Static method in interface org.eclipse.jetty.server.Session
Get the session associated with an API session wrapper.
getSessionAttribute(String) - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
getSessionAttributes() - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
getSessionCache() - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
getSessionCache() - Method in interface org.eclipse.jetty.session.SessionManager
 
getSessionCache(SessionManager) - Method in class org.eclipse.jetty.session.AbstractSessionCacheFactory
 
getSessionCache(SessionManager) - Method in interface org.eclipse.jetty.session.SessionCacheFactory
 
getSessionClient() - Method in class org.eclipse.jetty.http3.client.ClientHTTP3Session
 
getSessionComment() - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
getSessionComment() - Method in interface org.eclipse.jetty.session.SessionConfig
 
getSessionContext() - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
getSessionContext() - Method in exception class org.eclipse.jetty.session.UnreadableSessionDataException
 
getSessionContext() - Method in exception class org.eclipse.jetty.session.UnwriteableSessionDataException
 
getSessionCookie() - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
getSessionCookie() - Method in interface org.eclipse.jetty.session.SessionConfig
 
getSessionCookie(ManagedSession, boolean) - Method in class org.eclipse.jetty.session.AbstractSessionManager
A session cookie is marked as secure IFF any of the following conditions are true: SessionCookieConfig.setSecure == true SessionCookieConfig.setSecure == false && _secureRequestOnly==true && request is HTTPS According to SessionCookieConfig javadoc, case 1 can be used when: "...
getSessionCookie(ManagedSession, boolean) - Method in interface org.eclipse.jetty.session.SessionManager
 
getSessionData() - Method in class org.eclipse.jetty.session.ManagedSession
 
getSessionDataMap() - Method in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMapFactory
 
getSessionDataMap() - Method in class org.eclipse.jetty.session.CachingSessionDataStore
 
getSessionDataMap() - Method in interface org.eclipse.jetty.session.SessionDataMapFactory
 
getSessionDataStore() - Method in class org.eclipse.jetty.session.AbstractSessionCache
 
getSessionDataStore() - Method in interface org.eclipse.jetty.session.SessionCache
 
getSessionDataStore(SessionManager) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStoreFactory
 
getSessionDataStore(SessionManager) - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStoreFactory
 
getSessionDataStore(SessionManager) - Method in class org.eclipse.jetty.session.CachingSessionDataStoreFactory
 
getSessionDataStore(SessionManager) - Method in class org.eclipse.jetty.session.FileSessionDataStoreFactory
 
getSessionDataStore(SessionManager) - Method in class org.eclipse.jetty.session.JDBCSessionDataStoreFactory
 
getSessionDataStore(SessionManager) - Method in class org.eclipse.jetty.session.NullSessionDataStoreFactory
 
getSessionDataStore(SessionManager) - Method in interface org.eclipse.jetty.session.SessionDataStoreFactory
 
getSessionDomain() - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
getSessionDomain() - Method in interface org.eclipse.jetty.session.SessionConfig
 
getSessionHouseKeeper() - Method in class org.eclipse.jetty.session.DefaultSessionIdManager
 
getSessionHouseKeeper() - Method in interface org.eclipse.jetty.session.SessionIdManager
 
getSessionIdManager() - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
getSessionIdManager() - Method in interface org.eclipse.jetty.session.SessionManager
 
getSessionIdPathParameterName() - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
getSessionIdPathParameterName() - Method in interface org.eclipse.jetty.session.SessionConfig
 
getSessionIdPathParameterNamePrefix() - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
getSessionIdPathParameterNamePrefix() - Method in interface org.eclipse.jetty.session.SessionConfig
 
getSessionManager() - Method in class org.eclipse.jetty.session.AbstractSessionCache
 
getSessionManager() - Method in class org.eclipse.jetty.session.ManagedSession
 
getSessionManager() - Method in interface org.eclipse.jetty.session.SessionCache
 
getSessionManager() - Method in class org.eclipse.jetty.session.SessionContext
 
getSessionManagers() - Method in class org.eclipse.jetty.session.DefaultSessionIdManager
Get SessionManager for every context.
getSessionPath() - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
getSessionPath() - Method in interface org.eclipse.jetty.session.SessionConfig
 
getSessionRecvWindow() - Method in class org.eclipse.jetty.quic.common.QuicConfiguration
 
getSessions() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer
 
getSessionsCreated() - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
getSessionsCreated() - Method in interface org.eclipse.jetty.session.SessionManager
 
getSessionsCurrent() - Method in class org.eclipse.jetty.session.DefaultSessionCache
 
getSessionServer() - Method in class org.eclipse.jetty.http3.server.internal.ServerHTTP3Session
 
getSessionsMax() - Method in class org.eclipse.jetty.session.DefaultSessionCache
 
getSessionStallTime() - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
 
getSessionStore() - Method in class org.eclipse.jetty.session.CachingSessionDataStore
 
getSessionsTotal() - Method in class org.eclipse.jetty.session.DefaultSessionCache
 
getSessionTimeMean() - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
getSessionTimeMean() - Method in interface org.eclipse.jetty.session.SessionManager
 
getSessionTimeStdDev() - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
getSessionTimeStdDev() - Method in interface org.eclipse.jetty.session.SessionManager
 
getSessionTimeTotal() - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
getSessionTimeTotal() - Method in interface org.eclipse.jetty.session.SessionManager
 
getSetCookie(HttpCookie, CookieCompliance) - Static method in class org.eclipse.jetty.server.HttpCookieUtils
 
getSetCookie(HttpField) - Static method in class org.eclipse.jetty.server.HttpCookieUtils
Get a HttpHeader.SET_COOKIE field as a HttpCookie, either by optimally checking for a HttpCookieUtils.SetCookieHttpField or by parsing the value with HttpCookieUtils.parseSetCookie(String).
getSettings() - Method in class org.eclipse.jetty.http2.frames.SettingsFrame
 
getSettings() - Method in class org.eclipse.jetty.http3.frames.SettingsFrame
 
getShowMessageInTitle() - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
getShowModules() - Method in class org.eclipse.jetty.start.StartArgs
 
getShutdownIdleTimeout() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getSize() - Method in class org.eclipse.jetty.http2.hpack.HpackContext.Entry
 
getSize() - Method in class org.eclipse.jetty.http2.hpack.internal.MetaDataBuilder
Get the size.
getSize() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer
 
getSize() - Method in class org.eclipse.jetty.http3.qpack.internal.metadata.MetaDataBuilder
Get the size.
getSize() - Method in class org.eclipse.jetty.http3.qpack.internal.table.DynamicTable
 
getSize() - Method in class org.eclipse.jetty.http3.qpack.internal.table.Entry
 
getSize() - Method in class org.eclipse.jetty.io.ByteBufferPool.Accumulator
 
getSize() - Method in class org.eclipse.jetty.quic.quiche.jna.SizedStructure
 
getSize() - Method in class org.eclipse.jetty.util.Fields
 
getSize() - Method in class org.eclipse.jetty.util.thread.Sweeper
 
getSize(HttpField) - Static method in class org.eclipse.jetty.http3.qpack.internal.table.Entry
 
getSize(Entry) - Static method in class org.eclipse.jetty.http3.qpack.internal.table.Entry
 
getSizedThreadPool() - Method in class org.eclipse.jetty.util.thread.ThreadPoolBudget
 
getSkipFileValidationModules() - Method in class org.eclipse.jetty.start.StartArgs
 
getSnapshot(String, String) - Method in class org.eclipse.jetty.start.fileinits.MavenMetadata
 
getSnapshotBuildNumber() - Method in class org.eclipse.jetty.start.fileinits.MavenMetadata
 
getSnapshots() - Method in class org.eclipse.jetty.start.fileinits.MavenMetadata
 
getSnapshotTimestamp() - Method in class org.eclipse.jetty.start.fileinits.MavenMetadata
 
getSNIProvider() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Client
 
getSNISelector() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
 
getSocketAddress() - Method in class org.eclipse.jetty.client.Origin.Address
 
getSocketAddress() - Method in class org.eclipse.jetty.io.ClientConnector.Configurator.ChannelWithAddress
 
getSocketAddressResolver() - Method in class org.eclipse.jetty.client.HttpClient
 
getSortedAll() - Method in class org.eclipse.jetty.start.Modules
 
getSortedNames(Set<String>) - Method in class org.eclipse.jetty.start.Modules
 
getSourceAddress() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1.Tag
 
getSourceAddress() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
 
getSourcePort() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1.Tag
 
getSourcePort() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
 
getSources(String) - Method in class org.eclipse.jetty.start.StartArgs
 
getSpace() - Method in class org.eclipse.jetty.http3.qpack.internal.table.DynamicTable
 
getSpecLength() - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
The length of the spec.
getSpecLength() - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
getSpecLength() - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
getSpecLength() - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
getSslConnection() - Method in class org.eclipse.jetty.io.ssl.SslConnection.SslEndPoint
 
getSslContext() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getSslContextFactory() - Method in class org.eclipse.jetty.client.HttpClient
 
getSslContextFactory() - Method in class org.eclipse.jetty.client.ProxyConfiguration.Proxy
 
getSslContextFactory() - Method in class org.eclipse.jetty.io.ClientConnector
 
getSslContextFactory() - Method in class org.eclipse.jetty.jmx.ConnectorServer
 
getSslContextFactory() - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
getSSLContextInstance() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getSslEndPoint() - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
getSSLEngine() - Method in class org.eclipse.jetty.io.NegotiatingClientConnection
 
getSSLEngine() - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
getSSLEngine() - Method in class org.eclipse.jetty.io.ssl.SslHandshakeListener.Event
 
getSSLEngine() - Method in class org.eclipse.jetty.server.NegotiatingServerConnection
 
getSSLSession() - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
 
getSslSessionAttribute() - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 
getSslSessionCacheSize() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Get SSL session cache size.
getSslSessionDataAttribute() - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 
getSslSessionTimeout() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Get SSL session timeout.
getStackFrames() - Method in class org.eclipse.jetty.util.LeakDetector.LeakInfo
 
getStartArgs() - Method in class org.eclipse.jetty.start.BaseBuilder
 
getStartInis() - Method in interface org.eclipse.jetty.start.config.ConfigSource
 
getStartInis() - Method in class org.eclipse.jetty.start.config.DirConfigSource
 
getStartModules() - Method in class org.eclipse.jetty.start.StartArgs
 
getStartupTime() - Method in class org.eclipse.jetty.server.jmx.ServerMBean
 
getState() - Method in class org.eclipse.jetty.http.HttpGenerator
 
getState() - Method in class org.eclipse.jetty.http.HttpParser
 
getState() - Method in class org.eclipse.jetty.server.internal.MultiPartParser
 
getState() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
getState(LifeCycle) - Static method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
getStateTimestamps() - Method in class org.eclipse.jetty.deploy.DeploymentManager.AppEntry
 
getStatic(HttpHeader) - Static method in class org.eclipse.jetty.http2.hpack.HpackContext
 
getStaticHuffmanValue() - Method in class org.eclipse.jetty.http2.hpack.HpackContext.Entry
 
getStaticHuffmanValue() - Method in class org.eclipse.jetty.http2.hpack.HpackContext.StaticEntry
 
getStaticHuffmanValue() - Method in class org.eclipse.jetty.http3.qpack.internal.table.Entry
 
getStaticHuffmanValue() - Method in class org.eclipse.jetty.http3.qpack.internal.table.Entry.StaticEntry
 
getStaticTable() - Static method in class org.eclipse.jetty.http3.qpack.internal.QpackContext
 
getStaticValue() - Method in class org.eclipse.jetty.http2.hpack.internal.StaticTableHttpField
 
getStaticValue() - Method in class org.eclipse.jetty.http3.qpack.internal.metadata.StaticTableHttpField
 
getStatus() - Method in class org.eclipse.jetty.client.internal.HttpContentResponse
 
getStatus() - Method in interface org.eclipse.jetty.client.Response
 
getStatus() - Method in class org.eclipse.jetty.client.transport.HttpResponse
 
getStatus() - Method in class org.eclipse.jetty.http.HttpTester.Response
 
getStatus() - Method in class org.eclipse.jetty.http.MetaData.Response
 
getStatus() - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelResponse
 
getStatus() - Method in interface org.eclipse.jetty.server.Response
 
getStatus() - Method in class org.eclipse.jetty.server.Response.Wrapper
 
getStatusCode() - Method in class org.eclipse.jetty.rewrite.handler.RedirectPatternRule
 
getStatusCode() - Method in class org.eclipse.jetty.rewrite.handler.RedirectRegexRule
 
getStatusCode() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
getStdDev() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
 
getStopAtShutdown() - Method in class org.eclipse.jetty.server.Server
 
getStopTimeout() - Method in class org.eclipse.jetty.server.Server
 
getStopTimeout() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getStoreDir() - Method in class org.eclipse.jetty.session.FileSessionDataStore
 
getStoreDir() - Method in class org.eclipse.jetty.session.FileSessionDataStoreFactory
 
getStream() - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpChannelOverHTTP2
 
getStream() - Method in class org.eclipse.jetty.http3.client.transport.internal.HttpChannelOverHTTP3
 
getStream() - Static method in class org.eclipse.jetty.start.StartLog
 
getStream(int) - Method in interface org.eclipse.jetty.http2.api.Session
Retrieves the stream with the given streamId.
getStream(int) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
getStream(long) - Method in class org.eclipse.jetty.http3.HTTP3Session
 
getStreamCount() - Method in class org.eclipse.jetty.http2.HTTP2Session
 
getStreamEndPoint(long) - Method in class org.eclipse.jetty.quic.common.ProtocolSession
 
getStreamId() - Method in class org.eclipse.jetty.http2.frames.ContinuationFrame
 
getStreamId() - Method in class org.eclipse.jetty.http2.frames.ResetFrame
 
getStreamId() - Method in class org.eclipse.jetty.http2.frames.StreamFrame
 
getStreamId() - Method in class org.eclipse.jetty.http2.frames.WindowUpdateFrame
 
getStreamId() - Method in class org.eclipse.jetty.http2.HTTP2Stream.FrameList
 
getStreamId() - Method in class org.eclipse.jetty.http2.parser.BodyParser
 
getStreamId() - Method in class org.eclipse.jetty.http2.parser.HeaderBlockFragments
 
getStreamId() - Method in class org.eclipse.jetty.http2.parser.HeaderParser
 
getStreamId() - Method in class org.eclipse.jetty.http3.qpack.internal.instruction.SectionAcknowledgmentInstruction
 
getStreamId() - Method in class org.eclipse.jetty.http3.qpack.internal.parser.EncodedFieldSection
 
getStreamId() - Method in class org.eclipse.jetty.http3.qpack.internal.StreamInfo
 
getStreamId() - Method in class org.eclipse.jetty.quic.common.QuicStreamEndPoint
 
getStreamIdleTimeout() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
getStreamIdleTimeout() - Method in class org.eclipse.jetty.http2.HTTP2Session
 
getStreamIdleTimeout() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
 
getStreamIdleTimeout() - Method in class org.eclipse.jetty.http3.HTTP3Configuration
 
getStreamIdleTimeout() - Method in class org.eclipse.jetty.http3.HTTP3Session
 
getStreamListener() - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpChannelOverHTTP2
 
getStreamListener() - Method in class org.eclipse.jetty.http3.client.transport.internal.HttpChannelOverHTTP3
 
getStreams() - Method in interface org.eclipse.jetty.http2.api.Session
 
getStreams() - Method in class org.eclipse.jetty.http2.HTTP2Session
 
getStreams() - Method in interface org.eclipse.jetty.http3.api.Session
 
getStreams() - Method in class org.eclipse.jetty.http3.HTTP3Session
 
getStreamsClosed() - Method in class org.eclipse.jetty.http2.HTTP2Session
 
getStreamsOpened() - Method in class org.eclipse.jetty.http2.HTTP2Session
 
getStreamsStallTime() - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
 
getString(String) - Method in class org.eclipse.jetty.start.Props
 
getString(String) - Method in class org.eclipse.jetty.util.MultiMap
Get value as String.
getString(String, boolean, boolean) - Method in class org.eclipse.jetty.xml.XmlParser.Node
Get a tag as a string.
getString(String, String) - Method in class org.eclipse.jetty.start.Props
 
getStringType() - Method in class org.eclipse.jetty.session.DatabaseAdaptor
 
getStructure() - Method in class org.eclipse.jetty.quic.quiche.jna.SizedStructure
 
getStsMaxAge() - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 
getStyleSheet() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
getSubject() - Method in class org.eclipse.jetty.security.internal.DefaultUserIdentity
 
getSubject() - Method in class org.eclipse.jetty.security.jaas.JAASUserPrincipal
Provide access to the Subject
getSubject() - Method in class org.eclipse.jetty.security.jaas.spi.AbstractLoginModule
 
getSubject() - Method in class org.eclipse.jetty.security.RoleDelegateUserIdentity
 
getSubject() - Method in interface org.eclipse.jetty.security.UserIdentity
 
getSuccessListener() - Method in class org.eclipse.jetty.client.RequestListeners
 
getSuffix() - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
A simple suffix match for the pathspec or null
getSuffix() - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
getSuffix() - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
getSuffix() - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
getSuffix() - Method in class org.eclipse.jetty.start.Version
 
getSuffix(String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
getSuffix(Name) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
getSystemClassLoaderLocation(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
 
getSystemProperties() - Method in class org.eclipse.jetty.start.StartArgs
 
getSystemUserIdentity() - Method in class org.eclipse.jetty.security.DefaultIdentityService
 
getSystemUserIdentity() - Method in interface org.eclipse.jetty.security.IdentityService
 
getTableCapacity() - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
 
getTableCapacity() - Method in class org.eclipse.jetty.http3.qpack.QpackEncoder
 
getTableName() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
getTag() - Method in class org.eclipse.jetty.client.Origin
 
getTag() - Method in interface org.eclipse.jetty.client.Request
 
getTag() - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
getTag() - Method in class org.eclipse.jetty.xml.XmlParser.Node
 
getTags() - Method in class org.eclipse.jetty.start.Module
 
getTail() - Method in interface org.eclipse.jetty.server.Handler.Singleton
 
getTasks() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
 
getTempDirectory() - Method in interface org.eclipse.jetty.server.Context
 
getTempDirectory() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getTempDirectory() - Method in class org.eclipse.jetty.server.handler.ContextHandler.ScopedContext
 
getTempDirectory() - Method in class org.eclipse.jetty.server.Server
 
getTerminatedCount() - Method in class org.eclipse.jetty.util.ConcurrentPool
 
getTerminatedCount() - Method in interface org.eclipse.jetty.util.Pool
 
getTerminatedCount() - Method in class org.eclipse.jetty.util.Pool.Wrapper
 
getThreadLimit() - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
getThreadLimit(String) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
getThreadPool() - Method in interface org.eclipse.jetty.server.Components
 
getThreadPool() - Method in class org.eclipse.jetty.server.internal.HttpChannelState
 
getThreadPool() - Method in class org.eclipse.jetty.server.Server
 
getThreadPoolBudget() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
getThreadPoolBudget() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getThreadPoolBudget() - Method in interface org.eclipse.jetty.util.thread.ThreadPool.SizedThreadPool
 
getThreads() - Method in class org.eclipse.jetty.http.spi.DelegatingThreadPool
 
getThreads() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
getThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
The fundamental value that represents the number of threads currently known by this thread pool.
getThreads() - Method in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
getThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPool
 
getThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPoolBudget.Lease
 
getThreads() - Method in class org.eclipse.jetty.util.thread.ThreadPoolBudget.Leased
 
getThreadsPriority() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
getThreadsPriority() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getTicketCachePath() - Method in class org.eclipse.jetty.client.SPNEGOAuthentication
 
getTimeout() - Method in interface org.eclipse.jetty.client.Request
 
getTimeout() - Method in class org.eclipse.jetty.client.transport.HttpConversation
Returns the total timeout for the conversation.
getTimeout() - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
getTimeout() - Method in class org.eclipse.jetty.util.SocketAddressResolver.Async
 
getTimeoutNanoTime() - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
getTimeStamp(Request) - Static method in interface org.eclipse.jetty.server.Request
Get the millisecond timestamp at which the request was created, obtained with System.currentTimeMillis().
getTimeZone() - Method in class org.eclipse.jetty.server.RequestLogWriter
 
getTimeZone() - Method in class org.eclipse.jetty.util.DateCache
 
getTLV(int) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
Gets a TLV vector, see section 2.2.7 of the PROXY protocol specification.
getTLVs() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
 
getTo() - Method in class org.eclipse.jetty.deploy.graph.Edge
 
getToken(byte) - Static method in class org.eclipse.jetty.http.HttpTokens
 
getToken(char) - Static method in class org.eclipse.jetty.http.HttpTokens
 
getTotal() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
getTotal() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
 
getTotalKeys() - Method in class org.eclipse.jetty.io.ManagedSelector
 
getTotalKeys() - Method in class org.eclipse.jetty.io.SelectorManager
Get total number of keys from each selector.
getTotalLength() - Method in class org.eclipse.jetty.io.ByteBufferPool.Accumulator
 
getTrailers() - Method in class org.eclipse.jetty.client.internal.HttpContentResponse
 
getTrailers() - Method in interface org.eclipse.jetty.client.Response
 
getTrailers() - Method in class org.eclipse.jetty.client.transport.HttpResponse
 
getTrailers() - Method in class org.eclipse.jetty.http.Trailers
 
getTrailers() - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelRequest
 
getTrailers() - Method in interface org.eclipse.jetty.server.Request
 
getTrailers() - Method in class org.eclipse.jetty.server.Request.Wrapper
 
getTrailersSupplier() - Method in interface org.eclipse.jetty.client.Request
 
getTrailersSupplier() - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
getTrailersSupplier() - Method in class org.eclipse.jetty.http.MetaData
 
getTrailersSupplier() - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelResponse
 
getTrailersSupplier() - Method in interface org.eclipse.jetty.server.Response
 
getTrailersSupplier() - Method in class org.eclipse.jetty.server.Response.Wrapper
 
getTransport() - Method in class org.eclipse.jetty.client.HttpClient
 
getTransport() - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
 
getTransport() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
getTransport() - Method in interface org.eclipse.jetty.io.EndPoint
 
getTransport() - Method in class org.eclipse.jetty.io.SelectableChannelEndPoint
 
getTransport() - Method in class org.eclipse.jetty.io.ssl.SslConnection.SslEndPoint
 
getTransport() - Method in class org.eclipse.jetty.quic.common.QuicStreamEndPoint
 
getTransport() - Method in class org.eclipse.jetty.quic.server.QuicServerConnector
 
getTransport() - Method in class org.eclipse.jetty.security.Constraint.Builder
 
getTransport() - Method in interface org.eclipse.jetty.security.Constraint
 
getTransport() - Method in interface org.eclipse.jetty.server.Connector
 
getTransport() - Method in class org.eclipse.jetty.server.LocalConnector
 
getTransport() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
getTransport() - Method in class org.eclipse.jetty.server.ServerConnector
 
getTrustedCertsPemPath() - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
 
getTrustManagerFactoryAlgorithm() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getTrustManagerFactoryInstance() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getTrustManagers(KeyStore, Collection<? extends CRL>) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getTrustStore() - Method in class org.eclipse.jetty.util.security.CertificateValidator
 
getTrustStore() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getTrustStorePath() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getTrustStoreProvider() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getTrustStoreResource() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getTrustStoreType() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getTunnelSupport() - Method in class org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2
 
getTunnelSupport() - Method in interface org.eclipse.jetty.server.HttpStream
 
getTunnelSupport() - Method in class org.eclipse.jetty.server.HttpStream.Wrapper
 
getTunnelSupport() - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelRequest
 
getTunnelSupport() - Method in class org.eclipse.jetty.server.internal.HttpConnection.HttpStreamOverHTTP1
 
getTunnelSupport() - Method in interface org.eclipse.jetty.server.Request
 
getTunnelSupport() - Method in class org.eclipse.jetty.server.Request.Wrapper
 
getType() - Method in class org.eclipse.jetty.client.AbstractAuthentication
 
getType() - Method in class org.eclipse.jetty.client.Authentication.HeaderInfo
 
getType() - Method in class org.eclipse.jetty.client.BasicAuthentication
 
getType() - Method in class org.eclipse.jetty.client.DigestAuthentication
 
getType() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.TLV
 
getType() - Method in class org.eclipse.jetty.client.SPNEGOAuthentication
 
getType() - Method in class org.eclipse.jetty.http.HttpTokens.Token
 
getType() - Method in class org.eclipse.jetty.http2.frames.Frame
 
getType() - Method in enum class org.eclipse.jetty.http2.frames.FrameType
 
getUnidirectionalStreamRecvWindow() - Method in class org.eclipse.jetty.quic.common.QuicConfiguration
 
getUnits() - Method in class org.eclipse.jetty.server.AcceptRateLimit
 
getUnits() - Method in class org.eclipse.jetty.util.statistic.RateStatistic
 
getUpdate() - Method in class org.eclipse.jetty.start.Version
 
getUpdated() - Method in class org.eclipse.jetty.start.fileinits.MavenMetadata.Snapshot
 
getUpdateSessionStatement(Connection, String, SessionContext) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
getUpdateStatement(Connection, String, SessionContext) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
getUptime() - Method in class org.eclipse.jetty.util.Uptime.DefaultImpl
 
getUptime() - Static method in class org.eclipse.jetty.util.Uptime
 
getUptime() - Method in interface org.eclipse.jetty.util.Uptime.Impl
 
getURI() - Method in class org.eclipse.jetty.client.AbstractAuthentication
 
getURI() - Method in interface org.eclipse.jetty.client.Authentication.Result
 
getURI() - Method in class org.eclipse.jetty.client.BasicAuthentication.BasicResult
 
getURI() - Method in class org.eclipse.jetty.client.HttpProxy
 
getURI() - Method in class org.eclipse.jetty.client.ProxyConfiguration.Proxy
 
getURI() - Method in interface org.eclipse.jetty.client.Request
 
getURI() - Method in class org.eclipse.jetty.client.SPNEGOAuthentication.SPNEGOResult
 
getURI() - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
getURI() - Method in class org.eclipse.jetty.http.HttpTester.Request
 
getURI() - Method in class org.eclipse.jetty.server.Server
 
getURI() - Method in class org.eclipse.jetty.util.resource.CombinedResource
 
getURI() - Method in class org.eclipse.jetty.util.resource.MemoryResource
 
getURI() - Method in class org.eclipse.jetty.util.resource.PathResource
 
getURI() - Method in class org.eclipse.jetty.util.resource.Resource
URI representing the resource.
getUriCompliance() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getUriLastPathSegment(URI) - Static method in class org.eclipse.jetty.util.URIUtil
Given a URI, attempt to get the last segment.
getURL() - Method in interface org.eclipse.jetty.http.ComplianceViolation
 
getURL() - Method in enum class org.eclipse.jetty.http.CookieCompliance.Violation
 
getURL() - Method in enum class org.eclipse.jetty.http.HttpCompliance.Violation
 
getURL() - Method in enum class org.eclipse.jetty.http.UriCompliance.Violation
 
getUser() - Method in interface org.eclipse.jetty.http.HttpURI
 
getUser() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
getUser() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
getUser(String) - Method in class org.eclipse.jetty.security.jaas.spi.AbstractDatabaseLoginModule
Load info from database
getUser(String) - Method in class org.eclipse.jetty.security.jaas.spi.AbstractLoginModule
 
getUser(String) - Method in class org.eclipse.jetty.security.jaas.spi.LdapLoginModule
get the available information about the user
getUser(String) - Method in class org.eclipse.jetty.security.jaas.spi.PropertyFileLoginModule
 
getUserAgentField() - Method in class org.eclipse.jetty.client.HttpClient
 
getUserIdentity() - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator.UserAuthenticationSucceeded
 
getUserIdentity() - Method in class org.eclipse.jetty.security.authentication.SessionAuthentication
 
getUserIdentity() - Method in interface org.eclipse.jetty.security.AuthenticationState.Succeeded
 
getUserIdentity(Subject, Principal, boolean) - Method in interface org.eclipse.jetty.security.LoginService
Get or create a UserIdentity that is not authenticated by the LoginService.
getUserKey() - Method in class org.eclipse.jetty.security.JDBCLoginService.JDBCUserPrincipal
 
getUserKeyTabPath() - Method in class org.eclipse.jetty.client.SPNEGOAuthentication
 
getUserName() - Method in class org.eclipse.jetty.client.SPNEGOAuthentication
 
getUserName() - Method in class org.eclipse.jetty.security.jaas.callback.AbstractCallbackHandler
 
getUserName() - Method in class org.eclipse.jetty.security.jaas.spi.AbstractLoginModule.JAASUser
 
getUserPassword() - Method in class org.eclipse.jetty.client.SPNEGOAuthentication
 
getUserPrincipal() - Method in interface org.eclipse.jetty.security.AuthenticationState.Succeeded
 
getUserPrincipal() - Method in class org.eclipse.jetty.security.internal.DefaultUserIdentity
 
getUserPrincipal() - Method in class org.eclipse.jetty.security.RoleDelegateUserIdentity
 
getUserPrincipal() - Method in interface org.eclipse.jetty.security.UserIdentity
 
getUserPrincipal() - Method in class org.eclipse.jetty.security.UserStore.User
 
getUserPrincipal() - Method in interface org.eclipse.jetty.server.Request.AuthenticationState
 
getUserPrincipal(String) - Method in class org.eclipse.jetty.security.UserStore
 
getUserPrincipal(Request) - Static method in interface org.eclipse.jetty.security.AuthenticationState
Get the UserPrincipal of an authenticated request.
getUtf8Bytes(String) - Static method in class org.eclipse.jetty.util.StringUtil
 
getUtilizationRate() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
The rate between the number of utilized threads and the maximum number of utilizable threads.
getUtilizedThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
The number of threads executing transient jobs.
getValidatingConnectionCount() - Method in class org.eclipse.jetty.client.ValidatingConnectionPool
 
getValue() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.TLV
 
getValue() - Method in interface org.eclipse.jetty.http.HttpCookie
 
getValue() - Method in class org.eclipse.jetty.http.HttpCookie.Immutable
 
getValue() - Method in class org.eclipse.jetty.http.HttpCookie.JavaNetHttpCookie
 
getValue() - Method in class org.eclipse.jetty.http.HttpCookie.Wrapper
 
getValue() - Method in class org.eclipse.jetty.http.HttpField
 
getValue() - Method in class org.eclipse.jetty.http.pathmap.MappedResource
 
getValue() - Method in class org.eclipse.jetty.http3.qpack.internal.instruction.IndexedNameEntryInstruction
 
getValue() - Method in class org.eclipse.jetty.http3.qpack.internal.instruction.LiteralNameEntryInstruction
 
getValue() - Method in class org.eclipse.jetty.quic.quiche.jna.bool_pointer
 
getValue() - Method in class org.eclipse.jetty.quic.quiche.jna.size_t_pointer
 
getValue() - Method in class org.eclipse.jetty.quic.quiche.jna.uint32_t_pointer
 
getValue() - Method in class org.eclipse.jetty.quic.quiche.jna.uint64_t_pointer
 
getValue() - Method in class org.eclipse.jetty.quic.quiche.jna.uint8_t_pointer
 
getValue() - Method in enum class org.eclipse.jetty.quic.quiche.QuicheConfig.CongestionControl
 
getValue() - Method in class org.eclipse.jetty.rewrite.handler.CookiePatternRule
 
getValue() - Method in class org.eclipse.jetty.server.HttpCookieUtils.SetCookieHttpField
 
getValue() - Method in class org.eclipse.jetty.start.fileinits.MavenMetadata.Snapshot
 
getValue() - Method in class org.eclipse.jetty.util.Fields.Field
 
getValue() - Method in class org.eclipse.jetty.xml.XmlParser.Attribute
 
getValue(String) - Static method in class org.eclipse.jetty.start.Props
 
getValue(String) - Method in class org.eclipse.jetty.util.Fields
 
getValue(String) - Method in class org.eclipse.jetty.util.MultiMap
Get the first value from a multiple value.
getValue(String, int) - Method in class org.eclipse.jetty.util.MultiMap
Get a value from a multiple value.
getValueAsBytes(int) - Method in class org.eclipse.jetty.quic.quiche.jna.char_pointer
 
getValueAsInt() - Method in class org.eclipse.jetty.util.Fields.Field
Attempts to convert the result of Fields.Field.getValue() to an integer, returning it if the conversion is successful; returns null if the result of Fields.Field.getValue() is null.
getValueAsString(int, Charset) - Method in class org.eclipse.jetty.quic.quiche.jna.char_pointer
 
getValueList() - Method in class org.eclipse.jetty.http.HttpField
 
getValueParameters(String, Map<String, String>) - Static method in class org.eclipse.jetty.http.HttpField
Get field value parameters.
getValues() - Method in class org.eclipse.jetty.http.HttpField
 
getValues() - Method in class org.eclipse.jetty.http.QuotedCSV
 
getValues() - Method in class org.eclipse.jetty.http.QuotedQualityCSV
 
getValues() - Method in class org.eclipse.jetty.util.Fields.Field
 
getValues(String) - Method in interface org.eclipse.jetty.http.HttpFields
Get multi headers
getValues(String) - Static method in class org.eclipse.jetty.start.Props
 
getValues(String) - Method in class org.eclipse.jetty.util.Fields
 
getValues(String) - Method in class org.eclipse.jetty.util.MultiMap
Get multiple values.
getValuesList(String) - Method in interface org.eclipse.jetty.http.HttpFields
Get multiple header of the same name
getValuesList(HttpHeader) - Method in interface org.eclipse.jetty.http.HttpFields
Get multiple field values of the same name
getValuesOrEmpty(String) - Method in class org.eclipse.jetty.util.Fields
 
getVariableCount() - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
getVariables() - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
getVariance() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
 
getVary() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
getVerifyPeer() - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
 
getVersion() - Method in class org.eclipse.jetty.client.internal.HttpContentResponse
 
getVersion() - Method in interface org.eclipse.jetty.client.Request
 
getVersion() - Method in interface org.eclipse.jetty.client.Response
 
getVersion() - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
getVersion() - Method in class org.eclipse.jetty.client.transport.HttpResponse
 
getVersion() - Method in class org.eclipse.jetty.deploy.DeploymentManager.AppEntry
 
getVersion() - Method in interface org.eclipse.jetty.http.HttpCookie
 
getVersion() - Method in class org.eclipse.jetty.http.HttpCookie.Immutable
 
getVersion() - Method in class org.eclipse.jetty.http.HttpCookie.JavaNetHttpCookie
 
getVersion() - Method in class org.eclipse.jetty.http.HttpCookie.Wrapper
 
getVersion() - Method in class org.eclipse.jetty.http.HttpTester.Message
 
getVersion() - Method in enum class org.eclipse.jetty.http.HttpVersion
 
getVersion() - Method in class org.eclipse.jetty.nosql.NoSqlSessionDataStore.NoSqlSessionData
 
getVersion() - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
 
getVersion() - Static method in class org.eclipse.jetty.server.Server
 
getVersion() - Method in class org.eclipse.jetty.start.fileinits.MavenMetadata
 
getVersion() - Method in class org.eclipse.jetty.start.Module
 
getVersion() - Method in class org.eclipse.jetty.util.JavaVersion
 
getVersion(Class<?>) - Static method in class org.eclipse.jetty.util.ManifestUtils
Attempts to return the version of the jar/module for the given class.
getVersion(Path) - Static method in class org.eclipse.jetty.start.JarVersion
 
getVhost() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
getVhost() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.ExpiryInfo
 
getVhost() - Method in class org.eclipse.jetty.session.SessionContext
 
getVhost() - Method in class org.eclipse.jetty.session.SessionData
 
getVHost() - Method in class org.eclipse.jetty.session.ManagedSession
 
getViaHost() - Method in class org.eclipse.jetty.proxy.ProxyHandler
 
getViolations() - Method in interface org.eclipse.jetty.http.HttpURI
 
getViolations() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
getViolations() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
getVirtualHostColumn() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
getVirtualHosts() - Method in class org.eclipse.jetty.rewrite.handler.VirtualHostRuleContainer
 
getVirtualHosts() - Method in interface org.eclipse.jetty.server.Context
 
getVirtualHosts() - Method in class org.eclipse.jetty.server.handler.ContextHandler
Get the virtual hosts for the context.
getVirtualHosts() - Method in class org.eclipse.jetty.server.handler.ContextHandler.ScopedContext
 
getVirtualThreadsExecutor() - Method in class org.eclipse.jetty.http.spi.DelegatingThreadPool
 
getVirtualThreadsExecutor() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
getVirtualThreadsExecutor() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getVirtualThreadsExecutor() - Method in interface org.eclipse.jetty.util.VirtualThreads.Configurable
 
getVirtualThreadsExecutor(Executor) - Static method in class org.eclipse.jetty.util.VirtualThreads
 
getWantClientAuth() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
 
getWeight() - Method in class org.eclipse.jetty.http2.frames.PriorityFrame
 
getWeight() - Method in class org.eclipse.jetty.start.config.CommandLineConfigSource
 
getWeight() - Method in interface org.eclipse.jetty.start.config.ConfigSource
The weight of this source, used for proper ordering of the config source search order.
getWeight() - Method in class org.eclipse.jetty.start.config.DirConfigSource
 
getWelcomeFactory() - Method in class org.eclipse.jetty.server.ResourceService
 
getWelcomeFiles() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
getWelcomeMode() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
getWelcomeMode() - Method in class org.eclipse.jetty.server.ResourceService
 
getWelcomeTarget(HttpContent, Request) - Method in interface org.eclipse.jetty.server.ResourceService.WelcomeFactory
Finds a matching welcome target for the request.
getWhiteListHosts() - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
getWilds() - Method in class org.eclipse.jetty.util.ssl.X509
 
getWindowCapacity() - Method in class org.eclipse.jetty.quic.common.QuicSession
 
getWindowCapacity(long) - Method in class org.eclipse.jetty.quic.common.QuicSession
 
getWindowDelta() - Method in class org.eclipse.jetty.http2.frames.WindowUpdateFrame
 
getWorkerName() - Method in class org.eclipse.jetty.session.DefaultSessionIdManager
Get the workname.
getWorkerName() - Method in class org.eclipse.jetty.session.SessionContext
 
getWorkerName() - Method in interface org.eclipse.jetty.session.SessionIdManager
 
getWrapped() - Method in class org.eclipse.jetty.http.content.HttpContent.Wrapper
 
getWrapped() - Method in class org.eclipse.jetty.http.HttpCookie.Wrapper
 
getWrapped() - Method in class org.eclipse.jetty.http.MimeTypes.Wrapper
 
getWrapped() - Method in class org.eclipse.jetty.io.ByteBufferPool.Wrapper
 
getWrapped() - Method in class org.eclipse.jetty.io.Retainable.Wrapper
 
getWrapped() - Method in class org.eclipse.jetty.io.RetainableByteBuffer.Wrapper
 
getWrapped() - Method in class org.eclipse.jetty.server.ConnectionMetaData.Wrapper
 
getWrapped() - Method in class org.eclipse.jetty.server.HttpStream.Wrapper
 
getWrapped() - Method in class org.eclipse.jetty.server.Request.Wrapper
 
getWrapped() - Method in class org.eclipse.jetty.server.Response.Wrapper
 
getWrapped() - Method in class org.eclipse.jetty.util.Attributes.Wrapper
 
getWrapped() - Method in class org.eclipse.jetty.util.Pool.Entry.Wrapper
 
getWrapped() - Method in class org.eclipse.jetty.util.Pool.Wrapper
 
getWriteFlusher() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
getWriteFlusher() - Method in class org.eclipse.jetty.io.ssl.SslConnection.SslEndPoint
 
getWriter() - Method in class org.eclipse.jetty.server.CustomRequestLog
 
getWriteThreshold() - Method in class org.eclipse.jetty.http2.HTTP2Session
 
getX509(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getX509CertChain(SSLSession) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Obtain the X509 Certificate Chain from the provided SSLSession using this SslContextFactory's optional Provider specific CertificateFactory.
getXmlFiles() - Method in class org.eclipse.jetty.start.StartEnvironment
 
getXmls() - Method in class org.eclipse.jetty.start.Module
 
getXpath() - Method in class org.eclipse.jetty.xml.XmlParser
 
GIT_HASH - Static variable in class org.eclipse.jetty.util.Jetty
 
GO_AWAY - Enum constant in enum class org.eclipse.jetty.http2.frames.FrameType
 
goAway(boolean) - Method in interface org.eclipse.jetty.http3.api.Session
Initiates the shutdown of this session by sending a GOAWAY frame to the other peer.
goAway(boolean) - Method in class org.eclipse.jetty.http3.HTTP3Session
 
goAway(GoAwayFrame, Callback) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
GOAWAY - Enum constant in enum class org.eclipse.jetty.http3.frames.FrameType
 
GoAwayBodyParser - Class in org.eclipse.jetty.http2.parser
 
GoAwayBodyParser - Class in org.eclipse.jetty.http3.parser
 
GoAwayBodyParser(HeaderParser, Parser.Listener) - Constructor for class org.eclipse.jetty.http2.parser.GoAwayBodyParser
 
GoAwayBodyParser(HeaderParser, ParserListener) - Constructor for class org.eclipse.jetty.http3.parser.GoAwayBodyParser
 
GoAwayFrame - Class in org.eclipse.jetty.http2.frames
 
GoAwayFrame - Class in org.eclipse.jetty.http3.frames
 
GoAwayFrame(int, int, byte[]) - Constructor for class org.eclipse.jetty.http2.frames.GoAwayFrame
 
GoAwayFrame(long) - Constructor for class org.eclipse.jetty.http3.frames.GoAwayFrame
 
GoAwayGenerator - Class in org.eclipse.jetty.http2.generator
 
GoAwayGenerator - Class in org.eclipse.jetty.http3.generator
 
GoAwayGenerator(HeaderGenerator) - Constructor for class org.eclipse.jetty.http2.generator.GoAwayGenerator
 
GoAwayGenerator(ByteBufferPool, boolean) - Constructor for class org.eclipse.jetty.http3.generator.GoAwayGenerator
 
GONE - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
GONE_410 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
Graceful - Interface in org.eclipse.jetty.util.component
Jetty components that wish to be part of a Graceful shutdown implement this interface so that the Graceful.shutdown() method will be called to initiate a shutdown.
GRACEFUL - Static variable in class org.eclipse.jetty.http2.frames.GoAwayFrame
 
Graceful.Shutdown - Class in org.eclipse.jetty.util.component
A utility class to assist implementing the Graceful interface.
Graceful.ThrowingRunnable - Interface in org.eclipse.jetty.util.component
 
GracefulHandler - Class in org.eclipse.jetty.server.handler
Handler to track active requests and allow them to gracefully complete.
GracefulHandler() - Constructor for class org.eclipse.jetty.server.handler.GracefulHandler
 
GracefulHandler(Handler) - Constructor for class org.eclipse.jetty.server.handler.GracefulHandler
 
Graph - Class in org.eclipse.jetty.deploy.graph
Basic directed graph implementation
Graph() - Constructor for class org.eclipse.jetty.deploy.graph.Graph
 
GraphOutputDot - Class in org.eclipse.jetty.deploy.graph
Output the Graph in GraphViz Dot format.
groupId - Variable in class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer.Coordinates
 
GZIP - Enum constant in enum class org.eclipse.jetty.http.HttpHeaderValue
 
GZIP - Static variable in class org.eclipse.jetty.http.CompressedContentFormat
 
GZIP - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
GZIP_HANDLER_ETAGS - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
GZIP_TRAILER_SIZE - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipResponseAndCallback
 
GZIPContentDecoder - Class in org.eclipse.jetty.client
ContentDecoder for the "gzip" encoding.
GZIPContentDecoder - Class in org.eclipse.jetty.http
Decoder for the "gzip" content encoding.
GZIPContentDecoder() - Constructor for class org.eclipse.jetty.client.GZIPContentDecoder
 
GZIPContentDecoder() - Constructor for class org.eclipse.jetty.http.GZIPContentDecoder
 
GZIPContentDecoder(int) - Constructor for class org.eclipse.jetty.client.GZIPContentDecoder
 
GZIPContentDecoder(int) - Constructor for class org.eclipse.jetty.http.GZIPContentDecoder
 
GZIPContentDecoder(ByteBufferPool, int) - Constructor for class org.eclipse.jetty.client.GZIPContentDecoder
 
GZIPContentDecoder(ByteBufferPool, int) - Constructor for class org.eclipse.jetty.http.GZIPContentDecoder
 
GZIPContentDecoder(InflaterPool, ByteBufferPool, int) - Constructor for class org.eclipse.jetty.http.GZIPContentDecoder
 
GZIPContentDecoder.Factory - Class in org.eclipse.jetty.client
Specialized ContentDecoder.Factory for the "gzip" encoding.
GzipFactory - Interface in org.eclipse.jetty.server.handler.gzip
 
GzipHandler - Class in org.eclipse.jetty.server.handler.gzip
 
GzipHandler() - Constructor for class org.eclipse.jetty.server.handler.gzip.GzipHandler
Instantiates a new GzipHandler.
GzipHandler(Handler) - Constructor for class org.eclipse.jetty.server.handler.gzip.GzipHandler
Instantiates a new GzipHandler.
GzipRequest - Class in org.eclipse.jetty.server.handler.gzip
 
GzipRequest(Request, int) - Constructor for class org.eclipse.jetty.server.handler.gzip.GzipRequest
 
GzipResponseAndCallback - Class in org.eclipse.jetty.server.handler.gzip
 
GzipResponseAndCallback(GzipHandler, Request, Response, Callback) - Constructor for class org.eclipse.jetty.server.handler.gzip.GzipResponseAndCallback
 

H

H3_GENERAL_PROTOCOL_ERROR - Static variable in exception class org.eclipse.jetty.http3.qpack.QpackException
 
HaltLifeCycleListener - Class in org.eclipse.jetty.util.component
A LifeCycle listener that halts the JVM with exit code 0 when notified of the "started" event.
HaltLifeCycleListener() - Constructor for class org.eclipse.jetty.util.component.HaltLifeCycleListener
 
handle(Callback[]) - Method in class org.eclipse.jetty.security.jaas.callback.AbstractCallbackHandler
 
handle(Callback[]) - Method in class org.eclipse.jetty.security.jaas.callback.DefaultCallbackHandler
 
handle(Request, Response, Callback) - Method in class org.eclipse.jetty.proxy.ProxyHandler
 
handle(Request, Response, Callback) - Method in class org.eclipse.jetty.rewrite.handler.RewriteHandler
 
handle(Request, Response, Callback) - Method in class org.eclipse.jetty.rewrite.handler.Rule.Handler
 
handle(Request, Response, Callback) - Method in class org.eclipse.jetty.security.SecurityHandler
 
handle(Request, Response, Callback) - Method in class org.eclipse.jetty.server.handler.BufferedResponseHandler
 
handle(Request, Response, Callback) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
handle(Request, Response, Callback) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
handle(Request, Response, Callback) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
 
handle(Request, Response, Callback) - Method in class org.eclipse.jetty.server.handler.DebugHandler
 
handle(Request, Response, Callback) - Method in class org.eclipse.jetty.server.handler.DefaultHandler
 
handle(Request, Response, Callback) - Method in class org.eclipse.jetty.server.handler.DelayedHandler
 
handle(Request, Response, Callback) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
handle(Request, Response, Callback) - Method in class org.eclipse.jetty.server.handler.EventsHandler
 
handle(Request, Response, Callback) - Method in class org.eclipse.jetty.server.handler.GracefulHandler
 
handle(Request, Response, Callback) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
handle(Request, Response, Callback) - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
handle(Request, Response, Callback) - Method in class org.eclipse.jetty.server.handler.IdleTimeoutHandler
 
handle(Request, Response, Callback) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
 
handle(Request, Response, Callback) - Method in class org.eclipse.jetty.server.handler.PathMappingsHandler
 
handle(Request, Response, Callback) - Method in class org.eclipse.jetty.server.handler.ProxiedRequestHandler
 
handle(Request, Response, Callback) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
handle(Request, Response, Callback) - Method in class org.eclipse.jetty.server.handler.SecuredRedirectHandler
 
handle(Request, Response, Callback) - Method in class org.eclipse.jetty.server.Handler.Sequence
 
handle(Request, Response, Callback) - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
 
handle(Request, Response, Callback) - Method in class org.eclipse.jetty.server.handler.StatisticsHandler.MinimumDataRateHandler
 
handle(Request, Response, Callback) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
handle(Request, Response, Callback) - Method in class org.eclipse.jetty.server.handler.TryPathsHandler
 
handle(Request, Response, Callback) - Method in class org.eclipse.jetty.server.Handler.Wrapper
 
handle(Request, Response, Callback) - Method in interface org.eclipse.jetty.server.Request.Handler
Invoked to handle the passed HTTP request and response.
handle(Request, Response, Callback) - Method in class org.eclipse.jetty.server.Server
 
handle(Request, Response, Callback) - Method in class org.eclipse.jetty.session.SessionHandler
 
handle(Response, Callback) - Method in class org.eclipse.jetty.rewrite.handler.Rule.Handler
Handles this wrapped request together with the passed response and callback, using the handler set in Rule.Handler.setHandler(Handler).
handleAcceptFailure(Throwable) - Method in class org.eclipse.jetty.server.AbstractConnector
 
handleAcceptFailure(Throwable) - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
handleAuthentication(Request, Response, String) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
Handles the authentication before setting up the tunnel to the remote server.
handleByContextHandler(String, ContextRequest, Response, Callback) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
handleConnect(Request, Response, Callback, String) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
Handles a CONNECT request.
handleMovedPermanently(Request, Response, Callback) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
Handler - Interface in org.eclipse.jetty.server
A Jetty component that handles HTTP requests, of any version (HTTP/1.1, HTTP/2 or HTTP/3).
Handler(Request) - Constructor for class org.eclipse.jetty.rewrite.handler.Rule.Handler
 
Handler.Abstract - Class in org.eclipse.jetty.server
An abstract implementation of Handler that is a ContainerLifeCycle.
Handler.Abstract.NonBlocking - Class in org.eclipse.jetty.server
 
Handler.AbstractContainer - Class in org.eclipse.jetty.server
Handler.Collection - Interface in org.eclipse.jetty.server
A Handler.Container that can contain multiple other Handlers.
Handler.Container - Interface in org.eclipse.jetty.server
A Handler that contains one or more other Handlers.
Handler.Sequence - Class in org.eclipse.jetty.server
A Handler.Container that contains a list of other Handlers that are tried in sequence by Handler.Sequence.handle(Request, Response, Callback).
Handler.Singleton - Interface in org.eclipse.jetty.server
A Handler.Container that can contain a single other Handler.
Handler.Wrapper - Class in org.eclipse.jetty.server
An implementation of Handler.Singleton, which is a Handler.Container that wraps a single other Handler.
HandlerContainer - Interface in org.eclipse.jetty.server
Deprecated.
handlerName() - Method in record class org.eclipse.jetty.server.CustomRequestLog.LogDetail
Returns the value of the handlerName record component.
handleSelectFailure(Selector, Throwable) - Method in class org.eclipse.jetty.io.ManagedSelector
 
handleUnavailable(Request, Response, Callback) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
handleWelcomeAction(Request, Response, Callback, ResourceService.WelcomeAction) - Method in class org.eclipse.jetty.server.ResourceService
 
HANDSHAKE - Static variable in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche.packet_type
 
HANDSHAKE_FAILURE - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.tls_alert
 
handshakeFailed(SslHandshakeListener.Event, Throwable) - Method in interface org.eclipse.jetty.io.ssl.SslHandshakeListener
Callback method invoked when the TLS handshake fails.
handshakeSucceeded(SslHandshakeListener.Event) - Method in interface org.eclipse.jetty.io.ssl.SslHandshakeListener
Callback method invoked when the TLS handshake succeeds.
hasAmbiguousEmptySegment() - Method in interface org.eclipse.jetty.http.HttpURI
 
hasAmbiguousEncoding() - Method in interface org.eclipse.jetty.http.HttpURI
 
hasAmbiguousParameter() - Method in interface org.eclipse.jetty.http.HttpURI
 
hasAmbiguousSegment() - Method in interface org.eclipse.jetty.http.HttpURI
 
hasAmbiguousSeparator() - Method in interface org.eclipse.jetty.http.HttpURI
 
hasAppProviderFor(String) - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
hasAuthenticationResults() - Method in interface org.eclipse.jetty.client.AuthenticationStore
 
hasAuthenticationResults() - Method in class org.eclipse.jetty.client.internal.HttpAuthenticationStore
 
hasAuthority() - Method in interface org.eclipse.jetty.http.HttpURI
 
hasAuthority() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
hasAuthority() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
hasCodingErrors() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
hasContent() - Method in class org.eclipse.jetty.client.transport.HttpReceiver
 
hasContent(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Check for a non null and non empty buffer.
hasContentSourceListeners() - Method in class org.eclipse.jetty.client.transport.ResponseListeners
 
hasDefaultConfig() - Method in class org.eclipse.jetty.start.Module
 
hasDemand() - Method in class org.eclipse.jetty.http3.HTTP3Stream
 
hasDemandOrStall() - Method in class org.eclipse.jetty.http3.HTTP3Stream
 
hasEntry(Object) - Static method in class org.eclipse.jetty.util.LazyList
Simple utility method to test if List has at least 1 entry.
hasExcludes() - Method in class org.eclipse.jetty.util.IncludeExcludeSet
 
hasFiles(BaseHome, Props) - Method in class org.eclipse.jetty.start.Module
 
hasFlag(int) - Method in class org.eclipse.jetty.http2.parser.BodyParser
 
hasFlag(int) - Method in class org.eclipse.jetty.http2.parser.HeaderParser
 
hasFlag(int) - Method in class org.eclipse.jetty.http2.parser.Parser
 
hashCode() - Method in class org.eclipse.jetty.client.ContentDecoder.Factory
 
hashCode() - Method in class org.eclipse.jetty.client.Origin.Address
 
hashCode() - Method in class org.eclipse.jetty.client.Origin
 
hashCode() - Method in class org.eclipse.jetty.client.Origin.Protocol
 
hashCode() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1.Tag
 
hashCode() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
 
hashCode() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.TLV
 
hashCode() - Method in class org.eclipse.jetty.deploy.graph.Edge
 
hashCode() - Method in class org.eclipse.jetty.deploy.graph.Node
 
hashCode() - Method in record class org.eclipse.jetty.http.ByteRange
Returns a hash code value for this object.
hashCode() - Method in class org.eclipse.jetty.http.CompressedContentFormat
 
hashCode() - Method in interface org.eclipse.jetty.http.HttpCookie
 
hashCode() - Method in class org.eclipse.jetty.http.HttpCookie.Immutable
 
hashCode() - Method in class org.eclipse.jetty.http.HttpCookie.JavaNetHttpCookie
 
hashCode() - Method in class org.eclipse.jetty.http.HttpCookie.Wrapper
 
hashCode() - Method in class org.eclipse.jetty.http.HttpField
 
hashCode() - Method in class org.eclipse.jetty.http.HttpFields.ImmutableHttpFields
 
hashCode() - Method in class org.eclipse.jetty.http.HttpFields.MutableHttpFields
 
hashCode() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
hashCode() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
hashCode() - Method in class org.eclipse.jetty.http.pathmap.AbstractPathSpec
 
hashCode() - Method in class org.eclipse.jetty.http.pathmap.MappedResource
 
hashCode() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
 
hashCode() - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
 
hashCode() - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
hashCode() - Method in class org.eclipse.jetty.quic.quiche.QuicheConnectionId
 
hashCode() - Method in class org.eclipse.jetty.security.jaas.JAASPrincipal
 
hashCode() - Method in record class org.eclipse.jetty.server.CustomRequestLog.LogDetail
Returns a hash code value for this object.
hashCode() - Method in record class org.eclipse.jetty.server.ResourceService.WelcomeAction
Returns a hash code value for this object.
hashCode() - Method in record class org.eclipse.jetty.server.SecureRequestCustomizer.SslSessionData
Returns a hash code value for this object.
hashCode() - Method in record class org.eclipse.jetty.session.AbstractSessionManager.RequestedSession
Returns a hash code value for this object.
hashCode() - Method in class org.eclipse.jetty.start.config.CommandLineConfigSource
 
hashCode() - Method in class org.eclipse.jetty.start.config.DirConfigSource
 
hashCode() - Method in class org.eclipse.jetty.start.FileArg
 
hashCode() - Method in class org.eclipse.jetty.start.Module
 
hashCode() - Method in class org.eclipse.jetty.util.Attributes.Layer
 
hashCode() - Method in class org.eclipse.jetty.util.Attributes.Mapped
 
hashCode() - Method in class org.eclipse.jetty.util.Attributes.Wrapper
 
hashCode() - Method in class org.eclipse.jetty.util.Fields.Field
 
hashCode() - Method in class org.eclipse.jetty.util.Fields
 
hashCode() - Method in class org.eclipse.jetty.util.resource.CombinedResource
 
hashCode() - Method in class org.eclipse.jetty.util.resource.PathResource
 
hashCode() - Method in class org.eclipse.jetty.util.security.Password
 
hashCode(HttpCookie) - Static method in interface org.eclipse.jetty.http.HttpCookie
Implementation of Object.hashCode() compatible with RFC 6265.
HashLoginService - Class in org.eclipse.jetty.security
An implementation of a LoginService that stores users and roles in-memory in HashMaps.
HashLoginService() - Constructor for class org.eclipse.jetty.security.HashLoginService
 
HashLoginService(String) - Constructor for class org.eclipse.jetty.security.HashLoginService
 
HashLoginService(String, Resource) - Constructor for class org.eclipse.jetty.security.HashLoginService
 
hasHost() - Method in class org.eclipse.jetty.util.HostPort
 
hasIncludes() - Method in class org.eclipse.jetty.util.IncludeExcludeSet
 
hasIniTemplate() - Method in class org.eclipse.jetty.start.Module
 
hasJvmArgs() - Method in class org.eclipse.jetty.start.StartArgs
 
hasKnownValues(HttpHeader) - Static method in enum class org.eclipse.jetty.http.HttpHeaderValue
 
hasLicense() - Method in class org.eclipse.jetty.start.Module
 
hasLicenses() - Method in class org.eclipse.jetty.start.Licensing
 
hasMore() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
hasMore() - Method in class org.eclipse.jetty.jndi.BindingEnumeration
 
hasMore() - Method in class org.eclipse.jetty.jndi.NameEnumeration
 
hasMoreElements() - Method in class org.eclipse.jetty.jndi.BindingEnumeration
 
hasMoreElements() - Method in class org.eclipse.jetty.jndi.NameEnumeration
 
hasMultipleValues() - Method in class org.eclipse.jetty.util.Fields.Field
 
hasNamedPathSegment(Path, String) - Static method in class org.eclipse.jetty.util.FileID
Does the provided path have a directory segment with the given name.
hasNoBody(int) - Static method in class org.eclipse.jetty.http.HttpStatus
 
hasPort() - Method in class org.eclipse.jetty.util.HostPort
 
hasPropertyKey(String) - Static method in class org.eclipse.jetty.start.Props
 
hasRemaining() - Method in interface org.eclipse.jetty.io.Content.Chunk
 
hasRemaining() - Method in interface org.eclipse.jetty.io.RetainableByteBuffer
 
hasRemaining() - Method in class org.eclipse.jetty.io.RetainableByteBuffer.Wrapper
 
hasScheme(String) - Static method in class org.eclipse.jetty.util.URIUtil
 
hasSystemProperties() - Method in class org.eclipse.jetty.start.StartArgs
 
hasUtf16Encoding() - Method in interface org.eclipse.jetty.http.HttpURI
 
hasViolation(UriCompliance.Violation) - Method in interface org.eclipse.jetty.http.HttpURI
 
hasViolation(UriCompliance.Violation) - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
hasViolation(UriCompliance.Violation) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
hasViolations() - Method in interface org.eclipse.jetty.http.HttpURI
 
hasViolations() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
hasViolations() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
HEAD - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
HEAD_AS_INT - Static variable in enum class org.eclipse.jetty.http.HttpMethod
 
HEADER - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
HEADER - Enum constant in enum class org.eclipse.jetty.http3.HTTP3Stream.FrameState
The stream has received an HTTP final response.
HEADER_LENGTH - Static variable in class org.eclipse.jetty.http2.frames.Frame
 
HEADER_OVERFLOW - Enum constant in enum class org.eclipse.jetty.http.HttpGenerator.Result
 
HEADER_TABLE_SIZE - Static variable in class org.eclipse.jetty.http2.frames.SettingsFrame
 
HeaderBlockFragments - Class in org.eclipse.jetty.http2.parser
 
HeaderBlockFragments(ByteBufferPool) - Constructor for class org.eclipse.jetty.http2.parser.HeaderBlockFragments
 
HeaderBlockParser - Class in org.eclipse.jetty.http2.parser
 
HeaderBlockParser(HeaderParser, ByteBufferPool, HpackDecoder, BodyParser) - Constructor for class org.eclipse.jetty.http2.parser.HeaderBlockParser
 
headerComplete() - Method in class org.eclipse.jetty.client.transport.internal.HttpReceiverOverHTTP
 
headerComplete() - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
 
headerComplete() - Method in class org.eclipse.jetty.http.HttpTester.Message
 
headerComplete() - Method in class org.eclipse.jetty.server.internal.HttpConnection.HttpStreamOverHTTP1
 
headerComplete() - Method in class org.eclipse.jetty.server.internal.HttpConnection.RequestHandler
 
headerComplete() - Method in interface org.eclipse.jetty.server.internal.MultiPartParser.Handler
 
HeaderGenerator - Class in org.eclipse.jetty.http2.generator
 
HeaderGenerator(ByteBufferPool) - Constructor for class org.eclipse.jetty.http2.generator.HeaderGenerator
 
HeaderGenerator(ByteBufferPool, boolean) - Constructor for class org.eclipse.jetty.http2.generator.HeaderGenerator
 
HeaderInfo(HttpHeader, String, Map<String, String>) - Constructor for class org.eclipse.jetty.client.Authentication.HeaderInfo
 
headerParser - Variable in class org.eclipse.jetty.fcgi.parser.Parser
 
HeaderParser - Class in org.eclipse.jetty.fcgi.parser
Parser for the FastCGI frame header.
HeaderParser - Class in org.eclipse.jetty.http2.parser
The parser for the frame header of HTTP/2 frames.
HeaderParser - Class in org.eclipse.jetty.http3.parser
The parser for the frame header of HTTP/3 frames.
HeaderParser() - Constructor for class org.eclipse.jetty.fcgi.parser.HeaderParser
 
HeaderParser() - Constructor for class org.eclipse.jetty.http3.parser.HeaderParser
 
HeaderParser(RateControl) - Constructor for class org.eclipse.jetty.http2.parser.HeaderParser
 
HeaderPatternRule - Class in org.eclipse.jetty.rewrite.handler
Puts or adds a response header whenever the rule matches a path Servlet pattern.
HeaderPatternRule() - Constructor for class org.eclipse.jetty.rewrite.handler.HeaderPatternRule
 
HeaderPatternRule(String, String, String) - Constructor for class org.eclipse.jetty.rewrite.handler.HeaderPatternRule
 
HeaderRegexRule - Class in org.eclipse.jetty.rewrite.handler
Puts or adds a response header whenever the rule matches a path regex pattern.
HeaderRegexRule() - Constructor for class org.eclipse.jetty.rewrite.handler.HeaderRegexRule
 
HeaderRegexRule(String, String, String) - Constructor for class org.eclipse.jetty.rewrite.handler.HeaderRegexRule
 
HeaderRule - Class in org.eclipse.jetty.rewrite.handler
Abstract rule that matches against request headers.
HeaderRule() - Constructor for class org.eclipse.jetty.rewrite.handler.HeaderRule
 
headers(Consumer<HttpFields.Mutable>) - Method in interface org.eclipse.jetty.client.Request
Modifies the headers of this request.
headers(Consumer<HttpFields.Mutable>) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
headers(Consumer<HttpFields.Mutable>) - Method in class org.eclipse.jetty.client.transport.HttpResponse
 
headers(HeadersFrame) - Method in interface org.eclipse.jetty.http2.api.Stream
Sends the given HEADERS frame representing an HTTP response.
headers(HeadersFrame, Callback) - Method in interface org.eclipse.jetty.http2.api.Stream
Sends the given HEADERS frame.
headers(HeadersFrame, Callback) - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
HEADERS - Enum constant in enum class org.eclipse.jetty.http2.frames.FrameType
 
HEADERS - Enum constant in enum class org.eclipse.jetty.http3.frames.FrameType
 
HeadersBodyParser - Class in org.eclipse.jetty.http2.parser
 
HeadersBodyParser - Class in org.eclipse.jetty.http3.parser
 
HeadersBodyParser(HeaderParser, Parser.Listener, HeaderBlockParser, HeaderBlockFragments) - Constructor for class org.eclipse.jetty.http2.parser.HeadersBodyParser
 
HeadersBodyParser(HeaderParser, ParserListener, QpackDecoder, long, BooleanSupplier) - Constructor for class org.eclipse.jetty.http3.parser.HeadersBodyParser
 
HeadersFrame - Class in org.eclipse.jetty.http2.frames
 
HeadersFrame - Class in org.eclipse.jetty.http3.frames
 
HeadersFrame(int, MetaData, PriorityFrame, boolean) - Constructor for class org.eclipse.jetty.http2.frames.HeadersFrame
Creates a new HEADERS frame with the specified stream id.
HeadersFrame(MetaData, boolean) - Constructor for class org.eclipse.jetty.http3.frames.HeadersFrame
 
HeadersFrame(MetaData, PriorityFrame, boolean) - Constructor for class org.eclipse.jetty.http2.frames.HeadersFrame
Creates a new HEADERS frame with an unspecified stream id.
HeadersGenerator - Class in org.eclipse.jetty.http2.generator
 
HeadersGenerator - Class in org.eclipse.jetty.http3.generator
 
HeadersGenerator(HeaderGenerator, HpackEncoder) - Constructor for class org.eclipse.jetty.http2.generator.HeadersGenerator
 
HeadersGenerator(HeaderGenerator, HpackEncoder, int) - Constructor for class org.eclipse.jetty.http2.generator.HeadersGenerator
 
HeadersGenerator(ByteBufferPool, QpackEncoder, boolean) - Constructor for class org.eclipse.jetty.http3.generator.HeadersGenerator
 
headersToCommit(HttpExchange) - Method in class org.eclipse.jetty.client.transport.HttpSender
 
HeaderWrappingRequest - Class in org.eclipse.jetty.server.handler.gzip
 
HeaderWrappingRequest(Request, HttpFields) - Constructor for class org.eclipse.jetty.server.handler.gzip.HeaderWrappingRequest
 
HomeBaseWarning - Class in org.eclipse.jetty.server
Display an optional Warning Message if the {jetty.home} and {jetty.base} are the same directory.
HomeBaseWarning() - Constructor for class org.eclipse.jetty.server.HomeBaseWarning
 
host(String) - Method in interface org.eclipse.jetty.client.Request
 
host(String) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
host(String) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
HOST - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
HostHeaderCustomizer - Class in org.eclipse.jetty.server
Adds a missing Host header (for example, HTTP 1.0 or 2.0 requests).
HostHeaderCustomizer() - Constructor for class org.eclipse.jetty.server.HostHeaderCustomizer
 
HostHeaderCustomizer(String) - Constructor for class org.eclipse.jetty.server.HostHeaderCustomizer
 
HostHeaderCustomizer(String, int) - Constructor for class org.eclipse.jetty.server.HostHeaderCustomizer
 
HostMap<TYPE> - Class in org.eclipse.jetty.util
 
HostMap() - Constructor for class org.eclipse.jetty.util.HostMap
Construct empty HostMap.
HostMap(int) - Constructor for class org.eclipse.jetty.util.HostMap
Construct empty HostMap.
HostPort - Class in org.eclipse.jetty.util
Parse an authority string (in the form host:port) into host and port, handling IPv4 and IPv6 host formats as defined in RFC 2732
HostPort(String) - Constructor for class org.eclipse.jetty.util.HostPort
 
HostPort(String, int) - Constructor for class org.eclipse.jetty.util.HostPort
 
HostPortHttpField - Class in org.eclipse.jetty.http
An HttpField holding a preparsed Host and port number
HostPortHttpField(String) - Constructor for class org.eclipse.jetty.http.HostPortHttpField
 
HostPortHttpField(String, int) - Constructor for class org.eclipse.jetty.http.HostPortHttpField
 
HostPortHttpField(HttpHeader, String, String) - Constructor for class org.eclipse.jetty.http.HostPortHttpField
 
HostPortHttpField(HttpHeader, String, HostPort) - Constructor for class org.eclipse.jetty.http.HostPortHttpField
 
HostPortHttpField(HostPort) - Constructor for class org.eclipse.jetty.http.HostPortHttpField
 
HotSwapHandler - Class in org.eclipse.jetty.server.handler
A HandlerContainer that allows a hot swap of a wrapped handler.
HotSwapHandler() - Constructor for class org.eclipse.jetty.server.handler.HotSwapHandler
 
HouseKeeper - Class in org.eclipse.jetty.session
HouseKeeper There is 1 session HouseKeeper per SessionIdManager instance.
HouseKeeper() - Constructor for class org.eclipse.jetty.session.HouseKeeper
 
HouseKeeper.Runner - Class in org.eclipse.jetty.session
 
HpackContext - Class in org.eclipse.jetty.http2.hpack
HPACK - Header Compression for HTTP/2
HpackContext.Entry - Class in org.eclipse.jetty.http2.hpack
 
HpackContext.StaticEntry - Class in org.eclipse.jetty.http2.hpack
 
HpackDecoder - Class in org.eclipse.jetty.http2.hpack
Hpack Decoder
HpackDecoder(int) - Constructor for class org.eclipse.jetty.http2.hpack.HpackDecoder
 
HpackEncoder - Class in org.eclipse.jetty.http2.hpack
 
HpackEncoder() - Constructor for class org.eclipse.jetty.http2.hpack.HpackEncoder
 
HpackException - Exception Class in org.eclipse.jetty.http2.hpack
 
HpackException.CompressionException - Exception Class in org.eclipse.jetty.http2.hpack
 
HpackException.SessionException - Exception Class in org.eclipse.jetty.http2.hpack
A Session HPACK Exception.
HpackException.StreamException - Exception Class in org.eclipse.jetty.http2.hpack
A Stream HPACK exception.
HpackFieldPreEncoder - Class in org.eclipse.jetty.http2.hpack
 
HpackFieldPreEncoder() - Constructor for class org.eclipse.jetty.http2.hpack.HpackFieldPreEncoder
 
HTAB - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.Type
 
HTTP - Enum constant in enum class org.eclipse.jetty.http.HttpScheme
 
HTTP_0_9 - Enum constant in enum class org.eclipse.jetty.http.HttpCompliance.Violation
Since RFC 7230, the expectation that HTTP/0.9 is supported has been removed from the specification.
HTTP_0_9 - Enum constant in enum class org.eclipse.jetty.http.HttpVersion
 
HTTP_1_0 - Enum constant in enum class org.eclipse.jetty.http.HttpVersion
 
HTTP_1_1 - Enum constant in enum class org.eclipse.jetty.http.HttpVersion
 
HTTP_1_1_REQUIRED_ERROR - Enum constant in enum class org.eclipse.jetty.http2.ErrorCode
Indicates that HTTP/1.1 must be used rather than HTTP/2.
HTTP_2 - Enum constant in enum class org.eclipse.jetty.http.HttpVersion
 
HTTP_3 - Enum constant in enum class org.eclipse.jetty.http.HttpVersion
 
HTTP_CONNECT_ERROR - Enum constant in enum class org.eclipse.jetty.http2.ErrorCode
Indicates that the connection established by an HTTP CONNECT was abnormally closed.
HTTP_CONNECT_ERROR - Enum constant in enum class org.eclipse.jetty.http3.HTTP3ErrorCode
 
HTTP_CONNECTION_PROMISE_CONTEXT_KEY - Static variable in interface org.eclipse.jetty.client.HttpClientTransport
 
HTTP_DESTINATION_CONTEXT_KEY - Static variable in interface org.eclipse.jetty.client.HttpClientTransport
 
HTTP_MESSAGE_ERROR - Enum constant in enum class org.eclipse.jetty.http3.HTTP3ErrorCode
 
HTTP_ONLY_ATTRIBUTE - Static variable in interface org.eclipse.jetty.http.HttpCookie
 
HTTP_VERSION_NOT_SUPPORTED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
HTTP_VERSION_NOT_SUPPORTED_505 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
Http10FieldPreEncoder - Class in org.eclipse.jetty.http
 
Http10FieldPreEncoder() - Constructor for class org.eclipse.jetty.http.Http10FieldPreEncoder
 
HTTP11 - Static variable in class org.eclipse.jetty.client.transport.HttpClientConnectionFactory
Representation of the HTTP/1.1 application protocol used by HttpClientTransportDynamic.
HTTP11 - Static variable in class org.eclipse.jetty.client.transport.HttpClientTransportOverHTTP
 
Http11FieldPreEncoder - Class in org.eclipse.jetty.http
 
Http11FieldPreEncoder() - Constructor for class org.eclipse.jetty.http.Http11FieldPreEncoder
 
Http1FieldPreEncoder - Class in org.eclipse.jetty.http
 
Http1FieldPreEncoder() - Constructor for class org.eclipse.jetty.http.Http1FieldPreEncoder
 
HTTP2(HTTP2Client) - Constructor for class org.eclipse.jetty.http2.client.transport.ClientConnectionFactoryOverHTTP2.HTTP2
 
HTTP2_SETTINGS - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
HTTP2Channel - Interface in org.eclipse.jetty.http2
A HTTP/2 specific handler of events for normal and tunneled exchanges.
HTTP2Channel.Client - Interface in org.eclipse.jetty.http2
A client specific handler for events that happen after a HEADERS response frame is received.
HTTP2Channel.Server - Interface in org.eclipse.jetty.http2
A server specific handler for events that happen after a HEADERS request frame is received.
HTTP2Cipher - Class in org.eclipse.jetty.http2
 
HTTP2Cipher() - Constructor for class org.eclipse.jetty.http2.HTTP2Cipher
 
HTTP2Cipher.CipherComparator - Class in org.eclipse.jetty.http2
Comparator that orders non blacklisted ciphers before blacklisted ones.
HTTP2Client - Class in org.eclipse.jetty.http2.client
HTTP2Client provides an asynchronous, non-blocking implementation to send HTTP/2 frames to a server.
HTTP2Client() - Constructor for class org.eclipse.jetty.http2.client.HTTP2Client
 
HTTP2Client(ClientConnector) - Constructor for class org.eclipse.jetty.http2.client.HTTP2Client
 
HTTP2ClientConnectionFactory - Class in org.eclipse.jetty.http2.client
 
HTTP2ClientConnectionFactory() - Constructor for class org.eclipse.jetty.http2.client.HTTP2ClientConnectionFactory
 
HTTP2ClientSession - Class in org.eclipse.jetty.http2.client.internal
 
HTTP2ClientSession(Scheduler, EndPoint, Parser, Generator, Session.Listener, FlowControlStrategy) - Constructor for class org.eclipse.jetty.http2.client.internal.HTTP2ClientSession
 
HTTP2Connection - Class in org.eclipse.jetty.http2
 
HTTP2Connection(ByteBufferPool, Executor, EndPoint, HTTP2Session, int) - Constructor for class org.eclipse.jetty.http2.HTTP2Connection
 
HTTP2Connection.HTTP2Producer - Class in org.eclipse.jetty.http2
 
HTTP2CServerConnectionFactory - Class in org.eclipse.jetty.http2.server
HTTP2 Clear Text Connection factory.
HTTP2CServerConnectionFactory(HttpConfiguration) - Constructor for class org.eclipse.jetty.http2.server.HTTP2CServerConnectionFactory
 
HTTP2CServerConnectionFactory(HttpConfiguration, String...) - Constructor for class org.eclipse.jetty.http2.server.HTTP2CServerConnectionFactory
 
HTTP2Flusher - Class in org.eclipse.jetty.http2.internal
 
HTTP2Flusher(HTTP2Session) - Constructor for class org.eclipse.jetty.http2.internal.HTTP2Flusher
 
HTTP2Producer() - Constructor for class org.eclipse.jetty.http2.HTTP2Connection.HTTP2Producer
 
HTTP2ServerConnection - Class in org.eclipse.jetty.http2.server.internal
 
HTTP2ServerConnection(Connector, EndPoint, HttpConfiguration, HTTP2ServerSession, int, ServerSessionListener) - Constructor for class org.eclipse.jetty.http2.server.internal.HTTP2ServerConnection
 
HTTP2ServerConnectionFactory - Class in org.eclipse.jetty.http2.server
 
HTTP2ServerConnectionFactory(HttpConfiguration) - Constructor for class org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory
 
HTTP2ServerConnectionFactory(HttpConfiguration, String...) - Constructor for class org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory
 
HTTP2ServerConnectionFactory.HTTPServerSessionListener - Class in org.eclipse.jetty.http2.server
 
HTTP2ServerSession - Class in org.eclipse.jetty.http2.server.internal
 
HTTP2ServerSession(Scheduler, EndPoint, ServerParser, Generator, ServerSessionListener, FlowControlStrategy) - Constructor for class org.eclipse.jetty.http2.server.internal.HTTP2ServerSession
 
HTTP2Session - Class in org.eclipse.jetty.http2
 
HTTP2Session(Scheduler, EndPoint, Parser, Generator, Session.Listener, FlowControlStrategy, int) - Constructor for class org.eclipse.jetty.http2.HTTP2Session
 
HTTP2Session.Entry - Class in org.eclipse.jetty.http2
 
HTTP2SessionContainer() - Constructor for class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer
 
HTTP2Stream - Class in org.eclipse.jetty.http2
 
HTTP2Stream(HTTP2Session, int, MetaData.Request, boolean) - Constructor for class org.eclipse.jetty.http2.HTTP2Stream
 
HTTP2Stream.FrameList - Class in org.eclipse.jetty.http2
An ordered list of frames belonging to the same stream.
HTTP2StreamEndPoint - Class in org.eclipse.jetty.http2
 
HTTP2StreamEndPoint(HTTP2Stream) - Constructor for class org.eclipse.jetty.http2.HTTP2StreamEndPoint
 
HTTP3(HTTP3Client) - Constructor for class org.eclipse.jetty.http3.client.transport.ClientConnectionFactoryOverHTTP3.HTTP3
 
HTTP3Client - Class in org.eclipse.jetty.http3.client
HTTP3Client provides an asynchronous, non-blocking implementation to send HTTP/3 frames to a server.
HTTP3Client() - Constructor for class org.eclipse.jetty.http3.client.HTTP3Client
 
HTTP3ClientConnectionFactory - Class in org.eclipse.jetty.http3.client
A ClientConnectionFactory implementation that creates HTTP/3 specific Connection objects to be linked to a QuicStreamEndPoint.
HTTP3ClientConnectionFactory() - Constructor for class org.eclipse.jetty.http3.client.HTTP3ClientConnectionFactory
 
HTTP3Configuration - Class in org.eclipse.jetty.http3
The HTTP/3 configuration parameters.
HTTP3Configuration() - Constructor for class org.eclipse.jetty.http3.HTTP3Configuration
 
HTTP3ErrorCode - Enum Class in org.eclipse.jetty.http3
 
Http3Fields - Class in org.eclipse.jetty.http3.qpack.internal.metadata
 
Http3Fields(MetaData) - Constructor for class org.eclipse.jetty.http3.qpack.internal.metadata.Http3Fields
 
HTTP3ServerConnectionFactory - Class in org.eclipse.jetty.http3.server
 
HTTP3ServerConnectionFactory() - Constructor for class org.eclipse.jetty.http3.server.HTTP3ServerConnectionFactory
 
HTTP3ServerConnectionFactory(HttpConfiguration) - Constructor for class org.eclipse.jetty.http3.server.HTTP3ServerConnectionFactory
 
HTTP3ServerConnector - Class in org.eclipse.jetty.http3.server
A HTTP/3 specific QuicServerConnector that configures QUIC parameters according to HTTP/3 requirements.
HTTP3ServerConnector(Server, Executor, Scheduler, ByteBufferPool, SslContextFactory.Server, ConnectionFactory...) - Constructor for class org.eclipse.jetty.http3.server.HTTP3ServerConnector
 
HTTP3ServerConnector(Server, SslContextFactory.Server, ConnectionFactory...) - Constructor for class org.eclipse.jetty.http3.server.HTTP3ServerConnector
 
HTTP3Session - Class in org.eclipse.jetty.http3
 
HTTP3Session(ProtocolSession, Session.Listener) - Constructor for class org.eclipse.jetty.http3.HTTP3Session
 
HTTP3SessionClient - Class in org.eclipse.jetty.http3.client
 
HTTP3SessionClient(ClientHTTP3Session, Session.Client.Listener, Promise<Session.Client>) - Constructor for class org.eclipse.jetty.http3.client.HTTP3SessionClient
 
HTTP3SessionServer - Class in org.eclipse.jetty.http3.server.internal
 
HTTP3SessionServer(ServerHTTP3Session, Session.Server.Listener) - Constructor for class org.eclipse.jetty.http3.server.internal.HTTP3SessionServer
 
HTTP3Stream - Class in org.eclipse.jetty.http3
 
HTTP3Stream(HTTP3Session, QuicStreamEndPoint, boolean) - Constructor for class org.eclipse.jetty.http3.HTTP3Stream
 
HTTP3Stream.FrameState - Enum Class in org.eclipse.jetty.http3
Defines the state of the stream for received frames,
HTTP3StreamClient - Class in org.eclipse.jetty.http3.client
 
HTTP3StreamClient(HTTP3Session, QuicStreamEndPoint, boolean) - Constructor for class org.eclipse.jetty.http3.client.HTTP3StreamClient
 
HTTP3StreamConnection - Class in org.eclipse.jetty.http3
 
HTTP3StreamConnection(QuicStreamEndPoint, Executor, ByteBufferPool, MessageParser) - Constructor for class org.eclipse.jetty.http3.HTTP3StreamConnection
 
HTTP3StreamServer - Class in org.eclipse.jetty.http3.server.internal
 
HTTP3StreamServer(HTTP3Session, QuicStreamEndPoint, boolean) - Constructor for class org.eclipse.jetty.http3.server.internal.HTTP3StreamServer
 
HttpAuthenticationStore - Class in org.eclipse.jetty.client.internal
 
HttpAuthenticationStore() - Constructor for class org.eclipse.jetty.client.internal.HttpAuthenticationStore
 
HttpChannel - Class in org.eclipse.jetty.client.transport
 
HttpChannel - Interface in org.eclipse.jetty.server
Represents the state of an HTTP request/response cycle.
HttpChannel(HttpDestination) - Constructor for class org.eclipse.jetty.client.transport.HttpChannel
 
HttpChannel.DefaultFactory - Class in org.eclipse.jetty.server
The factory that creates default implementations of HttpChannel.
HttpChannel.Factory - Interface in org.eclipse.jetty.server
A factory for HttpChannel instances.
HttpChannelOverFCGI - Class in org.eclipse.jetty.fcgi.client.transport.internal
 
HttpChannelOverFCGI(HttpConnectionOverFCGI, Flusher, long) - Constructor for class org.eclipse.jetty.fcgi.client.transport.internal.HttpChannelOverFCGI
 
HttpChannelOverHTTP - Class in org.eclipse.jetty.client.transport.internal
 
HttpChannelOverHTTP(HttpConnectionOverHTTP) - Constructor for class org.eclipse.jetty.client.transport.internal.HttpChannelOverHTTP
 
HttpChannelOverHTTP2 - Class in org.eclipse.jetty.http2.client.transport.internal
 
HttpChannelOverHTTP2(HttpConnectionOverHTTP2, Session) - Constructor for class org.eclipse.jetty.http2.client.transport.internal.HttpChannelOverHTTP2
 
HttpChannelOverHTTP3 - Class in org.eclipse.jetty.http3.client.transport.internal
 
HttpChannelOverHTTP3(HttpConnectionOverHTTP3, HTTP3SessionClient) - Constructor for class org.eclipse.jetty.http3.client.transport.internal.HttpChannelOverHTTP3
 
HttpChannelState - Class in org.eclipse.jetty.server.internal
A Channel represents a sequence of request cycles from the same connection with only a single request cycle may be active at once for each channel.
HttpChannelState(ConnectionMetaData) - Constructor for class org.eclipse.jetty.server.internal.HttpChannelState
 
HttpChannelState.ChannelRequest - Class in org.eclipse.jetty.server.internal
 
HttpChannelState.ChannelResponse - Class in org.eclipse.jetty.server.internal
The Channel's implementation of the Response API.
HttpClient - Class in org.eclipse.jetty.client
HttpClient provides an efficient, asynchronous, non-blocking implementation to perform HTTP requests to a server through a simple API that offers also blocking semantic.
HttpClient() - Constructor for class org.eclipse.jetty.client.HttpClient
Creates a HttpClient instance that can perform HTTP/1.1 requests to non-TLS and TLS destinations.
HttpClient(HttpClientTransport) - Constructor for class org.eclipse.jetty.client.HttpClient
 
HttpClientConnectionFactory - Class in org.eclipse.jetty.client.transport
 
HttpClientConnectionFactory() - Constructor for class org.eclipse.jetty.client.transport.HttpClientConnectionFactory
 
HttpClientMBean - Class in org.eclipse.jetty.client.jmx
 
HttpClientMBean(Object) - Constructor for class org.eclipse.jetty.client.jmx.HttpClientMBean
 
HttpClientTransport - Interface in org.eclipse.jetty.client
HttpClientTransport represents what transport implementations should provide in order to plug-in a different transport for HttpClient.
HttpClientTransportDynamic - Class in org.eclipse.jetty.client.transport
A HttpClientTransport that can dynamically switch among different application protocols.
HttpClientTransportDynamic() - Constructor for class org.eclipse.jetty.client.transport.HttpClientTransportDynamic
Creates a transport that speaks only HTTP/1.1.
HttpClientTransportDynamic(ClientConnectionFactory.Info...) - Constructor for class org.eclipse.jetty.client.transport.HttpClientTransportDynamic
 
HttpClientTransportDynamic(ClientConnector, ClientConnectionFactory.Info...) - Constructor for class org.eclipse.jetty.client.transport.HttpClientTransportDynamic
Creates a transport with the given ClientConnector and the given application protocols.
HttpClientTransportOverFCGI - Class in org.eclipse.jetty.fcgi.client.transport
 
HttpClientTransportOverFCGI(int, String) - Constructor for class org.eclipse.jetty.fcgi.client.transport.HttpClientTransportOverFCGI
 
HttpClientTransportOverFCGI(String) - Constructor for class org.eclipse.jetty.fcgi.client.transport.HttpClientTransportOverFCGI
 
HttpClientTransportOverFCGI(ClientConnector, String) - Constructor for class org.eclipse.jetty.fcgi.client.transport.HttpClientTransportOverFCGI
 
HttpClientTransportOverHTTP - Class in org.eclipse.jetty.client.transport
 
HttpClientTransportOverHTTP() - Constructor for class org.eclipse.jetty.client.transport.HttpClientTransportOverHTTP
 
HttpClientTransportOverHTTP(int) - Constructor for class org.eclipse.jetty.client.transport.HttpClientTransportOverHTTP
 
HttpClientTransportOverHTTP(ClientConnector) - Constructor for class org.eclipse.jetty.client.transport.HttpClientTransportOverHTTP
 
HttpClientTransportOverHTTP2 - Class in org.eclipse.jetty.http2.client.transport
 
HttpClientTransportOverHTTP2(HTTP2Client) - Constructor for class org.eclipse.jetty.http2.client.transport.HttpClientTransportOverHTTP2
 
HttpClientTransportOverHTTP3 - Class in org.eclipse.jetty.http3.client.transport
 
HttpClientTransportOverHTTP3(HTTP3Client) - Constructor for class org.eclipse.jetty.http3.client.transport.HttpClientTransportOverHTTP3
 
HttpCompliance - Class in org.eclipse.jetty.http
HTTP compliance modes for Jetty HTTP parsing and handling.
HttpCompliance.Violation - Enum Class in org.eclipse.jetty.http
 
HttpConfiguration - Class in org.eclipse.jetty.server
HTTP Configuration.
HttpConfiguration() - Constructor for class org.eclipse.jetty.server.HttpConfiguration
 
HttpConfiguration(HttpConfiguration) - Constructor for class org.eclipse.jetty.server.HttpConfiguration
Creates a configuration from another.
HttpConfiguration.ConnectionFactory - Interface in org.eclipse.jetty.server
 
HttpConfiguration.Customizer - Interface in org.eclipse.jetty.server
An interface that allows a request object to be customized for a particular HTTP connector configuration.
HttpConnection - Class in org.eclipse.jetty.client.transport
 
HttpConnection - Class in org.eclipse.jetty.server.internal
A Connection that handles the HTTP protocol.
HttpConnection(HttpDestination) - Constructor for class org.eclipse.jetty.client.transport.HttpConnection
 
HttpConnection(HttpConfiguration, Connector, EndPoint, boolean) - Constructor for class org.eclipse.jetty.server.internal.HttpConnection
 
HttpConnection.HttpStreamOverHTTP1 - Class in org.eclipse.jetty.server.internal
 
HttpConnection.RequestHandler - Class in org.eclipse.jetty.server.internal
 
HttpConnectionFactory - Class in org.eclipse.jetty.server
A Connection Factory for HTTP Connections.
HttpConnectionFactory() - Constructor for class org.eclipse.jetty.server.HttpConnectionFactory
 
HttpConnectionFactory(HttpConfiguration) - Constructor for class org.eclipse.jetty.server.HttpConnectionFactory
 
HttpConnectionOverFCGI - Class in org.eclipse.jetty.fcgi.client.transport.internal
 
HttpConnectionOverFCGI(EndPoint, Destination, Promise<Connection>) - Constructor for class org.eclipse.jetty.fcgi.client.transport.internal.HttpConnectionOverFCGI
 
HttpConnectionOverHTTP - Class in org.eclipse.jetty.client.transport.internal
 
HttpConnectionOverHTTP(EndPoint, Map<String, Object>) - Constructor for class org.eclipse.jetty.client.transport.internal.HttpConnectionOverHTTP
 
HttpConnectionOverHTTP(EndPoint, HttpDestination, Promise<Connection>) - Constructor for class org.eclipse.jetty.client.transport.internal.HttpConnectionOverHTTP
 
HttpConnectionOverHTTP2 - Class in org.eclipse.jetty.http2.client.transport.internal
 
HttpConnectionOverHTTP2(Destination, Session) - Constructor for class org.eclipse.jetty.http2.client.transport.internal.HttpConnectionOverHTTP2
 
HttpConnectionOverHTTP3 - Class in org.eclipse.jetty.http3.client.transport.internal
 
HttpConnectionOverHTTP3(Destination, HTTP3SessionClient) - Constructor for class org.eclipse.jetty.http3.client.transport.internal.HttpConnectionOverHTTP3
 
HttpContent - Interface in org.eclipse.jetty.http.content
HttpContent interface.
HttpContent.Factory - Interface in org.eclipse.jetty.http.content
 
HttpContent.Wrapper - Class in org.eclipse.jetty.http.content
HttpContent Wrapper.
HttpContentResponse - Class in org.eclipse.jetty.client.internal
 
HttpContentResponse(Response, byte[], String, String) - Constructor for class org.eclipse.jetty.client.internal.HttpContentResponse
 
HttpConversation - Class in org.eclipse.jetty.client.transport
 
HttpConversation() - Constructor for class org.eclipse.jetty.client.transport.HttpConversation
 
HttpCookie - Interface in org.eclipse.jetty.http
Implementation of RFC6265 HTTP Cookies (with fallback support for RFC2965).
HttpCookie.Builder - Class in org.eclipse.jetty.http
A builder for HttpCookie instances.
HttpCookie.Immutable - Class in org.eclipse.jetty.http
Immutable implementation of HttpCookie.
HttpCookie.JavaNetHttpCookie - Class in org.eclipse.jetty.http
A HttpCookie that wraps a HttpCookie.
HttpCookie.SameSite - Enum Class in org.eclipse.jetty.http
The possible values for the SameSite attribute, defined in the follow-up of RFC 6265, at the time of this writing defined at RFC 6265bis.
HttpCookie.Wrapper - Class in org.eclipse.jetty.http
A wrapper for HttpCookie instances.
HttpCookieStore - Interface in org.eclipse.jetty.http
A container for HttpCookies.
HttpCookieStore.Default - Class in org.eclipse.jetty.http
A default implementation of HttpCookieStore.
HttpCookieStore.Empty - Class in org.eclipse.jetty.http
An implementation of HttpCookieStore that does not store any cookie.
HttpCookieUtils - Class in org.eclipse.jetty.server
Utility methods for server-side HTTP cookie handling.
HttpCookieUtils.SetCookieHttpField - Class in org.eclipse.jetty.server
A HttpField that holds an HttpHeader.SET_COOKIE as a HttpCookie instance, delaying any value generation until HttpCookieUtils.SetCookieHttpField.getValue() is called.
HttpDestination - Class in org.eclipse.jetty.client.transport
 
HttpDestination(HttpClient, Origin, boolean) - Constructor for class org.eclipse.jetty.client.transport.HttpDestination
 
HttpException - Interface in org.eclipse.jetty.http
A tagging interface for Exceptions that carry a HTTP response code and reason.
HttpException.IllegalArgumentException - Exception Class in org.eclipse.jetty.http
Exception thrown to indicate a Bad HTTP Message has either been received or attempted to be generated.
HttpException.RuntimeException - Exception Class in org.eclipse.jetty.http
Exception thrown to indicate a Bad HTTP Message has either been received or attempted to be generated.
HttpExchange - Class in org.eclipse.jetty.client.transport
 
HttpExchange(HttpDestination, HttpRequest) - Constructor for class org.eclipse.jetty.client.transport.HttpExchange
 
HttpExchange(HttpDestination, HttpRequest, ResponseListeners) - Constructor for class org.eclipse.jetty.client.transport.HttpExchange
 
HttpField - Class in org.eclipse.jetty.http
An HTTP Field
HttpField(String, String) - Constructor for class org.eclipse.jetty.http.HttpField
 
HttpField(HttpHeader, String) - Constructor for class org.eclipse.jetty.http.HttpField
 
HttpField(HttpHeader, String, String) - Constructor for class org.eclipse.jetty.http.HttpField
 
HttpField(HttpHeader, HttpHeaderValue) - Constructor for class org.eclipse.jetty.http.HttpField
 
HttpField.IntValueHttpField - Class in org.eclipse.jetty.http
 
HttpField.LongValueHttpField - Class in org.eclipse.jetty.http
 
HttpFieldPreEncoder - Interface in org.eclipse.jetty.http
Interface to pre-encode HttpFields.
HttpFields - Interface in org.eclipse.jetty.http
Interface that represents on ordered collection of HttpFields.
HttpFields.ImmutableHttpFields - Class in org.eclipse.jetty.http
HTTP Fields.
HttpFields.Mutable - Interface in org.eclipse.jetty.http
A mutable HttpFields interface.
HttpFields.Mutable.Wrapper - Class in org.eclipse.jetty.http
A wrapper of HttpFields.
HttpFields.MutableHttpFields - Class in org.eclipse.jetty.http
HTTP Fields.
HttpGenerator - Class in org.eclipse.jetty.http
HttpGenerator.
HttpGenerator() - Constructor for class org.eclipse.jetty.http.HttpGenerator
 
HttpGenerator(boolean, boolean) - Constructor for class org.eclipse.jetty.http.HttpGenerator
 
HttpGenerator.Result - Enum Class in org.eclipse.jetty.http
 
HttpGenerator.State - Enum Class in org.eclipse.jetty.http
 
HttpHeader - Enum Class in org.eclipse.jetty.http
 
HttpHeaderValue - Enum Class in org.eclipse.jetty.http
 
HttpMethod - Enum Class in org.eclipse.jetty.http
Known HTTP Methods
httpOnly(boolean) - Method in class org.eclipse.jetty.http.HttpCookie.Builder
 
HttpParser - Class in org.eclipse.jetty.http
A Parser for 1.0 and 1.1 as defined by RFC7230
HttpParser(HttpParser.RequestHandler) - Constructor for class org.eclipse.jetty.http.HttpParser
 
HttpParser(HttpParser.RequestHandler, int) - Constructor for class org.eclipse.jetty.http.HttpParser
 
HttpParser(HttpParser.RequestHandler, int, HttpCompliance) - Constructor for class org.eclipse.jetty.http.HttpParser
 
HttpParser(HttpParser.RequestHandler, HttpCompliance) - Constructor for class org.eclipse.jetty.http.HttpParser
 
HttpParser(HttpParser.ResponseHandler) - Constructor for class org.eclipse.jetty.http.HttpParser
 
HttpParser(HttpParser.ResponseHandler, int) - Constructor for class org.eclipse.jetty.http.HttpParser
 
HttpParser(HttpParser.ResponseHandler, int, HttpCompliance) - Constructor for class org.eclipse.jetty.http.HttpParser
 
HttpParser.FieldState - Enum Class in org.eclipse.jetty.http
 
HttpParser.HttpHandler - Interface in org.eclipse.jetty.http
 
HttpParser.RequestHandler - Interface in org.eclipse.jetty.http
 
HttpParser.ResponseHandler - Interface in org.eclipse.jetty.http
 
HttpParser.State - Enum Class in org.eclipse.jetty.http
 
HttpProxy - Class in org.eclipse.jetty.client
 
HttpProxy(String, int) - Constructor for class org.eclipse.jetty.client.HttpProxy
 
HttpProxy(Origin.Address, boolean) - Constructor for class org.eclipse.jetty.client.HttpProxy
 
HttpProxy(Origin.Address, boolean, Origin.Protocol) - Constructor for class org.eclipse.jetty.client.HttpProxy
 
HttpProxy(Origin.Address, SslContextFactory.Client) - Constructor for class org.eclipse.jetty.client.HttpProxy
 
HttpProxy(Origin.Address, SslContextFactory.Client, Origin.Protocol) - Constructor for class org.eclipse.jetty.client.HttpProxy
 
HttpReceiver - Class in org.eclipse.jetty.client.transport
HttpReceiver provides the abstract code to implement the various steps of the receive of HTTP responses.
HttpReceiver(HttpChannel) - Constructor for class org.eclipse.jetty.client.transport.HttpReceiver
 
HttpReceiverOverFCGI - Class in org.eclipse.jetty.fcgi.client.transport.internal
 
HttpReceiverOverFCGI(HttpChannel) - Constructor for class org.eclipse.jetty.fcgi.client.transport.internal.HttpReceiverOverFCGI
 
HttpReceiverOverHTTP - Class in org.eclipse.jetty.client.transport.internal
 
HttpReceiverOverHTTP(HttpChannelOverHTTP) - Constructor for class org.eclipse.jetty.client.transport.internal.HttpReceiverOverHTTP
 
HttpReceiverOverHTTP2 - Class in org.eclipse.jetty.http2.client.transport.internal
 
HttpReceiverOverHTTP2(HttpChannel) - Constructor for class org.eclipse.jetty.http2.client.transport.internal.HttpReceiverOverHTTP2
 
HttpReceiverOverHTTP3 - Class in org.eclipse.jetty.http3.client.transport.internal
 
HttpReceiverOverHTTP3(HttpChannelOverHTTP3) - Constructor for class org.eclipse.jetty.http3.client.transport.internal.HttpReceiverOverHTTP3
 
HttpRedirector - Class in org.eclipse.jetty.client
Utility class that handles HTTP redirects.
HttpRedirector(HttpClient) - Constructor for class org.eclipse.jetty.client.HttpRedirector
 
HttpRequest - Class in org.eclipse.jetty.client.transport
 
HttpRequest(HttpClient, HttpConversation, URI) - Constructor for class org.eclipse.jetty.client.transport.HttpRequest
 
HttpRequestException - Exception Class in org.eclipse.jetty.client
 
HttpRequestException(String, Request) - Constructor for exception class org.eclipse.jetty.client.HttpRequestException
 
HttpResponse - Class in org.eclipse.jetty.client.transport
 
HttpResponse(Request) - Constructor for class org.eclipse.jetty.client.transport.HttpResponse
 
HttpResponseException - Exception Class in org.eclipse.jetty.client
 
HttpResponseException(String, Response) - Constructor for exception class org.eclipse.jetty.client.HttpResponseException
 
HttpResponseException(String, Response, Throwable) - Constructor for exception class org.eclipse.jetty.client.HttpResponseException
 
HTTPS - Enum constant in enum class org.eclipse.jetty.http.HttpScheme
 
HTTPS - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
 
HttpScheme - Enum Class in org.eclipse.jetty.http
HTTP and WebSocket Schemes
HttpSender - Class in org.eclipse.jetty.client.transport
HttpSender abstracts the algorithm to send HTTP requests, so that subclasses only implement the transport-specific code to send requests over the wire, implementing HttpSender.sendHeaders(HttpExchange, ByteBuffer, boolean, Callback) and HttpSender.sendContent(HttpExchange, ByteBuffer, boolean, Callback).
HttpSender(HttpChannel) - Constructor for class org.eclipse.jetty.client.transport.HttpSender
 
HttpSenderOverFCGI - Class in org.eclipse.jetty.fcgi.client.transport.internal
 
HttpSenderOverFCGI(HttpChannel) - Constructor for class org.eclipse.jetty.fcgi.client.transport.internal.HttpSenderOverFCGI
 
HttpSenderOverHTTP - Class in org.eclipse.jetty.client.transport.internal
 
HttpSenderOverHTTP(HttpChannelOverHTTP) - Constructor for class org.eclipse.jetty.client.transport.internal.HttpSenderOverHTTP
 
HttpSenderOverHTTP2 - Class in org.eclipse.jetty.http2.client.transport.internal
 
HttpSenderOverHTTP2(HttpChannelOverHTTP2) - Constructor for class org.eclipse.jetty.http2.client.transport.internal.HttpSenderOverHTTP2
 
HttpSenderOverHTTP3 - Class in org.eclipse.jetty.http3.client.transport.internal
 
HttpSenderOverHTTP3(HttpChannelOverHTTP3) - Constructor for class org.eclipse.jetty.http3.client.transport.internal.HttpSenderOverHTTP3
 
HTTPServerSessionListener(EndPoint) - Constructor for class org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory.HTTPServerSessionListener
 
HTTPSessionListenerPromise - Class in org.eclipse.jetty.http2.client.transport.internal
 
HTTPSessionListenerPromise(Map<String, Object>) - Constructor for class org.eclipse.jetty.http2.client.transport.internal.HTTPSessionListenerPromise
 
HttpSpiContextHandler - Class in org.eclipse.jetty.http.spi
Jetty handler that bridges requests to HttpHandler.
HttpSpiContextHandler(HttpContext, HttpHandler) - Constructor for class org.eclipse.jetty.http.spi.HttpSpiContextHandler
 
HttpStatus - Class in org.eclipse.jetty.http
Http Status Codes
HttpStatus() - Constructor for class org.eclipse.jetty.http.HttpStatus
 
HttpStatus.Code - Enum Class in org.eclipse.jetty.http
 
HttpStream - Interface in org.eclipse.jetty.server
A HttpStream is an abstraction that together with MetaData.Request, represents the flow of data from and to a single request and response cycle.
HttpStream.Wrapper - Class in org.eclipse.jetty.server
 
HttpStreamOverFCGI - Class in org.eclipse.jetty.fcgi.server.internal
 
HttpStreamOverFCGI(ServerFCGIConnection, ServerGenerator, HttpChannel, int) - Constructor for class org.eclipse.jetty.fcgi.server.internal.HttpStreamOverFCGI
 
HttpStreamOverHTTP1(String, String, HttpVersion) - Constructor for class org.eclipse.jetty.server.internal.HttpConnection.HttpStreamOverHTTP1
 
HttpStreamOverHTTP2 - Class in org.eclipse.jetty.http2.server.internal
 
HttpStreamOverHTTP2(HTTP2ServerConnection, HttpChannel, HTTP2Stream) - Constructor for class org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2
 
HttpStreamOverHTTP3 - Class in org.eclipse.jetty.http3.server.internal
 
HttpStreamOverHTTP3(ServerHTTP3StreamConnection, HttpChannel, HTTP3StreamServer) - Constructor for class org.eclipse.jetty.http3.server.internal.HttpStreamOverHTTP3
 
HttpTester - Class in org.eclipse.jetty.http
HTTP Testing helper class.
HttpTester.Input - Class in org.eclipse.jetty.http
 
HttpTester.Message - Class in org.eclipse.jetty.http
 
HttpTester.Request - Class in org.eclipse.jetty.http
 
HttpTester.Response - Class in org.eclipse.jetty.http
 
HttpTokens - Class in org.eclipse.jetty.http
HTTP constants
HttpTokens() - Constructor for class org.eclipse.jetty.http.HttpTokens
 
HttpTokens.EndOfContent - Enum Class in org.eclipse.jetty.http
 
HttpTokens.Token - Class in org.eclipse.jetty.http
 
HttpTokens.Type - Enum Class in org.eclipse.jetty.http
 
HttpUpgrader - Interface in org.eclipse.jetty.client
HttpUpgrader prepares a HTTP request to upgrade from one protocol to another, and implements the upgrade mechanism.
HttpUpgrader.Factory - Interface in org.eclipse.jetty.client
A factory for HttpUpgraders.
HttpURI - Interface in org.eclipse.jetty.http
Http URI.
HttpURI.Immutable - Class in org.eclipse.jetty.http
 
HttpURI.Mutable - Class in org.eclipse.jetty.http
 
HttpURIHandler(Request, HttpURI) - Constructor for class org.eclipse.jetty.rewrite.handler.Rule.HttpURIHandler
 
HttpVersion - Enum Class in org.eclipse.jetty.http
 
Huffman - Class in org.eclipse.jetty.http.compression
This class contains the Huffman Codes defined in RFC7541.
HuffmanDecoder - Class in org.eclipse.jetty.http.compression
Used to decoded Huffman encoded strings.
HuffmanDecoder() - Constructor for class org.eclipse.jetty.http.compression.HuffmanDecoder
 
HuffmanEncoder - Class in org.eclipse.jetty.http.compression
Used to encode strings Huffman encoding.

I

IConnection - Interface in org.eclipse.jetty.client.transport
 
id(T) - Method in class org.eclipse.jetty.util.LeakDetector
Generates a unique ID for the given resource.
ID - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
ID_ERROR - Enum constant in enum class org.eclipse.jetty.http3.HTTP3ErrorCode
 
IDENTITY - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
IDENTITY - Enum constant in enum class org.eclipse.jetty.http.HttpHeaderValue
 
IdentityService - Interface in org.eclipse.jetty.security
Associates UserIdentities from with threads and UserIdentity.Contexts.
IdentityService.Association - Interface in org.eclipse.jetty.security
An association between an identity and the current thread that can be terminated by IdentityService.Association.close().
IdentityService.RunAsToken - Interface in org.eclipse.jetty.security
idle(Connection, boolean) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
IDLE - Enum constant in enum class org.eclipse.jetty.util.IteratingCallback.Action
Indicates that IteratingCallback.process() has no more work to do, but the iteration is not completed yet, probably waiting for additional events to trigger more work.
idleTimeout(long, TimeUnit) - Method in interface org.eclipse.jetty.client.Request
 
idleTimeout(long, TimeUnit) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
IdleTimeout - Class in org.eclipse.jetty.io
An Abstract implementation of an Idle Timeout.
IdleTimeout(Scheduler) - Constructor for class org.eclipse.jetty.io.IdleTimeout
 
IdleTimeoutHandler - Class in org.eclipse.jetty.server.handler
Handler to adjust the idle timeout of requests while dispatched.
IdleTimeoutHandler() - Constructor for class org.eclipse.jetty.server.handler.IdleTimeoutHandler
 
IdleTimeoutHandler(Handler) - Constructor for class org.eclipse.jetty.server.handler.IdleTimeoutHandler
 
IF_MATCH - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
IF_MODIFIED_SINCE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
IF_NONE_MATCH - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
IF_RANGE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
IF_UNMODIFIED_SINCE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
ifExceptionThrow() - Method in class org.eclipse.jetty.util.ExceptionUtil.MultiException
 
ifExceptionThrow(Throwable) - Static method in class org.eclipse.jetty.util.ExceptionUtil
Throw a Throwable as a checked Exception if it cannot be thrown as unchecked.
ifExceptionThrowAllAs(Class<T>, Throwable) - Static method in class org.eclipse.jetty.util.ExceptionUtil
Throw a Throwable as a specific type, casting or construction as required.
ifExceptionThrowAs(Class<T>) - Method in class org.eclipse.jetty.util.ExceptionUtil.MultiException
 
ifExceptionThrowAs(Class<T>, Throwable) - Static method in class org.eclipse.jetty.util.ExceptionUtil
Throw a Throwable as a specific type, casting or construction as required.
ifExceptionThrowRuntime() - Method in class org.eclipse.jetty.util.ExceptionUtil.MultiException
 
ifExceptionThrowUnchecked(Throwable) - Static method in class org.eclipse.jetty.util.ExceptionUtil
Throw a Throwable as an unchecked Exception.
ignoreOptionalWhiteSpace() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer.Builder
If called, the built QuotedStringTokenizer will ignore optional white space characters before and after delimiters.
ILLEGAL_PARAMETER - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.tls_alert
 
IllegalArgumentException(int) - Constructor for exception class org.eclipse.jetty.http.HttpException.IllegalArgumentException
 
IllegalArgumentException(int, String) - Constructor for exception class org.eclipse.jetty.http.HttpException.IllegalArgumentException
 
IllegalArgumentException(int, String, Throwable) - Constructor for exception class org.eclipse.jetty.http.HttpException.IllegalArgumentException
 
IM_A_TEAPOT - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
IM_A_TEAPOT_418 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
ImmutableHttpFields(HttpField[]) - Constructor for class org.eclipse.jetty.http.HttpFields.ImmutableHttpFields
Initialize HttpFields from copy.
ImmutableHttpFields(HttpField[], int) - Constructor for class org.eclipse.jetty.http.HttpFields.ImmutableHttpFields
 
impact() - Element in annotation interface org.eclipse.jetty.util.annotation.ManagedOperation
The impact of an operation.
IN_NAME - Enum constant in enum class org.eclipse.jetty.http.HttpParser.FieldState
 
IN_NAME - Enum constant in enum class org.eclipse.jetty.server.internal.MultiPartParser.FieldState
 
IN_VALUE - Enum constant in enum class org.eclipse.jetty.http.HttpParser.FieldState
 
IN_VALUE - Enum constant in enum class org.eclipse.jetty.server.internal.MultiPartParser.FieldState
 
INADEQUATE_SECURITY_ERROR - Enum constant in enum class org.eclipse.jetty.http2.ErrorCode
Indicates that the transport properties do not meet minimum security requirements.
INAPPROPRIATE_FALLBACK - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.tls_alert
 
include(Class<? extends Connection>) - Method in class org.eclipse.jetty.io.IncludeExcludeConnectionStatistics
 
include(String) - Method in class org.eclipse.jetty.io.IncludeExcludeConnectionStatistics
 
include(String) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
Includes an InetAccess pattern with an optional connector name, address and URI mapping.
include(String) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
include(String...) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
Includes InetAccess patterns
include(String, String, PathSpec) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
Includes an InetAccess entry.
include(T) - Method in class org.eclipse.jetty.util.IncludeExcludeSet
 
include(T...) - Method in class org.eclipse.jetty.util.IncludeExcludeSet
 
includeConnector(String) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
Deprecated.
includeConnectors(String...) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
Deprecated.
IncludeExclude<ITEM> - Class in org.eclipse.jetty.util
Utility class to maintain a set of inclusions and exclusions.
IncludeExclude() - Constructor for class org.eclipse.jetty.util.IncludeExclude
 
IncludeExclude(Class<SET>) - Constructor for class org.eclipse.jetty.util.IncludeExclude
 
IncludeExclude(Set<ITEM>, Predicate<ITEM>, Set<ITEM>, Predicate<ITEM>) - Constructor for class org.eclipse.jetty.util.IncludeExclude
 
IncludeExcludeConnectionStatistics - Class in org.eclipse.jetty.io
 
IncludeExcludeConnectionStatistics() - Constructor for class org.eclipse.jetty.io.IncludeExcludeConnectionStatistics
 
IncludeExcludeConnectionStatistics.ConnectionSet - Class in org.eclipse.jetty.io
 
IncludeExcludeSet<T,P> - Class in org.eclipse.jetty.util
Utility class to maintain a set of inclusions and exclusions.
IncludeExcludeSet() - Constructor for class org.eclipse.jetty.util.IncludeExcludeSet
Default constructor over HashSet
IncludeExcludeSet(Class<SET>) - Constructor for class org.eclipse.jetty.util.IncludeExcludeSet
Construct an IncludeExclude.
IncludeExcludeSet(Set<T>, Predicate<P>, Set<T>, Predicate<P>) - Constructor for class org.eclipse.jetty.util.IncludeExcludeSet
Construct an IncludeExclude
incoming(Socket, ByteBuffer) - Method in interface org.eclipse.jetty.io.NetworkTrafficListener
Callback method invoked when bytes sent by a remote client arrived on the server.
inContentState() - Method in class org.eclipse.jetty.http.HttpParser
 
increment() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
Increments the value by one.
incrementCount() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
 
index(HpackContext.Entry) - Method in class org.eclipse.jetty.http2.hpack.HpackContext
 
index(Entry) - Method in class org.eclipse.jetty.http3.qpack.internal.table.DynamicTable
Get the relative index of an entry in the Dynamic Table.
Index<V> - Interface in org.eclipse.jetty.util
An immutable String lookup data structure.
Index.Builder<V> - Class in org.eclipse.jetty.util
Builder of Index instances.
Index.Mutable<V> - Interface in org.eclipse.jetty.util
A mutable String lookup data structure.
Index.Mutable.Builder<V> - Class in org.eclipse.jetty.util
Builder of Index.Mutable instances.
IndexedNameEntryInstruction - Class in org.eclipse.jetty.http3.qpack.internal.instruction
 
IndexedNameEntryInstruction(boolean, int, boolean, String) - Constructor for class org.eclipse.jetty.http3.qpack.internal.instruction.IndexedNameEntryInstruction
 
indexFrom(String, String) - Static method in class org.eclipse.jetty.util.StringUtil
returns the next index of a character from the chars string
indexOf(Entry) - Method in class org.eclipse.jetty.http3.qpack.internal.QpackContext
Get the relative Index of an entry.
indexOfControlChars(String) - Static method in class org.eclipse.jetty.util.StringUtil
Find the index of a control characters in String
INET4 - Enum constant in enum class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Family
 
INET6 - Enum constant in enum class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Family
 
InetAccessHandler - Class in org.eclipse.jetty.server.handler
InetAddress Access Handler
InetAccessHandler() - Constructor for class org.eclipse.jetty.server.handler.InetAccessHandler
 
InetAccessHandler(Handler) - Constructor for class org.eclipse.jetty.server.handler.InetAccessHandler
 
InetAccessSet - Class in org.eclipse.jetty.server.handler
 
InetAccessSet() - Constructor for class org.eclipse.jetty.server.handler.InetAccessSet
 
InetAddressPattern - Class in org.eclipse.jetty.util
A pattern representing a single or range of InetAddress.
InetAddressPattern(String) - Constructor for class org.eclipse.jetty.util.InetAddressPattern
 
InetAddressSet - Class in org.eclipse.jetty.util
A set of InetAddress patterns.
InetAddressSet() - Constructor for class org.eclipse.jetty.util.InetAddressSet
 
INFERRED - Static variable in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
InflaterPool - Class in org.eclipse.jetty.util.compression
 
InflaterPool(int, boolean) - Constructor for class org.eclipse.jetty.util.compression.InflaterPool
Create a Pool of Inflater instances.
info(String, Object...) - Static method in class org.eclipse.jetty.start.StartLog
 
Info(ClientConnectionFactory) - Constructor for class org.eclipse.jetty.io.ClientConnectionFactory.Info
 
INFORMATIONAL - Enum constant in enum class org.eclipse.jetty.http3.HTTP3Stream.FrameState
The stream has received an HTTP informational response.
inHeaderState() - Method in class org.eclipse.jetty.http.HttpParser
 
INHERIT - Enum constant in enum class org.eclipse.jetty.security.Constraint.Authorization
Inherit the authorization from a less specific constraint when passed to Constraint.combine(Constraint, Constraint), otherwise act as Constraint.Authorization.ALLOWED.
INHERIT - Enum constant in enum class org.eclipse.jetty.security.Constraint.Transport
Inherit the transport constraint from a less specific constraint when passed to Constraint.combine(Constraint, Constraint), otherwise act as Constraint.Transport.ANY.
init() - Method in class org.eclipse.jetty.alpn.conscrypt.client.ConscryptClientALPNProcessor
 
init() - Method in class org.eclipse.jetty.alpn.conscrypt.server.ConscryptServerALPNProcessor
 
init() - Method in class org.eclipse.jetty.alpn.java.client.JDK9ClientALPNProcessor
 
init() - Method in class org.eclipse.jetty.alpn.java.server.JDK9ServerALPNProcessor
 
init() - Method in interface org.eclipse.jetty.io.ssl.ALPNProcessor
Initializes this ALPNProcessor
init() - Method in class org.eclipse.jetty.start.StartIni
 
init() - Method in class org.eclipse.jetty.start.TextFile
 
init(String[]) - Method in class org.eclipse.jetty.start.Main
 
init(UnaryOperator<ParserListener>) - Method in class org.eclipse.jetty.http3.parser.MessageParser
 
init(Parser.Listener) - Method in class org.eclipse.jetty.http2.parser.Parser
 
init(Parser.Listener) - Method in class org.eclipse.jetty.http2.parser.ServerParser
 
init(Resource, XmlParser.Node, XmlConfiguration) - Method in interface org.eclipse.jetty.xml.ConfigurationProcessor
Initialize a ConfigurationProcessor from provided Resource and XML
INITIAL - Enum constant in enum class org.eclipse.jetty.http3.HTTP3Stream.FrameState
The initial state of the stream, before it receives any frame.
INITIAL - Static variable in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche.packet_type
 
INITIAL_URI_LENGTH - Static variable in class org.eclipse.jetty.http.HttpParser
 
INITIAL_WINDOW_SIZE - Static variable in class org.eclipse.jetty.http2.frames.SettingsFrame
 
InitialContextFactory - Class in org.eclipse.jetty.jndi
InitialContextFactory.java Factory for the default InitialContext.
InitialContextFactory() - Constructor for class org.eclipse.jetty.jndi.InitialContextFactory
 
InitialContextFactory.DefaultParser - Class in org.eclipse.jetty.jndi
 
initialize() - Method in class org.eclipse.jetty.server.AllowedResourceAliasChecker
 
initialize() - Method in class org.eclipse.jetty.session.DatabaseAdaptor
 
initialize() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore
 
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.eclipse.jetty.security.jaas.spi.AbstractDatabaseLoginModule
 
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.eclipse.jetty.security.jaas.spi.AbstractLoginModule
 
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.eclipse.jetty.security.jaas.spi.DataSourceLoginModule
Init LoginModule.
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.eclipse.jetty.security.jaas.spi.JDBCLoginModule
Init LoginModule.
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.eclipse.jetty.security.jaas.spi.LdapLoginModule
Init LoginModule.
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.eclipse.jetty.security.jaas.spi.PropertyFileLoginModule
Use a PropertyUserStore to read the authentication and authorizaton information contained in the file named by the option "file".
initialize(SessionContext) - Method in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
 
initialize(SessionContext) - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
 
initialize(SessionContext) - Method in class org.eclipse.jetty.session.AbstractSessionCache
 
initialize(SessionContext) - Method in class org.eclipse.jetty.session.AbstractSessionDataStore
 
initialize(SessionContext) - Method in class org.eclipse.jetty.session.CachingSessionDataStore
 
initialize(SessionContext) - Method in class org.eclipse.jetty.session.FileSessionDataStore
 
initialize(SessionContext) - Method in interface org.eclipse.jetty.session.SessionCache
 
initialize(SessionContext) - Method in interface org.eclipse.jetty.session.SessionDataMap
Initialize this data map for the given context.
initialize(BaseHome, CommandLineConfigSource) - Method in class org.eclipse.jetty.start.StartLog
 
initializeContextHandler(Object, Path, Map<String, String>) - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
 
initializeContextPath(ContextHandler, Path) - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
 
initializeDefaults(Object) - Method in class org.eclipse.jetty.xml.XmlConfiguration
Initialize a new Object defaults.
initializeDefaults(Map<String, String>) - Method in interface org.eclipse.jetty.server.Deployable
 
initializeStore() - Method in class org.eclipse.jetty.session.FileSessionDataStore
Read the names of the existing session files and build a map of fully qualified session ids (ie with context) to filename.
initialValue() - Method in class org.eclipse.jetty.util.ClassLoadingObjectInputStream.ClassLoaderThreadLocal
 
initLogFile(Path) - Method in class org.eclipse.jetty.start.StartLog
 
initRandom() - Method in class org.eclipse.jetty.session.DefaultSessionIdManager
Set up a random number generator for the sessionids.
Input() - Constructor for class org.eclipse.jetty.http.HttpTester.Input
 
InputStreamContentSource - Class in org.eclipse.jetty.io.content
A Content.Source that is backed by an InputStream.
InputStreamContentSource(InputStream) - Constructor for class org.eclipse.jetty.io.content.InputStreamContentSource
 
InputStreamContentSource(InputStream, ByteBufferPool) - Constructor for class org.eclipse.jetty.io.content.InputStreamContentSource
 
InputStreamRequestContent - Class in org.eclipse.jetty.client
A Request.Content that produces content from an InputStream.
InputStreamRequestContent(InputStream) - Constructor for class org.eclipse.jetty.client.InputStreamRequestContent
 
InputStreamRequestContent(InputStream, int) - Constructor for class org.eclipse.jetty.client.InputStreamRequestContent
 
InputStreamRequestContent(String, InputStream) - Constructor for class org.eclipse.jetty.client.InputStreamRequestContent
 
InputStreamRequestContent(String, InputStream, int) - Constructor for class org.eclipse.jetty.client.InputStreamRequestContent
 
InputStreamRequestContent(String, InputStream, ByteBufferPool) - Constructor for class org.eclipse.jetty.client.InputStreamRequestContent
 
InputStreamResponseListener - Class in org.eclipse.jetty.client
Implementation of Response.Listener that produces an InputStream that allows applications to read the response content.
InputStreamResponseListener() - Constructor for class org.eclipse.jetty.client.InputStreamResponseListener
 
INSENSITIVE_CACHE - Static variable in enum class org.eclipse.jetty.http.HttpMethod
 
insert(int, RetainableByteBuffer) - Method in class org.eclipse.jetty.io.ByteBufferPool.Accumulator
 
insert(HttpField) - Method in class org.eclipse.jetty.http3.qpack.QpackEncoder
A speculative insert of a Header into the Encoders Dynamic Table.
InsertCountIncrementInstruction - Class in org.eclipse.jetty.http3.qpack.internal.instruction
 
InsertCountIncrementInstruction(int) - Constructor for class org.eclipse.jetty.http3.qpack.internal.instruction.InsertCountIncrementInstruction
 
insertHandler(Handler.Singleton) - Method in interface org.eclipse.jetty.server.Handler.Singleton
 
insertLifeCycleNode(String, String, String) - Method in class org.eclipse.jetty.deploy.DeploymentManager
Convenience method to allow for insertion of nodes into the lifecycle.
insertNode(Edge, String) - Method in class org.eclipse.jetty.deploy.graph.Graph
Convenience method for Graph.insertNode(Edge, Node)
insertNode(Edge, Node) - Method in class org.eclipse.jetty.deploy.graph.Graph
Insert an arbitrary node on an existing edge.
INSTANCE - Static variable in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
INSTANCE - Static variable in class org.eclipse.jetty.security.jaas.JAASLoginService
 
INSTANCE - Static variable in class org.eclipse.jetty.util.resource.FileSystemPool
 
Instruction - Interface in org.eclipse.jetty.http3.qpack
 
Instruction.Handler - Interface in org.eclipse.jetty.http3.qpack
A handler for instructions issued by an QpackEncoder or QpackDecoder.
InstructionFlusher - Class in org.eclipse.jetty.http3
 
InstructionFlusher(QuicSession, QuicStreamEndPoint, long) - Constructor for class org.eclipse.jetty.http3.InstructionFlusher
 
InstructionHandler - Class in org.eclipse.jetty.http3
 
InstructionHandler(InstructionFlusher) - Constructor for class org.eclipse.jetty.http3.InstructionHandler
 
InstructionStreamConnection - Class in org.eclipse.jetty.http3
 
InstructionStreamConnection(EndPoint, Executor, ByteBufferPool, ParserListener) - Constructor for class org.eclipse.jetty.http3.InstructionStreamConnection
 
INSUFFICIENT_SECURITY - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.tls_alert
 
INSUFFICIENT_STORAGE - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
INSUFFICIENT_STORAGE_507 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
INTERNAL_ERROR - Enum constant in enum class org.eclipse.jetty.http2.ErrorCode
Indicates an internal error.
INTERNAL_ERROR - Enum constant in enum class org.eclipse.jetty.http3.HTTP3ErrorCode
 
INTERNAL_ERROR - Enum constant in enum class org.eclipse.jetty.quic.common.QuicErrorCode
 
INTERNAL_ERROR - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quic_error
 
INTERNAL_ERROR - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.tls_alert
 
INTERNAL_SERVER_ERROR - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
INTERNAL_SERVER_ERROR_500 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
interruptAcceptors() - Method in class org.eclipse.jetty.server.AbstractConnector
 
interruptThread(long) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
IntrospectionUtil - Class in org.eclipse.jetty.util
IntrospectionUtil
IntrospectionUtil() - Constructor for class org.eclipse.jetty.util.IntrospectionUtil
 
IntValueHttpField(String, int) - Constructor for class org.eclipse.jetty.http.HttpField.IntValueHttpField
 
IntValueHttpField(HttpHeader, int) - Constructor for class org.eclipse.jetty.http.HttpField.IntValueHttpField
 
IntValueHttpField(HttpHeader, String, int) - Constructor for class org.eclipse.jetty.http.HttpField.IntValueHttpField
 
IntValueHttpField(HttpHeader, String, String) - Constructor for class org.eclipse.jetty.http.HttpField.IntValueHttpField
 
IntValueHttpField(HttpHeader, String, String, int) - Constructor for class org.eclipse.jetty.http.HttpField.IntValueHttpField
 
INVALID - Enum constant in enum class org.eclipse.jetty.session.ManagedSession.State
 
INVALID_COOKIES - Enum constant in enum class org.eclipse.jetty.http.CookieCompliance.Violation
An invalid cookie was found, without a more specific violation.
INVALID_TOKEN - Enum constant in enum class org.eclipse.jetty.quic.common.QuicErrorCode
 
INVALID_TOKEN - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quic_error
 
invalidate() - Method in interface org.eclipse.jetty.server.Session
Invalidate this session in the current context and all sessions of the same identity with associated contexts.
invalidate() - Method in class org.eclipse.jetty.session.ManagedSession
Called by users to invalidate a session, or called by the access method as a request enters the session if the session has expired, or called by manager as a result of scavenger expiring session
invalidate(String) - Method in class org.eclipse.jetty.session.AbstractSessionManager
Called by SessionIdManager to remove a session that has been invalidated, either by this context or another context.
invalidate(String) - Method in interface org.eclipse.jetty.session.SessionManager
 
invalidateAll(String) - Method in class org.eclipse.jetty.session.DefaultSessionIdManager
 
invalidateAll(String) - Method in interface org.eclipse.jetty.session.SessionIdManager
Invalidate all sessions on all contexts that share the same id.
INVALIDATING - Enum constant in enum class org.eclipse.jetty.session.ManagedSession.State
 
InvalidCookieException() - Constructor for exception class org.eclipse.jetty.http.CookieParser.InvalidCookieException
 
InvalidCookieException(String) - Constructor for exception class org.eclipse.jetty.http.CookieParser.InvalidCookieException
 
InvalidCookieException(String, Throwable) - Constructor for exception class org.eclipse.jetty.http.CookieParser.InvalidCookieException
 
InvalidCookieException(Throwable) - Constructor for exception class org.eclipse.jetty.http.CookieParser.InvalidCookieException
 
InvalidException(String) - Constructor for exception class org.eclipse.jetty.http3.internal.VarLenInt.InvalidException
 
InvalidURIRule - Class in org.eclipse.jetty.rewrite.handler
Rule that protects against invalid unicode characters in URLs, returning a configurable status code with body message.
InvalidURIRule() - Constructor for class org.eclipse.jetty.rewrite.handler.InvalidURIRule
 
Invocable - Interface in org.eclipse.jetty.util.thread
A task (typically either a Runnable or Invocable.Callable that declares how it will behave when invoked:
Invocable.Callable - Interface in org.eclipse.jetty.util.thread
 
Invocable.InvocationType - Enum Class in org.eclipse.jetty.util.thread
The behavior of an Invocable when it is invoked.
Invocable.ReadyTask - Class in org.eclipse.jetty.util.thread
A Runnable decorated with an Invocable.InvocationType.
Invocable.Task - Interface in org.eclipse.jetty.util.thread
A task with an Invocable.InvocationType.
invoke(String, Object[], String[]) - Method in class org.eclipse.jetty.jmx.ObjectMBean
 
invokeMain(ClassLoader, StartArgs) - Method in class org.eclipse.jetty.start.Main
 
invokeNonBlocking(Runnable) - Static method in interface org.eclipse.jetty.util.thread.Invocable
Invoke a task with the calling thread, tagged to indicate that it will not block.
inwardClose(long, String) - Method in class org.eclipse.jetty.http3.client.ClientHTTP3Session
 
inwardClose(long, String) - Method in class org.eclipse.jetty.http3.HTTP3Session
Called when a an external event wants to initiate the close of this session locally, for example a close at the network level (due to e.g.
inwardClose(long, String) - Method in class org.eclipse.jetty.http3.server.internal.ServerHTTP3Session
 
inwardClose(long, String) - Method in class org.eclipse.jetty.quic.common.ProtocolSession
 
inwardClose(long, String) - Method in class org.eclipse.jetty.quic.common.QuicSession
 
IO - Class in org.eclipse.jetty.util
IO Utilities.
is(String) - Method in class org.eclipse.jetty.http.HttpField
 
is(String) - Method in enum class org.eclipse.jetty.http.HttpHeader
 
is(String) - Method in enum class org.eclipse.jetty.http.HttpHeaderValue
 
is(String) - Method in enum class org.eclipse.jetty.http.HttpMethod
 
is(String) - Method in enum class org.eclipse.jetty.http.HttpScheme
 
is(String) - Method in enum class org.eclipse.jetty.http.HttpVersion
 
is(String) - Method in enum class org.eclipse.jetty.http.MimeTypes.Type
 
isAbsolute() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
isAbsolute() - Method in interface org.eclipse.jetty.http.HttpURI
 
isAbsolute() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
isAbsolute(String) - Static method in class org.eclipse.jetty.start.PathMatchers
Tests if provided pattern is an absolute reference (or not)
isAcceptable(String, String, String) - Method in class org.eclipse.jetty.http2.server.HTTP2CServerConnectionFactory
 
isAcceptable(String, String, String) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory
 
isAcceptable(String, String, String) - Method in interface org.eclipse.jetty.server.NegotiatingServerConnection.CipherDiscriminator
 
isAccepting() - Method in class org.eclipse.jetty.server.AbstractConnector
 
isAcceptingInLowResources() - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
isAcceptRanges() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
isAcceptRanges() - Method in class org.eclipse.jetty.server.ResourceService
 
isActive(Connection) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
isActive(Connection) - Method in interface org.eclipse.jetty.client.ConnectionPool
 
isAdd() - Method in class org.eclipse.jetty.rewrite.handler.HeaderPatternRule
 
isAdd() - Method in class org.eclipse.jetty.rewrite.handler.HeaderRegexRule
 
isAlias() - Method in class org.eclipse.jetty.util.resource.PathResource
 
isAlias() - Method in class org.eclipse.jetty.util.resource.Resource
 
isAlive() - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
isAllowed(InetAddress, Request) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
Checks if specified address and request are allowed by current InetAddress rules.
isAllowed(Path) - Method in class org.eclipse.jetty.server.AllowedResourceAliasChecker
 
isAllowedBy(ComplianceViolation.Mode) - Method in interface org.eclipse.jetty.http.ComplianceViolation
 
isAllowInsecureHttpDownloads() - Method in class org.eclipse.jetty.start.StartArgs
 
isAmbiguous() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
isAmbiguous() - Method in interface org.eclipse.jetty.http.HttpURI
 
isAmbiguous() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
isAmbiguous(EnumSet<UriCompliance.Violation>) - Static method in class org.eclipse.jetty.http.UriCompliance
 
isAppend() - Method in class org.eclipse.jetty.server.RequestLogWriter
Retrieve append to log flag.
isApplicable(URI) - Method in class org.eclipse.jetty.start.FileInitializer
 
isApplicable(URI) - Method in class org.eclipse.jetty.start.fileinits.TestFileInitializer
 
isApplyToAsync() - Method in class org.eclipse.jetty.server.handler.IdleTimeoutHandler
 
isApproveAllLicenses() - Method in class org.eclipse.jetty.start.StartArgs
 
isArchive(String) - Static method in class org.eclipse.jetty.util.FileID
Test if filename is any supported Java Archive type (ends in jar, war, or zip).
isArchive(URI) - Static method in class org.eclipse.jetty.util.FileID
Test if URI is any supported Java Archive type.
isArchive(Path) - Static method in class org.eclipse.jetty.util.FileID
Test if Path is any supported Java Archive type (ends in jar, war, or zip).
isAtEOF() - Method in class org.eclipse.jetty.http.HttpParser
 
isAuthenticated() - Method in class org.eclipse.jetty.security.jaas.spi.AbstractLoginModule
 
isAuto(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
isAvailable() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
isBaseDifferent() - Method in class org.eclipse.jetty.start.BaseHome
 
isBefore(long, long) - Static method in class org.eclipse.jetty.util.NanoTime
Returns whether the first nanoTime is strictly before the second nanoTime.
isBeforeOrSame(long, long) - Static method in class org.eclipse.jetty.util.NanoTime
Returns whether the first nanoTime is before or the same as the second nanoTime.
isBlackListCipher(String) - Static method in class org.eclipse.jetty.http2.HTTP2Cipher
 
isBlackListProtocol(String) - Static method in class org.eclipse.jetty.http2.HTTP2Cipher
 
isBlank(String) - Static method in class org.eclipse.jetty.start.Utils
Is String null, empty, or consisting of only whitespace.
isBlank(String) - Static method in class org.eclipse.jetty.util.StringUtil
Test if a string is null or only has whitespace characters in it.
isBlocked() - Method in class org.eclipse.jetty.http3.qpack.internal.StreamInfo
 
isBlocking() - Method in class org.eclipse.jetty.http3.qpack.internal.StreamInfo.SectionInfo
 
isCacheable(HttpContent) - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory
Tests whether the given HttpContent is cacheable, and if there is enough room to fit it in the cache.
isCacheable(HttpContent) - Method in class org.eclipse.jetty.http.content.ValidatingCachingHttpContentFactory
 
isCancelled() - Method in class org.eclipse.jetty.client.FutureResponseListener
 
isCancelled() - Method in class org.eclipse.jetty.util.FutureCallback
 
isCancelled() - Method in class org.eclipse.jetty.util.FuturePromise
 
isCertSign(X509Certificate) - Static method in class org.eclipse.jetty.util.ssl.X509
 
isCharsetAssumed() - Method in enum class org.eclipse.jetty.http.MimeTypes.Type
 
isCheckingRemoteSessionIdEncoding() - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
isCheckingRemoteSessionIdEncoding() - Method in interface org.eclipse.jetty.session.SessionConfig
 
isChunking() - Method in class org.eclipse.jetty.http.HttpGenerator
 
isChunking() - Method in class org.eclipse.jetty.http.HttpParser
 
isClassFile(Path) - Static method in class org.eclipse.jetty.util.FileID
Predicate to select all class files
isClientError() - Method in enum class org.eclipse.jetty.http.HttpStatus.Code
Simple test against an code to determine if it falls into the Client Error message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1.
isClientError(int) - Static method in class org.eclipse.jetty.http.HttpStatus
Simple test against an code to determine if it falls into the Client Error message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1.
isClientStream(int) - Static method in class org.eclipse.jetty.http2.HTTP2Session
 
isClose() - Method in class org.eclipse.jetty.http.HttpParser
 
isClosed() - Method in interface org.eclipse.jetty.client.Connection
 
isClosed() - Method in class org.eclipse.jetty.client.transport.internal.HttpConnectionOverHTTP
 
isClosed() - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpConnectionOverFCGI
 
isClosed() - Method in class org.eclipse.jetty.http.HttpParser
 
isClosed() - Method in interface org.eclipse.jetty.http2.api.Session
 
isClosed() - Method in interface org.eclipse.jetty.http2.api.Stream
 
isClosed() - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpConnectionOverHTTP2
 
isClosed() - Method in class org.eclipse.jetty.http2.HTTP2Session
 
isClosed() - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
isClosed() - Method in class org.eclipse.jetty.http3.client.transport.internal.HttpConnectionOverHTTP3
 
isClosed() - Method in class org.eclipse.jetty.http3.HTTP3Session
 
isClosed() - Method in class org.eclipse.jetty.http3.HTTP3Stream
 
isClosed() - Method in class org.eclipse.jetty.io.content.AsyncContent
 
isClosed() - Method in class org.eclipse.jetty.util.IteratingCallback
 
isCombined(Resource) - Static method in class org.eclipse.jetty.util.resource.Resources
True if the resource has been created by combining other resources.
isCommitted() - Method in class org.eclipse.jetty.fcgi.server.internal.HttpStreamOverFCGI
 
isCommitted() - Method in class org.eclipse.jetty.http.HttpGenerator
 
isCommitted() - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
isCommitted() - Method in class org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2
 
isCommitted() - Method in class org.eclipse.jetty.http3.server.internal.HttpStreamOverHTTP3
 
isCommitted() - Method in class org.eclipse.jetty.security.jaas.spi.AbstractLoginModule
 
isCommitted() - Method in interface org.eclipse.jetty.server.HttpStream
 
isCommitted() - Method in class org.eclipse.jetty.server.HttpStream.Wrapper
 
isCommitted() - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelResponse
 
isCommitted() - Method in class org.eclipse.jetty.server.internal.HttpConnection.HttpStreamOverHTTP1
 
isCommitted() - Method in class org.eclipse.jetty.server.internal.ResponseHttpFields
 
isCommitted() - Method in interface org.eclipse.jetty.server.Response
Returns whether this response has already been committed.
isCommitted() - Method in class org.eclipse.jetty.server.Response.Wrapper
 
isComplete() - Method in class org.eclipse.jetty.http.HttpParser
 
isComplete() - Method in class org.eclipse.jetty.http.HttpTester.Message
 
isComplete() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
isCompletedSuccessfully() - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelResponse
 
isCompletedSuccessfully() - Method in interface org.eclipse.jetty.server.Response
Returns whether the response completed successfully.
isCompletedSuccessfully() - Method in class org.eclipse.jetty.server.Response.Wrapper
 
isConditionalDependency(String) - Static method in class org.eclipse.jetty.start.Module
 
isConnectBlocking() - Method in class org.eclipse.jetty.client.HttpClient
 
isConnectBlocking() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
isConnectBlocking() - Method in class org.eclipse.jetty.io.ClientConnector
 
isConnectionClosed() - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
 
isConnectionClosed() - Method in class org.eclipse.jetty.quic.quiche.QuicheConnection
 
isConnectionEstablished() - Method in class org.eclipse.jetty.quic.common.QuicSession
 
isConnectionEstablished() - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
 
isConnectionEstablished() - Method in class org.eclipse.jetty.quic.quiche.QuicheConnection
 
isConnectionInEarlyData() - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
 
isConnectionPending(SelectableChannel) - Method in class org.eclipse.jetty.io.SelectorManager
 
isConnectProtocolEnabled() - Method in class org.eclipse.jetty.http2.HTTP2Session
 
isConnectProtocolEnabled() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
 
isContainedIn(Resource) - Method in class org.eclipse.jetty.util.resource.CombinedResource
 
isContainedIn(Resource) - Method in class org.eclipse.jetty.util.resource.MemoryResource
 
isContainedIn(Resource) - Method in class org.eclipse.jetty.util.resource.MountedPathResource
 
isContainedIn(Resource) - Method in class org.eclipse.jetty.util.resource.PathResource
 
isContainedIn(Resource) - Method in class org.eclipse.jetty.util.resource.Resource
Return true if this resource is contained in the Resource r, either because r is a folder or a jar file or any form of resource capable of containing other resources.
isControl(long) - Static method in enum class org.eclipse.jetty.http3.frames.FrameType
 
isCreateFiles() - Method in class org.eclipse.jetty.start.StartArgs
 
isCreateStartD() - Method in class org.eclipse.jetty.start.StartArgs
 
isCreateStartIni() - Method in class org.eclipse.jetty.start.StartArgs
 
isDaemon() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
isDaemon() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
isDaemon() - Method in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
isDataMode() - Method in class org.eclipse.jetty.http3.parser.MessageParser
 
isDebugEnabled() - Static method in class org.eclipse.jetty.start.StartLog
 
isDeepBindingSupported() - Method in class org.eclipse.jetty.jndi.NamingContext
 
isDeferred(Response) - Static method in interface org.eclipse.jetty.security.AuthenticationState.Deferred
 
isDelayDispatchUntilContent() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
isDeleteUnrestorableFiles() - Method in class org.eclipse.jetty.session.FileSessionDataStore
 
isDeleteUnrestorableFiles() - Method in class org.eclipse.jetty.session.FileSessionDataStoreFactory
 
isDeployable(Path) - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
 
isDetailedDump() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
isDetailedDump() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
isDirAllowed() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
isDirAllowed() - Method in class org.eclipse.jetty.server.ResourceService
 
isDirect() - Method in interface org.eclipse.jetty.io.RetainableByteBuffer
 
isDirect() - Method in class org.eclipse.jetty.io.RetainableByteBuffer.Wrapper
 
isDirectBuffersForDecryption() - Method in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
 
isDirectBuffersForDecryption() - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
isDirectBuffersForEncryption() - Method in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
 
isDirectBuffersForEncryption() - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
isDirectory() - Method in class org.eclipse.jetty.util.resource.CombinedResource
 
isDirectory() - Method in class org.eclipse.jetty.util.resource.MemoryResource
 
isDirectory() - Method in class org.eclipse.jetty.util.resource.PathResource
 
isDirectory() - Method in class org.eclipse.jetty.util.resource.Resource
Return true if resource represents a directory of potential resources.
isDirectory(Resource) - Static method in class org.eclipse.jetty.util.resource.Resources
True if resource is a valid directory.
isDirty() - Method in class org.eclipse.jetty.session.SessionData
 
isDisableActiveMigration() - Method in class org.eclipse.jetty.quic.common.QuicConfiguration
 
isDiscardPathInContext() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
isDiscardQuery() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
isDisconnected() - Method in class org.eclipse.jetty.http2.HTTP2Session
 
isDone() - Method in class org.eclipse.jetty.client.FutureResponseListener
 
isDone() - Method in class org.eclipse.jetty.util.FutureCallback
 
isDone() - Method in class org.eclipse.jetty.util.FuturePromise
 
isDraining() - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
 
isDraining() - Method in class org.eclipse.jetty.quic.quiche.QuicheConnection
 
isDryRun() - Method in class org.eclipse.jetty.server.Server
 
isDryRun() - Method in class org.eclipse.jetty.start.StartArgs
 
isDumpable(Object) - Method in interface org.eclipse.jetty.util.component.Dumpable.DumpableContainer
 
isDumpAfterStart() - Method in class org.eclipse.jetty.server.Server
 
isDumpBeforeStop() - Method in class org.eclipse.jetty.server.Server
 
isDynamic() - Method in class org.eclipse.jetty.http3.qpack.internal.instruction.IndexedNameEntryInstruction
 
isDynamic() - Method in class org.eclipse.jetty.server.Handler.AbstractContainer
 
isDynamic() - Method in class org.eclipse.jetty.start.Module
Indicates a module that is dynamic in nature
isEarlyEOF() - Method in class org.eclipse.jetty.http.HttpTester.Message
 
isEmpty() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
isEmpty() - Method in interface org.eclipse.jetty.client.ConnectionPool
 
isEmpty() - Method in class org.eclipse.jetty.deploy.graph.Route
 
isEmpty() - Method in class org.eclipse.jetty.http.QuotedCSV
 
isEmpty() - Method in class org.eclipse.jetty.http3.qpack.internal.StreamInfo
 
isEmpty() - Method in class org.eclipse.jetty.start.Classpath
 
isEmpty() - Method in class org.eclipse.jetty.util.Fields
 
isEmpty() - Method in class org.eclipse.jetty.util.IncludeExcludeSet
 
isEmpty() - Method in interface org.eclipse.jetty.util.Index
Check if the index contains any entry.
isEmpty() - Method in class org.eclipse.jetty.util.RegexSet
 
isEmpty(Object) - Static method in class org.eclipse.jetty.util.LazyList
Simple utility method to test if List is empty
isEmpty(String) - Static method in class org.eclipse.jetty.util.StringUtil
Checks if a String is empty ("") or null.
isEmpty(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Check for an empty or null buffer.
isEmpty(ByteBuffer[]) - Static method in class org.eclipse.jetty.util.BufferUtil
Check for an empty or null buffers.
isEmptyDir(File) - Static method in class org.eclipse.jetty.util.IO
Test if directory is empty.
isEmptyStringNull() - Method in class org.eclipse.jetty.session.DatabaseAdaptor
 
isEnableCRLDP() - Method in class org.eclipse.jetty.util.security.CertificateValidator
 
isEnableCRLDP() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
isEnabled() - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
isEnabled() - Method in class org.eclipse.jetty.server.Slf4jRequestLogWriter
 
isEnabled() - Method in class org.eclipse.jetty.start.Module
 
isEnableOCSP() - Method in class org.eclipse.jetty.util.security.CertificateValidator
 
isEnableOCSP() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
isEnd() - Method in class org.eclipse.jetty.http.HttpGenerator
 
isEndHeaders() - Method in class org.eclipse.jetty.http2.frames.ContinuationFrame
 
isEndStream() - Method in class org.eclipse.jetty.http2.frames.DataFrame
 
isEndStream() - Method in class org.eclipse.jetty.http2.frames.HeadersFrame
 
isEndStream() - Method in class org.eclipse.jetty.http2.parser.BodyParser
 
isEndStream() - Method in class org.eclipse.jetty.http2.parser.HeaderBlockFragments
 
isEnsureSecureRequestCustomizer() - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
isEOF() - Method in class org.eclipse.jetty.http.HttpTester.Input
 
isEqualTo(HttpFields) - Method in interface org.eclipse.jetty.http.HttpFields
 
isEstablished() - Method in class org.eclipse.jetty.security.RoleDelegateUserIdentity
 
isEtags() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
isEtags() - Method in class org.eclipse.jetty.server.ResourceService
 
isExclusive() - Method in class org.eclipse.jetty.http2.frames.PriorityFrame
 
isExec() - Method in class org.eclipse.jetty.start.StartArgs
 
isExitJvm() - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
 
isExitVm() - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
isExpired() - Method in interface org.eclipse.jetty.http.HttpCookie
 
isExpired() - Method in class org.eclipse.jetty.http.HttpCookie.Wrapper
 
isExpired(long) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
Check to see if the given time is in the past.
isExpiredAt(long) - Method in class org.eclipse.jetty.session.ManagedSession
Check to see if session has expired as at the time given.
isExpiredAt(long) - Method in class org.eclipse.jetty.session.SessionData
 
isExpiredTimestamp(String) - Static method in class org.eclipse.jetty.start.fileinits.MavenMetadata
Tests the current time against the provided timestamp.
isExtension(String, String...) - Static method in class org.eclipse.jetty.util.FileID
Test if filename matches any of the indicated extensions.
isExtension(URI, String...) - Static method in class org.eclipse.jetty.util.FileID
Test if URI matches any of the indicated extensions.
isExtension(Path, String...) - Static method in class org.eclipse.jetty.util.FileID
Test if Path matches any of the indicated extensions.
isExtractWars() - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
Get the extractWars.
isFailed() - Method in class org.eclipse.jetty.client.Result
 
isFailed() - Method in class org.eclipse.jetty.client.transport.HttpReceiver
 
isFailed() - Method in class org.eclipse.jetty.client.transport.HttpSender
 
isFailed() - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpChannelOverFCGI
 
isFailed() - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpChannelOverHTTP2
 
isFailed() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
isFailed() - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
isFailed() - Method in class org.eclipse.jetty.util.IteratingCallback
 
isFailure(Content.Chunk) - Static method in interface org.eclipse.jetty.io.Content.Chunk
 
isFailure(Content.Chunk, boolean) - Static method in interface org.eclipse.jetty.io.Content.Chunk
 
isFalse(Object) - Static method in class org.eclipse.jetty.util.TypeUtil
 
isFilePresent(Path...) - Method in class org.eclipse.jetty.start.FileInitializer
Test if any of the Paths exist (as files)
isFillInterested() - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
 
isFillInterested() - Method in class org.eclipse.jetty.io.AbstractConnection
 
isFillInterested() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
isFillInterested() - Method in interface org.eclipse.jetty.io.EndPoint
 
isFillInterested() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
isFinished() - Method in class org.eclipse.jetty.http.GZIPContentDecoder
 
isFinished(long) - Method in class org.eclipse.jetty.quic.common.QuicSession
 
isFlushOnResponseCommit() - Method in class org.eclipse.jetty.session.AbstractSessionCache
 
isFlushOnResponseCommit() - Method in class org.eclipse.jetty.session.AbstractSessionCacheFactory
 
isFlushOnResponseCommit() - Method in interface org.eclipse.jetty.session.SessionCache
 
isFollowRedirects() - Method in class org.eclipse.jetty.client.HttpClient
 
isFollowRedirects() - Method in interface org.eclipse.jetty.client.Request
 
isFollowRedirects() - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
isFormEncodedMethod(String) - Method in class org.eclipse.jetty.server.HttpConfiguration
Tests whether the HTTP method supports x-www-form-urlencoded content
isFull(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Check for a non null and full buffer.
isFullValidate() - Method in class org.eclipse.jetty.security.AbstractLoginService
 
isGraceful() - Method in class org.eclipse.jetty.http2.frames.GoAwayFrame
 
isGraceful() - Method in class org.eclipse.jetty.http3.frames.GoAwayFrame
 
isGrowOutput() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
isHeaderCacheCaseSensitive() - Method in class org.eclipse.jetty.client.transport.HttpClientTransportOverHTTP
 
isHeaderCacheCaseSensitive() - Method in class org.eclipse.jetty.http.HttpParser
 
isHeaderCacheCaseSensitive() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
isHeartbeats() - Method in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
 
isHeartbeats() - Method in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMapFactory
 
isHeldByCurrentThread() - Method in class org.eclipse.jetty.util.thread.AutoLock
 
isHelp() - Method in class org.eclipse.jetty.start.StartArgs
 
isHex(String, int, int) - Static method in class org.eclipse.jetty.util.StringUtil
 
isHex(String, int, int) - Static method in class org.eclipse.jetty.util.TypeUtil
 
isHexDigit() - Method in class org.eclipse.jetty.http.HttpTokens.Token
 
isHidden(Path, Path) - Static method in class org.eclipse.jetty.util.FileID
Predicate useful for Stream<Path> to exclude hidden paths following filesystem rules for hidden directories and files.
isHotReload() - Method in class org.eclipse.jetty.security.HashLoginService
isHotReload() - Method in class org.eclipse.jetty.security.PropertyUserStore
isHttpOnly() - Method in interface org.eclipse.jetty.http.HttpCookie
 
isHttpOnly() - Method in class org.eclipse.jetty.http.HttpCookie.JavaNetHttpCookie
 
isHttpOnly() - Method in class org.eclipse.jetty.http.HttpCookie.Wrapper
 
isHttpOnly() - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
isHttpOnly() - Method in interface org.eclipse.jetty.session.SessionConfig
 
isIdempotent() - Method in enum class org.eclipse.jetty.http.HttpMethod
An idempotent HTTP method is an HTTP method that can be called many times without different outcomes.
isIdInUse(String) - Method in class org.eclipse.jetty.session.AbstractSessionManager
Check if id is in use by this context
isIdInUse(String) - Method in class org.eclipse.jetty.session.DefaultSessionIdManager
 
isIdInUse(String) - Method in interface org.eclipse.jetty.session.SessionIdManager
 
isIdInUse(String) - Method in interface org.eclipse.jetty.session.SessionManager
 
isIdle() - Method in class org.eclipse.jetty.http.HttpGenerator
 
isIdle() - Method in class org.eclipse.jetty.http.HttpParser
 
isIdle() - Method in interface org.eclipse.jetty.http2.HTTP2Channel.Server
 
isIdle() - Method in class org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2
 
isIdle() - Method in class org.eclipse.jetty.http2.server.internal.ServerHTTP2StreamEndPoint
 
isIdle() - Method in class org.eclipse.jetty.http3.server.internal.HttpStreamOverHTTP3
 
isIdle() - Method in class org.eclipse.jetty.util.ConcurrentPool.ConcurrentEntry
 
isIdle() - Method in interface org.eclipse.jetty.util.Pool.Entry
 
isIdle() - Method in class org.eclipse.jetty.util.Pool.Entry.Wrapper
 
isIdle() - Method in class org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy
 
isIdle() - Method in class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume
 
isIdleLongerThan(int) - Method in class org.eclipse.jetty.session.ManagedSession
Check if the Session has been idle longer than a number of seconds.
isIgnored() - Method in class org.eclipse.jetty.security.jaas.spi.AbstractLoginModule
 
isIllegalFieldVchar(char) - Static method in class org.eclipse.jetty.http.HttpTokens
Checks whether this is an invalid VCHAR based on RFC9110.
isIncludedAndNotExcluded(P) - Method in class org.eclipse.jetty.util.IncludeExcludeSet
Test Included and not Excluded
isIncludeDirsInResults() - Method in class org.eclipse.jetty.start.PathFinder
 
isInformational() - Method in enum class org.eclipse.jetty.http.HttpStatus.Code
Simple test against an code to determine if it falls into the Informational message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1.
isInformational(int) - Static method in class org.eclipse.jetty.http.HttpStatus
Simple test against an code to determine if it falls into the Informational message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1.
isInheritable(Package, Member) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
isInheritChannel() - Method in class org.eclipse.jetty.server.ServerConnector
 
isInputShutdown() - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
 
isInputShutdown() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
isInputShutdown() - Method in interface org.eclipse.jetty.io.EndPoint
Test if the input is shutdown.
isInputShutdown() - Method in class org.eclipse.jetty.io.ssl.SslConnection.SslEndPoint
 
isInputShutdown() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
isInRange(Version, Version) - Method in class org.eclipse.jetty.start.Version
Check whether this version is in range of versions specified
isInterested() - Method in class org.eclipse.jetty.io.FillInterest
 
isInterim(int) - Static method in class org.eclipse.jetty.http.HttpStatus
Tests whether the status code is informational but not 101 Switching Protocols.
isIntrinsicallySecure(SocketAddress) - Method in class org.eclipse.jetty.io.ClientConnector
 
isIntrinsicallySecure(ClientConnector, SocketAddress) - Method in class org.eclipse.jetty.io.ClientConnector.Configurator
Returns whether the connection to a given SocketAddress is intrinsically secure.
isIntrinsicallySecure(ClientConnector, SocketAddress) - Method in class org.eclipse.jetty.quic.client.QuicClientConnectorConfigurator
 
isInUse() - Method in class org.eclipse.jetty.util.ConcurrentPool.ConcurrentEntry
 
isInUse() - Method in interface org.eclipse.jetty.util.Pool.Entry
 
isInUse() - Method in class org.eclipse.jetty.util.Pool.Entry.Wrapper
 
isInvalidateOnShutdown() - Method in class org.eclipse.jetty.session.AbstractSessionCache
 
isInvalidateOnShutdown() - Method in class org.eclipse.jetty.session.AbstractSessionCacheFactory
 
isInvalidateOnShutdown() - Method in class org.eclipse.jetty.session.NullSessionCacheFactory
 
isInvalidateOnShutdown() - Method in interface org.eclipse.jetty.session.SessionCache
 
isInvalidOrInvalidating() - Method in class org.eclipse.jetty.session.ManagedSession
 
isJavaArchive(String) - Static method in class org.eclipse.jetty.util.FileID
Is the filename a JAR file.
isJavaArchive(URI) - Static method in class org.eclipse.jetty.util.FileID
Is the URI pointing to a Java Archive (JAR) File (not directory)
isJavaArchive(Path) - Static method in class org.eclipse.jetty.util.FileID
Is the path a Java Archive (JAR) File (not directory)
isJavaBeanCompliantSetter(Method) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
isJPMS() - Method in class org.eclipse.jetty.start.StartArgs
 
isJSecurityCheck(String) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
isKnownLocale(Locale) - Static method in class org.eclipse.jetty.http.MimeTypes
 
isLast() - Method in class org.eclipse.jetty.http.Trailers
 
isLast() - Method in class org.eclipse.jetty.http3.api.Stream.Data
 
isLast() - Method in class org.eclipse.jetty.http3.frames.DataFrame
 
isLast() - Method in class org.eclipse.jetty.http3.frames.HeadersFrame
 
isLast() - Method in interface org.eclipse.jetty.io.Content.Chunk
 
isLast() - Method in class org.eclipse.jetty.io.internal.ByteBufferChunk
 
isLast(Frame) - Static method in class org.eclipse.jetty.http3.frames.Frame
 
isLibArchive(String) - Static method in class org.eclipse.jetty.util.FileID
Test if filename is any supported Java Library Archive type (suitable to use as a library in a classpath/classloader)
isLibArchive(URI) - Static method in class org.eclipse.jetty.util.FileID
Test if URI is any supported Java Library Archive type (suitable to use as a library in a classpath/classloader)
isLibArchive(Path) - Static method in class org.eclipse.jetty.util.FileID
Test if Path is any supported Java Library Archive type (suitable to use as a library in a classpath/classloader)
isLicenseCheckRequired() - Method in class org.eclipse.jetty.start.StartArgs
 
isListClasspath() - Method in class org.eclipse.jetty.start.StartArgs
 
isListConfig() - Method in class org.eclipse.jetty.start.StartArgs
 
isLocal() - Method in interface org.eclipse.jetty.http2.api.Stream
 
isLocal() - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
isLocal() - Method in class org.eclipse.jetty.http3.HTTP3Stream
 
isLocallyClosed() - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
isLocalStreamClosed(int) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
isLocked() - Method in class org.eclipse.jetty.jndi.NamingContext
 
isLoginOrErrorPage(String) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
isLowOnResources() - Method in class org.eclipse.jetty.server.LowResourceMonitor.ConnectorsThreadPoolLowResourceCheck
 
isLowOnResources() - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
isLowOnResources() - Method in interface org.eclipse.jetty.server.LowResourceMonitor.LowResourceCheck
 
isLowOnResources() - Method in class org.eclipse.jetty.server.LowResourceMonitor.MainThreadPoolLowResourceCheck
 
isLowOnResources() - Method in class org.eclipse.jetty.server.LowResourceMonitor.MaxConnectionsLowResourceCheck
 
isLowOnResources() - Method in class org.eclipse.jetty.server.LowResourceMonitor.MemoryLowResourceCheck
 
isLowOnThreads() - Method in class org.eclipse.jetty.http.spi.DelegatingThreadPool
 
isLowOnThreads() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
isLowOnThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Returns whether this thread pool is low on threads.
isLowOnThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPool
 
isManaged(Object) - Method in interface org.eclipse.jetty.util.component.Container
Test if this container manages a bean
isManaged(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
isMaximizeConnections() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
isMessage(long) - Static method in enum class org.eclipse.jetty.http3.frames.FrameType
 
isMetaDataDirty() - Method in class org.eclipse.jetty.session.SessionData
 
isMetaInfVersions(Path) - Static method in class org.eclipse.jetty.util.FileID
Predicate to filter on META-INF/versions/* tree in walk/stream results.
isMimeTypeBufferable(String) - Method in class org.eclipse.jetty.server.handler.BufferedResponseHandler
 
isMimeTypeDeflatable(String) - Method in interface org.eclipse.jetty.server.handler.gzip.GzipFactory
 
isMimeTypeDeflatable(String) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Test if the provided MIME type is allowed based on the MIME type filters.
isMimeTypeDeflatable(MimeTypes, String) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
isNegotiate() - Method in class org.eclipse.jetty.client.Origin.Protocol
 
isNew() - Method in interface org.eclipse.jetty.server.Session
 
isNew() - Method in class org.eclipse.jetty.session.ManagedSession
 
isNewerThan(Version) - Method in class org.eclipse.jetty.start.Version
 
isNewerThanOrEqualTo(Version) - Method in class org.eclipse.jetty.start.Version
 
isNoContent() - Method in class org.eclipse.jetty.http.HttpGenerator
 
isNonBlockingInvocation() - Static method in interface org.eclipse.jetty.util.thread.Invocable
Test if the current thread has been tagged as non blocking
isNormalMainClass() - Method in class org.eclipse.jetty.start.StartArgs
 
isNotAuthorized(Constraint, AuthenticationState) - Method in class org.eclipse.jetty.security.SecurityHandler
 
isNotBlank(String) - Static method in class org.eclipse.jetty.start.Utils
Is String valid and has something other than whitespace
isNotBlank(String) - Static method in class org.eclipse.jetty.util.StringUtil
Test if a string is not null and contains at least 1 non-whitespace characters in it.
isNotifyRemoteAsyncErrors() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
isNotMetaInfVersions(Path) - Static method in class org.eclipse.jetty.util.FileID
Predicate to skip META-INF/versions/* tree from walk/stream results.
isNotModuleInfoClass(Path) - Static method in class org.eclipse.jetty.util.FileID
Predicate to skip module-info.class files.
isNotNormalWithinSelf(String) - Static method in class org.eclipse.jetty.util.URIUtil
Check if a path would be normalized within itself.
Iso88591StringBuilder() - Constructor for class org.eclipse.jetty.util.CharsetStringBuilder.Iso88591StringBuilder
 
isOlderThan(Version) - Method in class org.eclipse.jetty.start.Version
 
isOlderThanOrEqualTo(Version) - Method in class org.eclipse.jetty.start.Version
 
isOpen() - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
isOpen() - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
 
isOpen() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
isOpen() - Method in interface org.eclipse.jetty.io.EndPoint
 
isOpen() - Method in class org.eclipse.jetty.io.IdleTimeout
This abstract method should be called to check if idle timeouts should still be checked.
isOpen() - Method in class org.eclipse.jetty.io.SelectableChannelEndPoint
 
isOpen() - Method in class org.eclipse.jetty.io.ssl.SslConnection.SslEndPoint
 
isOpen() - Method in class org.eclipse.jetty.quic.server.QuicServerConnector
 
isOpen() - Method in interface org.eclipse.jetty.server.NetworkConnector
A Connector may be opened and not started (to reserve a port) or closed and running (to allow graceful shutdown of existing connections)
isOpen() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
isOpen() - Method in class org.eclipse.jetty.server.ServerConnector
 
isOptionalWhiteSpace(char) - Method in class org.eclipse.jetty.util.RFC9110QuotedStringTokenizer
 
isOurContextSessionFilename(String) - Method in class org.eclipse.jetty.session.FileSessionDataStore
Check if the filename matches our session pattern and is a session for our context.
isOutputShutdown() - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
 
isOutputShutdown() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
isOutputShutdown() - Method in interface org.eclipse.jetty.io.EndPoint
Test if output is shutdown.
isOutputShutdown() - Method in class org.eclipse.jetty.io.ssl.SslConnection.SslEndPoint
 
isOutputShutdown() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
isPadding() - Method in class org.eclipse.jetty.http2.parser.BodyParser
 
isParentLoaderPriority() - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
Get the parentLoaderPriority.
isPassivating() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
isPassivating() - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
 
isPassivating() - Method in class org.eclipse.jetty.session.CachingSessionDataStore
 
isPassivating() - Method in class org.eclipse.jetty.session.FileSessionDataStore
 
isPassivating() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore
 
isPassivating() - Method in class org.eclipse.jetty.session.NullSessionDataStore
 
isPassivating() - Method in interface org.eclipse.jetty.session.SessionDataStore
True if this type of datastore will passivate session objects
isPathBufferable(String) - Method in class org.eclipse.jetty.server.handler.BufferedResponseHandler
 
isPathDeflatable(String) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Test if the provided Request URI is allowed based on the Path Specs filters.
isPathInflatable(String) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Test if the provided Request URI is allowed to be inflated based on the Path Specs filters.
isPathValid(String) - Static method in class org.eclipse.jetty.util.URIUtil
 
isPending() - Method in class org.eclipse.jetty.io.WriteFlusher
 
isPersistent() - Method in class org.eclipse.jetty.fcgi.server.internal.ServerFCGIConnection
 
isPersistent() - Method in class org.eclipse.jetty.http.HttpGenerator
 
isPersistent() - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerConnection
 
isPersistent() - Method in class org.eclipse.jetty.http3.server.internal.ServerHTTP3StreamConnection
 
isPersistent() - Method in interface org.eclipse.jetty.server.ConnectionMetaData
 
isPersistent() - Method in class org.eclipse.jetty.server.ConnectionMetaData.Wrapper
 
isPersistent() - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
isPersistent(HttpVersion) - Method in class org.eclipse.jetty.http.HttpGenerator
 
isPersistentConnectionsEnabled() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
isPrefix(ByteBuffer, ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
 
isPropertyBased() - Method in class org.eclipse.jetty.start.config.DirConfigSource
 
isPropertyFile(String) - Static method in class org.eclipse.jetty.start.FS
 
isProtectedTarget(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Check the target when a target within a context is determined.
isPseudo() - Method in enum class org.eclipse.jetty.http.HttpHeader
 
isPushEnabled() - Method in interface org.eclipse.jetty.http2.api.Session
 
isPushEnabled() - Method in class org.eclipse.jetty.http2.HTTP2Session
 
isPushSupported() - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerConnection
 
isPushSupported() - Method in interface org.eclipse.jetty.server.ConnectionMetaData
 
isPushSupported() - Method in class org.eclipse.jetty.server.ConnectionMetaData.Wrapper
 
isQuiet(Throwable) - Static method in interface org.eclipse.jetty.io.QuietException
 
isQuoted(String) - Static method in interface org.eclipse.jetty.util.QuotedStringTokenizer
 
isReadable() - Method in class org.eclipse.jetty.util.resource.CombinedResource
 
isReadable() - Method in class org.eclipse.jetty.util.resource.MemoryResource
 
isReadable() - Method in class org.eclipse.jetty.util.resource.PathResource
 
isReadable() - Method in class org.eclipse.jetty.util.resource.Resource
True if the resource is readable.
isReadable(Resource) - Static method in class org.eclipse.jetty.util.resource.Resources
True if resource is readable.
isReadableDirectory(Resource) - Static method in class org.eclipse.jetty.util.resource.Resources
True if resource is a valid directory that can be read from.
isReadableFile(Resource) - Static method in class org.eclipse.jetty.util.resource.Resources
True if resource exists, is not a directory, is readable.
isReadComplete(long) - Method in class org.eclipse.jetty.http.MultiPartByteRanges.PathContentSource
 
isReadComplete(long) - Method in class org.eclipse.jetty.io.content.PathContentSource
 
isRecordHttpComplianceViolations() - Method in class org.eclipse.jetty.server.HttpConnectionFactory
 
isRecordHttpComplianceViolations() - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
isRecycleHttpChannels() - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpConnectionOverHTTP2
 
isRedirect(Response) - Method in class org.eclipse.jetty.client.HttpRedirector
 
isRedirection() - Method in enum class org.eclipse.jetty.http.HttpStatus.Code
Simple test against an code to determine if it falls into the Redirection message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1.
isRedirection(int) - Static method in class org.eclipse.jetty.http.HttpStatus
Simple test against an code to determine if it falls into the Redirection message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1.
isRegistered(LifeCycle) - Static method in class org.eclipse.jetty.server.ShutdownMonitor
 
isRegistered(LifeCycle) - Static method in class org.eclipse.jetty.util.thread.ShutdownThread
 
isRelativeRedirectAllowed() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
isRemotelyClosed() - Method in interface org.eclipse.jetty.http2.api.Stream
 
isRemotelyClosed() - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
isRemoteStreamClosed(int) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
isRemoveUnloadableSessions() - Method in class org.eclipse.jetty.session.AbstractSessionCache
 
isRemoveUnloadableSessions() - Method in class org.eclipse.jetty.session.AbstractSessionCacheFactory
 
isRemoveUnloadableSessions() - Method in interface org.eclipse.jetty.session.SessionCache
 
isRenegotiationAllowed() - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
isRenegotiationAllowed() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
isRenewTGT() - Method in class org.eclipse.jetty.client.SPNEGOAuthentication
 
isReply() - Method in class org.eclipse.jetty.http2.frames.PingFrame
 
isReply() - Method in class org.eclipse.jetty.http2.frames.SettingsFrame
 
isRequest() - Method in class org.eclipse.jetty.http.MetaData
 
isRequest() - Method in class org.eclipse.jetty.http.MetaData.Request
 
isRequestBufferEmpty() - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
isRequestHandled() - Method in interface org.eclipse.jetty.server.HttpChannel
 
isRequestHandled() - Method in class org.eclipse.jetty.server.internal.HttpChannelState
 
isRequireCloseMessage() - Method in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
 
isRequireCloseMessage() - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
isReserved() - Method in class org.eclipse.jetty.util.ConcurrentPool.ConcurrentEntry
 
isReserved() - Method in interface org.eclipse.jetty.util.Pool.Entry
 
isReserved() - Method in class org.eclipse.jetty.util.Pool.Entry.Wrapper
 
isReserved(long) - Static method in class org.eclipse.jetty.http3.frames.SettingsFrame
 
isReserved(long) - Static method in enum class org.eclipse.jetty.quic.common.StreamType
 
isReset() - Method in interface org.eclipse.jetty.http2.api.Stream
 
isReset() - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
isResetOrFailed() - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
isResident() - Method in class org.eclipse.jetty.session.ManagedSession
 
isResponse() - Method in class org.eclipse.jetty.http.MetaData
 
isResponse() - Method in class org.eclipse.jetty.http.MetaData.Response
 
isResponseComplete() - Method in class org.eclipse.jetty.client.transport.HttpExchange
 
isRetained() - Method in class org.eclipse.jetty.io.AbstractRetainableByteBuffer
 
isRetained() - Method in class org.eclipse.jetty.io.internal.NonRetainableByteBuffer
 
isRetained() - Method in class org.eclipse.jetty.io.Retainable.ReferenceCounter
Returns whether Retainable.ReferenceCounter.retain() has been called at least one more time than Retainable.ReferenceCounter.release().
isRetained() - Method in interface org.eclipse.jetty.io.RetainableByteBuffer
 
isRetained() - Method in class org.eclipse.jetty.io.RetainableByteBuffer.Wrapper
 
isReusePort() - Method in class org.eclipse.jetty.io.ClientConnector
 
isReusePort() - Method in class org.eclipse.jetty.server.ServerConnector
 
isRfc2616Token() - Method in class org.eclipse.jetty.http.HttpTokens.Token
 
isRfc6265CookieOctet() - Method in class org.eclipse.jetty.http.HttpTokens.Token
 
isRFC6265RejectedCharacter(char) - Method in class org.eclipse.jetty.http.CookieCutter
Deprecated.
 
isRoleAssociated(String) - Static method in class org.eclipse.jetty.security.DefaultIdentityService
 
isRowIdReserved() - Method in class org.eclipse.jetty.session.DatabaseAdaptor
rowId is a reserved word for Oracle, so change the name of this column
isRun() - Method in class org.eclipse.jetty.start.StartArgs
 
isRunning() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
isRunning() - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
isSafe() - Method in enum class org.eclipse.jetty.http.HttpMethod
An HTTP method is safe if it doesn't alter the state of the server.
isSameFile(Path, Path) - Method in class org.eclipse.jetty.server.AllowedResourceAliasChecker
 
isSameName(Path, Path) - Static method in class org.eclipse.jetty.util.resource.PathResource
Test if the paths are the same name.
isSameName(HttpField) - Method in class org.eclipse.jetty.http.HttpField
 
isSameSignature(Method, Method) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
isSaveOnCreate() - Method in class org.eclipse.jetty.session.AbstractSessionCache
 
isSaveOnCreate() - Method in class org.eclipse.jetty.session.AbstractSessionCacheFactory
 
isSaveOnCreate() - Method in interface org.eclipse.jetty.session.SessionCache
 
isSaveOnInactiveEviction() - Method in class org.eclipse.jetty.session.AbstractSessionCache
Whether we should save a session that has been inactive before we boot it from the cache.
isSaveOnInactiveEviction() - Method in class org.eclipse.jetty.session.AbstractSessionCacheFactory
 
isSaveOnInactiveEviction() - Method in class org.eclipse.jetty.session.NullSessionCacheFactory
 
isSaveOnInactiveEviction() - Method in interface org.eclipse.jetty.session.SessionCache
 
isSecure() - Method in interface org.eclipse.jetty.client.Destination
 
isSecure() - Method in class org.eclipse.jetty.client.ProxyConfiguration.Proxy
 
isSecure() - Method in class org.eclipse.jetty.client.transport.HttpDestination
 
isSecure() - Method in class org.eclipse.jetty.fcgi.server.internal.ServerFCGIConnection
 
isSecure() - Method in interface org.eclipse.jetty.http.HttpCookie
 
isSecure() - Method in class org.eclipse.jetty.http.HttpCookie.JavaNetHttpCookie
 
isSecure() - Method in class org.eclipse.jetty.http.HttpCookie.Wrapper
 
isSecure() - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerConnection
 
isSecure() - Method in class org.eclipse.jetty.http3.server.internal.ServerHTTP3StreamConnection
 
isSecure() - Method in interface org.eclipse.jetty.server.ConnectionMetaData
 
isSecure() - Method in class org.eclipse.jetty.server.ConnectionMetaData.Wrapper
 
isSecure() - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelRequest
 
isSecure() - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
isSecure() - Method in interface org.eclipse.jetty.server.Request
 
isSecure() - Method in class org.eclipse.jetty.server.Request.Wrapper
 
isSecure() - Method in class org.eclipse.jetty.server.SecureRequestCustomizer.SecureRequest
 
isSecure(String) - Static method in enum class org.eclipse.jetty.http.HttpScheme
 
isSecureCookies() - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
isSecureCookies() - Method in interface org.eclipse.jetty.session.SessionConfig
 
isSecureRequestOnly() - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
isSecureRequestOnly() - Method in interface org.eclipse.jetty.session.SessionConfig
 
isServeFavIcon() - Method in class org.eclipse.jetty.server.handler.DefaultHandler
 
isServerClass(Class<?>) - Method in interface org.eclipse.jetty.util.ClassVisibilityChecker
Is the class a Server Class.
isServerError() - Method in enum class org.eclipse.jetty.http.HttpStatus.Code
Simple test against an code to determine if it falls into the Server Error message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1.
isServerError(int) - Static method in class org.eclipse.jetty.http.HttpStatus
Simple test against an code to determine if it falls into the Server Error message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1.
isSessionCachingEnabled() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
isSessionFilename(String) - Method in class org.eclipse.jetty.session.FileSessionDataStore
Check if the filename is a session filename.
isSessionRenewedOnAuthentication() - Method in interface org.eclipse.jetty.security.Authenticator.Configuration
 
isSessionRenewedOnAuthentication() - Method in class org.eclipse.jetty.security.Authenticator.Configuration.Wrapper
 
isSessionRenewedOnAuthentication() - Method in class org.eclipse.jetty.security.SecurityHandler
 
isSetCookieNeeded() - Method in class org.eclipse.jetty.session.ManagedSession
 
isShowContexts() - Method in class org.eclipse.jetty.server.handler.DefaultHandler
 
isShowServlet() - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
isShowStacks() - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
isShutdown() - Method in class org.eclipse.jetty.client.transport.internal.HttpReceiverOverHTTP
 
isShutdown() - Method in class org.eclipse.jetty.client.transport.internal.HttpSenderOverHTTP
 
isShutdown() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer
 
isShutdown() - Method in class org.eclipse.jetty.quic.common.QuicSessionContainer
 
isShutdown() - Method in class org.eclipse.jetty.server.AbstractConnector
 
isShutdown() - Method in class org.eclipse.jetty.server.handler.GracefulHandler
Flag indicating that Graceful shutdown has been initiated.
isShutdown() - Method in interface org.eclipse.jetty.util.component.Graceful
 
isShutdown() - Method in class org.eclipse.jetty.util.component.Graceful.Shutdown
 
isShutdownDone() - Method in class org.eclipse.jetty.util.component.Graceful.Shutdown
 
isSkipFilesValidation() - Method in class org.eclipse.jetty.start.Module
 
isSniHostCheck() - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 
isSniRequired() - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 
isSniRequired() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
Returns whether an SNI match is required when choosing the alias that identifies the certificate to send to the client.
isSslIsSecure() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
isStale() - Method in class org.eclipse.jetty.client.transport.HttpDestination
 
isStart() - Method in class org.eclipse.jetty.http.HttpParser
 
isStarted() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
isStarted() - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
isStarting() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
isStarting() - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
isState(HttpGenerator.State) - Method in class org.eclipse.jetty.http.HttpGenerator
 
isState(HttpParser.State) - Method in class org.eclipse.jetty.http.HttpParser
 
isState(MultiPartParser.State) - Method in class org.eclipse.jetty.server.internal.MultiPartParser
 
isStatic() - Method in class org.eclipse.jetty.http2.hpack.HpackContext.Entry
 
isStatic() - Method in class org.eclipse.jetty.http2.hpack.HpackContext.StaticEntry
 
isStatic() - Method in class org.eclipse.jetty.http3.qpack.internal.table.Entry
 
isStatic() - Method in class org.eclipse.jetty.http3.qpack.internal.table.Entry.StaticEntry
 
isStopCommand() - Method in class org.eclipse.jetty.start.StartArgs
 
isStopped() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
isStopped() - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
isStopping() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
isStopping() - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
isStreamFinished() - Method in class org.eclipse.jetty.quic.common.QuicStreamEndPoint
 
isStreamFinished(long) - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
 
isStreamFinished(long) - Method in class org.eclipse.jetty.quic.quiche.QuicheConnection
 
isStrictEventOrdering() - Method in class org.eclipse.jetty.client.HttpClient
 
isStrong(String) - Static method in class org.eclipse.jetty.http.EtagUtils
Test if the given Etag is considered strong (not weak).
isStsIncludeSubDomains() - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 
isSucceeded() - Method in class org.eclipse.jetty.client.Result
 
isSucceeded() - Method in class org.eclipse.jetty.util.IteratingCallback
 
isSuccess() - Method in enum class org.eclipse.jetty.http.HttpStatus.Code
Simple test against an code to determine if it falls into the Success message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1.
isSuccess(int) - Static method in class org.eclipse.jetty.http.HttpStatus
Simple test against an code to determine if it falls into the Success message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1.
isSyncFlush() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Is the Deflater running Deflater.SYNC_FLUSH or not.
isSystemClass(Class<?>) - Method in interface org.eclipse.jetty.util.ClassVisibilityChecker
Is the class a System Class.
isTCPNoDelay() - Method in class org.eclipse.jetty.io.ClientConnector
 
isTempDirectoryPersistent() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
isTerminated() - Method in class org.eclipse.jetty.http.HttpParser
 
isTerminated() - Method in class org.eclipse.jetty.io.internal.CompoundPool
 
isTerminated() - Method in class org.eclipse.jetty.io.internal.QueuedPool
 
isTerminated() - Method in class org.eclipse.jetty.util.ConcurrentPool.ConcurrentEntry
 
isTerminated() - Method in class org.eclipse.jetty.util.ConcurrentPool
 
isTerminated() - Method in class org.eclipse.jetty.util.LockedPool
 
isTerminated() - Method in interface org.eclipse.jetty.util.Pool.Entry
 
isTerminated() - Method in class org.eclipse.jetty.util.Pool.Entry.Wrapper
 
isTerminated() - Method in interface org.eclipse.jetty.util.Pool
 
isTerminated() - Method in class org.eclipse.jetty.util.Pool.Wrapper
 
isTerminating() - Method in class org.eclipse.jetty.rewrite.handler.InvalidURIRule
 
isTerminating() - Method in class org.eclipse.jetty.rewrite.handler.RedirectPatternRule
 
isTerminating() - Method in class org.eclipse.jetty.rewrite.handler.RedirectRegexRule
 
isTerminating() - Method in class org.eclipse.jetty.rewrite.handler.ResponsePatternRule
 
isTerminating() - Method in class org.eclipse.jetty.rewrite.handler.Rule
 
isTerminating() - Method in class org.eclipse.jetty.rewrite.handler.TerminatingPatternRule
 
isTerminating() - Method in class org.eclipse.jetty.rewrite.handler.TerminatingRegexRule
 
isTestingModeEnabled() - Method in class org.eclipse.jetty.start.StartArgs
 
isTheEmptyBuffer(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
 
isTld(Path) - Static method in class org.eclipse.jetty.util.FileID
Is the path a TLD File
isTransitive() - Method in class org.eclipse.jetty.start.Module
 
isTrue(Object) - Static method in class org.eclipse.jetty.util.TypeUtil
 
isTrustAll() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
isTunnel(String, int) - Static method in class org.eclipse.jetty.http.MetaData
Returns whether the given HTTP request method and HTTP response status code identify a successful HTTP CONNECT tunnel.
isTypeCompatible(Class<?>, Class<?>, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
isUnmanaged(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
isUpdateIni() - Method in class org.eclipse.jetty.start.StartArgs
 
isUsable() - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheBinding
 
isUsable() - Method in interface org.eclipse.jetty.quic.quiche.QuicheBinding
 
isUseALPN() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
isUseALPN() - Method in class org.eclipse.jetty.http2.client.transport.HttpClientTransportOverHTTP2
 
isUseCacheForOtherClassLoaders() - Method in class org.eclipse.jetty.jmx.MBeanContainer
 
isUseCaches() - Method in class org.eclipse.jetty.util.resource.URLResourceFactory
 
isUseCipherSuitesOrder() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
isUseDirectByteBuffers() - Method in class org.eclipse.jetty.fcgi.generator.Generator
 
isUseDirectByteBuffers() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory
 
isUseDirectByteBuffers() - Method in class org.eclipse.jetty.http2.generator.FrameGenerator
 
isUseDirectByteBuffers() - Method in class org.eclipse.jetty.http2.generator.HeaderGenerator
 
isUseDirectByteBuffers() - Method in class org.eclipse.jetty.io.content.PathContentSource
 
isUseFilesForPartsWithoutFileName() - Method in class org.eclipse.jetty.http.MultiPartFormData.Parser
 
isUseInputDirectByteBuffers() - Method in class org.eclipse.jetty.client.HttpClient
 
isUseInputDirectByteBuffers() - Method in class org.eclipse.jetty.fcgi.server.internal.ServerFCGIConnection
 
isUseInputDirectByteBuffers() - Method in class org.eclipse.jetty.fcgi.server.ServerFCGIConnectionFactory
 
isUseInputDirectByteBuffers() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
isUseInputDirectByteBuffers() - Method in class org.eclipse.jetty.http2.HTTP2Connection
 
isUseInputDirectByteBuffers() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
 
isUseInputDirectByteBuffers() - Method in class org.eclipse.jetty.http3.HTTP3Configuration
 
isUseInputDirectByteBuffers() - Method in class org.eclipse.jetty.http3.HTTP3StreamConnection
 
isUseInputDirectByteBuffers() - Method in class org.eclipse.jetty.http3.InstructionStreamConnection
 
isUseInputDirectByteBuffers() - Method in class org.eclipse.jetty.http3.internal.ControlStreamConnection
 
isUseInputDirectByteBuffers() - Method in class org.eclipse.jetty.http3.UnidirectionalStreamConnection
 
isUseInputDirectByteBuffers() - Method in class org.eclipse.jetty.quic.common.QuicConnection
 
isUseInputDirectByteBuffers() - Method in class org.eclipse.jetty.quic.server.QuicServerConnector
 
isUseInputDirectByteBuffers() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
isUseInputDirectByteBuffers() - Method in class org.eclipse.jetty.server.HttpConnectionFactory
 
isUseInputDirectByteBuffers() - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
isUseOutputDirectByteBuffers() - Method in class org.eclipse.jetty.client.HttpClient
 
isUseOutputDirectByteBuffers() - Method in class org.eclipse.jetty.fcgi.server.internal.ServerFCGIConnection
 
isUseOutputDirectByteBuffers() - Method in class org.eclipse.jetty.fcgi.server.ServerFCGIConnectionFactory
 
isUseOutputDirectByteBuffers() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
isUseOutputDirectByteBuffers() - Method in class org.eclipse.jetty.http2.HTTP2Connection
 
isUseOutputDirectByteBuffers() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
 
isUseOutputDirectByteBuffers() - Method in class org.eclipse.jetty.http3.HTTP3Configuration
 
isUseOutputDirectByteBuffers() - Method in class org.eclipse.jetty.quic.common.QuicConnection
 
isUseOutputDirectByteBuffers() - Method in class org.eclipse.jetty.quic.server.QuicServerConnector
 
isUseOutputDirectByteBuffers() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
isUseOutputDirectByteBuffers() - Method in class org.eclipse.jetty.server.HttpConnectionFactory
 
isUseOutputDirectByteBuffers() - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
isUseRealPaths() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
isUserInRole(String) - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator.UserAuthenticationSucceeded
 
isUserInRole(String) - Method in interface org.eclipse.jetty.security.AuthenticationState.Succeeded
 
isUserInRole(String) - Method in class org.eclipse.jetty.security.internal.DefaultUserIdentity
 
isUserInRole(String) - Method in class org.eclipse.jetty.security.RoleDelegateUserIdentity
 
isUserInRole(String) - Method in interface org.eclipse.jetty.security.UserIdentity
Check if the user is in a role.
isUseStandardBindings() - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
isUseTicketCache() - Method in class org.eclipse.jetty.client.SPNEGOAuthentication
 
isUseVirtualThreads() - Method in class org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy
 
isUseVirtualThreads() - Method in interface org.eclipse.jetty.util.VirtualThreads.Configurable
Deprecated, for removal: This API element is subject to removal in a future version.
isUseVirtualThreads(Executor) - Static method in class org.eclipse.jetty.util.VirtualThreads
Tests whether the given executor implements VirtualThreads.Configurable and it has been configured to use virtual threads.
isUsingCookies() - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
isUsingCookies() - Method in interface org.eclipse.jetty.session.SessionConfig
 
isUsingURLs() - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
isUsingURLs() - Method in interface org.eclipse.jetty.session.SessionConfig
 
isUTF8(String) - Static method in class org.eclipse.jetty.util.StringUtil
 
isValid() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.CachedHttpContent
 
isValid() - Method in interface org.eclipse.jetty.http.content.CachingHttpContentFactory.CachingHttpContent
 
isValid() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.NotFoundHttpContent
 
isValid() - Method in class org.eclipse.jetty.http.content.ValidatingCachingHttpContentFactory.ValidatingCachedContent
 
isValid() - Method in class org.eclipse.jetty.http.content.ValidatingCachingHttpContentFactory.ValidatingNotFoundContent
 
isValid() - Method in interface org.eclipse.jetty.server.Session
 
isValid() - Method in class org.eclipse.jetty.session.ManagedSession
 
isValidateCerts() - Method in class org.eclipse.jetty.security.authentication.SslClientCertAuthenticator
 
isValidateCerts() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
isValidateEncoding() - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
 
isValidatePeerCerts() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
isValidating() - Method in class org.eclipse.jetty.xml.XmlParser
 
isValidChar(int) - Method in class org.eclipse.jetty.rewrite.handler.InvalidURIRule
 
isValidDirectory(Path) - Static method in class org.eclipse.jetty.start.FS
 
isValidHostName(String) - Method in class org.eclipse.jetty.util.HostPort
 
isValidHostRegisteredName(String) - Static method in class org.eclipse.jetty.util.URIUtil
True if token is a RFC3986 reg-name (Registered Name)
isValidIpAddress(String) - Method in class org.eclipse.jetty.util.HostPort
 
isVersion() - Method in class org.eclipse.jetty.start.StartArgs
 
isVersionExplicit() - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
isVirtualThread() - Static method in class org.eclipse.jetty.util.VirtualThreads
 
isWeak(String) - Static method in class org.eclipse.jetty.http.EtagUtils
Test if the given Etag is considered weak.
isWebArchive(String) - Static method in class org.eclipse.jetty.util.FileID
Is the filename a WAR file.
isWebArchive(URI) - Static method in class org.eclipse.jetty.util.FileID
Is the path a Web Archive File (not directory)
isWebArchive(Path) - Static method in class org.eclipse.jetty.util.FileID
Is the path a Web Archive File (not directory)
isWritten() - Method in class org.eclipse.jetty.http.HttpGenerator
 
isXml(String) - Static method in class org.eclipse.jetty.start.FS
 
isXml(String) - Static method in class org.eclipse.jetty.util.FileID
Is the Path a file that ends in XML?
isXml(Path) - Static method in class org.eclipse.jetty.util.FileID
Is the Path a file that ends in XML?
iterableStreamIds(boolean) - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
 
iterableStreamIds(boolean) - Method in class org.eclipse.jetty.quic.quiche.QuicheConnection
 
iterate() - Method in class org.eclipse.jetty.util.IteratingCallback
This method must be invoked by applications to start the processing of asynchronous sub-tasks.
IteratingCallback - Class in org.eclipse.jetty.util
This specialized callback implements a pattern that allows a large asynchronous task to be broken into smaller asynchronous sub-tasks using iteration rather than recursion.
IteratingCallback() - Constructor for class org.eclipse.jetty.util.IteratingCallback
 
IteratingCallback(boolean) - Constructor for class org.eclipse.jetty.util.IteratingCallback
 
IteratingCallback.Action - Enum Class in org.eclipse.jetty.util
The indication of the overall progress of the iteration that implementations of IteratingCallback.process() must return.
IteratingNestedCallback - Class in org.eclipse.jetty.util
Iterating Nested Callback.
IteratingNestedCallback(Callback) - Constructor for class org.eclipse.jetty.util.IteratingNestedCallback
 
iterator() - Method in class org.eclipse.jetty.client.ContentDecoder.Factories
 
iterator() - Method in class org.eclipse.jetty.http.HttpFields.ImmutableHttpFields
 
iterator() - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
 
iterator() - Method in class org.eclipse.jetty.http.HttpFields.MutableHttpFields
 
iterator() - Method in class org.eclipse.jetty.http.MetaData
 
iterator() - Method in class org.eclipse.jetty.http.MultiPartByteRanges.Parts
 
iterator() - Method in class org.eclipse.jetty.http.MultiPartFormData.Parts
 
iterator() - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
iterator() - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
 
iterator() - Method in class org.eclipse.jetty.http.QuotedCSV
 
iterator() - Method in class org.eclipse.jetty.http.QuotedQualityCSV
 
iterator() - Method in class org.eclipse.jetty.http3.qpack.internal.metadata.Http3Fields
 
iterator() - Method in class org.eclipse.jetty.http3.qpack.internal.StreamInfo
 
iterator() - Method in class org.eclipse.jetty.http3.qpack.internal.table.DynamicTable
 
iterator() - Method in class org.eclipse.jetty.http3.qpack.internal.table.StaticTable
 
iterator() - Method in class org.eclipse.jetty.io.CyclicTimeouts
 
iterator() - Method in class org.eclipse.jetty.io.IncludeExcludeConnectionStatistics.ConnectionSet
 
iterator() - Method in class org.eclipse.jetty.rewrite.handler.RuleContainer
 
iterator() - Method in class org.eclipse.jetty.server.handler.InetAccessSet
 
iterator() - Method in class org.eclipse.jetty.server.internal.ResponseHttpFields
 
iterator() - Method in class org.eclipse.jetty.start.Classpath
 
iterator() - Method in class org.eclipse.jetty.start.config.ConfigSources
 
iterator() - Method in class org.eclipse.jetty.start.Modules
 
iterator() - Method in class org.eclipse.jetty.start.Props
 
iterator() - Method in class org.eclipse.jetty.start.RawArgs
 
iterator() - Method in class org.eclipse.jetty.start.TextFile
 
iterator() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
iterator() - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
 
iterator() - Method in class org.eclipse.jetty.util.Fields
 
iterator() - Method in class org.eclipse.jetty.util.InetAddressSet
 
iterator() - Method in class org.eclipse.jetty.util.RegexSet
 
iterator() - Method in class org.eclipse.jetty.util.resource.CombinedResource
 
iterator() - Method in class org.eclipse.jetty.util.resource.Resource
Return an Iterator of all Resource's referenced in this Resource.
iterator(Object) - Static method in class org.eclipse.jetty.util.LazyList
 
iterator(String) - Method in class org.eclipse.jetty.xml.XmlParser.Node
Iterator over named child nodes.

J

JAASLoginService - Class in org.eclipse.jetty.security.jaas
Implementation of jetty's LoginService that works with JAAS for authorization and authentication.
JAASLoginService() - Constructor for class org.eclipse.jetty.security.jaas.JAASLoginService
 
JAASLoginService(String) - Constructor for class org.eclipse.jetty.security.jaas.JAASLoginService
 
JAASPrincipal - Class in org.eclipse.jetty.security.jaas
JAASPrincipal
JAASPrincipal(String) - Constructor for class org.eclipse.jetty.security.jaas.JAASPrincipal
 
JAASRole - Class in org.eclipse.jetty.security.jaas
 
JAASRole(String) - Constructor for class org.eclipse.jetty.security.jaas.JAASRole
 
JAASUser(UserPrincipal) - Constructor for class org.eclipse.jetty.security.jaas.spi.AbstractLoginModule.JAASUser
 
JAASUserPrincipal - Class in org.eclipse.jetty.security.jaas
JAASUserPrincipal
JAASUserPrincipal(String, Subject, LoginContext) - Constructor for class org.eclipse.jetty.security.jaas.JAASUserPrincipal
 
JarVersion - Class in org.eclipse.jetty.start
Attempt to determine the version of the Jar File based on common version locations.
JarVersion() - Constructor for class org.eclipse.jetty.start.JarVersion
 
JAVA_TARGET_PLATFORM - Static variable in class org.eclipse.jetty.util.JavaVersion
Context attribute that can be set to target a different version of the jvm than the current runtime.
javaNameParser - Class in org.eclipse.jetty.jndi.java
javaNameParser
javaNameParser() - Constructor for class org.eclipse.jetty.jndi.java.javaNameParser
 
javaRootURLContext - Class in org.eclipse.jetty.jndi.java
javaRootURLContext
javaRootURLContext(Hashtable) - Constructor for class org.eclipse.jetty.jndi.java.javaRootURLContext
Creates a new javaRootURLContext instance.
javaURLContextFactory - Class in org.eclipse.jetty.jndi.java
javaURLContextFactory
javaURLContextFactory() - Constructor for class org.eclipse.jetty.jndi.java.javaURLContextFactory
 
JavaVersion - Class in org.eclipse.jetty.util
Java Version Utility class.
JDBCLoginModule - Class in org.eclipse.jetty.security.jaas.spi
JAAS LoginModule to retrieve user information from a database and authenticate the user.
JDBCLoginModule() - Constructor for class org.eclipse.jetty.security.jaas.spi.JDBCLoginModule
 
JDBCLoginService - Class in org.eclipse.jetty.security
JDBC as a source of user authentication and authorization information.
JDBCLoginService() - Constructor for class org.eclipse.jetty.security.JDBCLoginService
 
JDBCLoginService(String) - Constructor for class org.eclipse.jetty.security.JDBCLoginService
 
JDBCLoginService(String, String) - Constructor for class org.eclipse.jetty.security.JDBCLoginService
 
JDBCLoginService(String, IdentityService, String) - Constructor for class org.eclipse.jetty.security.JDBCLoginService
 
JDBCLoginService.JDBCUserPrincipal - Class in org.eclipse.jetty.security
A UserPrincipal with extra jdbc key info.
JDBCSessionDataStore - Class in org.eclipse.jetty.session
JDBCSessionDataStore Session data stored in database
JDBCSessionDataStore() - Constructor for class org.eclipse.jetty.session.JDBCSessionDataStore
 
JDBCSessionDataStore.SessionTableSchema - Class in org.eclipse.jetty.session
SessionTableSchema
JDBCSessionDataStoreFactory - Class in org.eclipse.jetty.session
JDBCSessionDataStoreFactory
JDBCSessionDataStoreFactory() - Constructor for class org.eclipse.jetty.session.JDBCSessionDataStoreFactory
 
JDBCUser(UserPrincipal) - Constructor for class org.eclipse.jetty.security.jaas.spi.AbstractDatabaseLoginModule.JDBCUser
 
JDBCUserPrincipal(String, Credential, int) - Constructor for class org.eclipse.jetty.security.JDBCLoginService.JDBCUserPrincipal
 
JDK9ClientALPNProcessor - Class in org.eclipse.jetty.alpn.java.client
 
JDK9ClientALPNProcessor() - Constructor for class org.eclipse.jetty.alpn.java.client.JDK9ClientALPNProcessor
 
JDK9ServerALPNProcessor - Class in org.eclipse.jetty.alpn.java.server
 
JDK9ServerALPNProcessor() - Constructor for class org.eclipse.jetty.alpn.java.server.JDK9ServerALPNProcessor
 
Jetty - Class in org.eclipse.jetty.util
 
JETTY_BASE - Static variable in class org.eclipse.jetty.start.BaseHome
 
JETTY_HOME - Static variable in class org.eclipse.jetty.start.BaseHome
 
JettyBaseConfigSource - Class in org.eclipse.jetty.start.config
${jetty.base} specific ConfigSource
JettyBaseConfigSource(Path) - Constructor for class org.eclipse.jetty.start.config.JettyBaseConfigSource
 
JettyExchange - Interface in org.eclipse.jetty.http.spi
 
JettyHomeConfigSource - Class in org.eclipse.jetty.start.config
${jetty.home} specific ConfigSource
JettyHomeConfigSource(Path) - Constructor for class org.eclipse.jetty.start.config.JettyHomeConfigSource
 
JettyHttpContext - Class in org.eclipse.jetty.http.spi
Jetty implementation of HttpContext
JettyHttpContext(HttpServer, String, HttpHandler) - Constructor for class org.eclipse.jetty.http.spi.JettyHttpContext
 
JettyHttpExchange - Class in org.eclipse.jetty.http.spi
 
JettyHttpExchange(HttpContext, Request, Response) - Constructor for class org.eclipse.jetty.http.spi.JettyHttpExchange
 
JettyHttpExchangeDelegate - Class in org.eclipse.jetty.http.spi
Jetty implementation of HttpExchange
JettyHttpServer - Class in org.eclipse.jetty.http.spi
Jetty implementation of HttpServer.
JettyHttpServer(Server, boolean) - Constructor for class org.eclipse.jetty.http.spi.JettyHttpServer
 
JettyHttpServer(Server, boolean, HttpConfiguration) - Constructor for class org.eclipse.jetty.http.spi.JettyHttpServer
 
JettyHttpServerProvider - Class in org.eclipse.jetty.http.spi
Jetty implementation of Java HTTP Server SPI
JettyHttpServerProvider() - Constructor for class org.eclipse.jetty.http.spi.JettyHttpServerProvider
 
JettyHttpsExchange - Class in org.eclipse.jetty.http.spi
 
JettyHttpsExchange(HttpContext, Request, Response) - Constructor for class org.eclipse.jetty.http.spi.JettyHttpsExchange
 
JnaQuicheBinding - Class in org.eclipse.jetty.quic.quiche.jna
 
JnaQuicheBinding() - Constructor for class org.eclipse.jetty.quic.quiche.jna.JnaQuicheBinding
 
JnaQuicheConnection - Class in org.eclipse.jetty.quic.quiche.jna
 
join() - Method in class org.eclipse.jetty.http.spi.DelegatingThreadPool
 
join() - Method in class org.eclipse.jetty.server.AbstractConnector
 
join() - Method in class org.eclipse.jetty.server.Server
 
join() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
join() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Blocks until the thread pool is LifeCycle stopped.
join() - Method in interface org.eclipse.jetty.util.thread.ThreadPool
Blocks until the thread pool is stopped.
join(long) - Method in class org.eclipse.jetty.server.AbstractConnector
 
join(Object[], int, int, String) - Static method in class org.eclipse.jetty.start.Utils
 
join(Object[], String) - Static method in class org.eclipse.jetty.start.Utils
 
join(String...) - Static method in class org.eclipse.jetty.http.QuotedCSV
Join a list into Quoted CSV string
join(StringBuilder, List<String>) - Static method in class org.eclipse.jetty.http.QuotedCSV
Join a list into Quoted CSV StringBuilder
join(Collection<?>, String) - Static method in class org.eclipse.jetty.start.Utils
 
join(List<String>) - Static method in class org.eclipse.jetty.http.QuotedCSV
Join a list into Quoted CSV string

K

KEEP_ALIVE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
KEEP_ALIVE - Enum constant in enum class org.eclipse.jetty.http.HttpHeaderValue
 
key - Variable in class org.eclipse.jetty.start.Props.Prop
 
KEY - Static variable in interface org.eclipse.jetty.util.component.Dumpable
 
KEY_SIZE_ATTRIBUTE - Static variable in class org.eclipse.jetty.server.SecureRequestCustomizer
The request attribute name to use to obtain the key size.
KEY_UPDATE_ERROR - Enum constant in enum class org.eclipse.jetty.quic.common.QuicErrorCode
 
KEY_UPDATE_ERROR - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quic_error
 
KEYPASSWORD_PROPERTY - Static variable in class org.eclipse.jetty.util.ssl.SslContextFactory
String name of key password property.
keySet() - Method in interface org.eclipse.jetty.util.Index
Get a Set of the keys contained in this index.
keySize() - Method in record class org.eclipse.jetty.server.SecureRequestCustomizer.SslSessionData
Returns the value of the keySize record component.
KeyStoreScanner - Class in org.eclipse.jetty.util.ssl
The KeyStoreScanner is used to monitor the KeyStore file used by the SslContextFactory.
KeyStoreScanner(SslContextFactory) - Constructor for class org.eclipse.jetty.util.ssl.KeyStoreScanner
 
KIND - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
KNOWN_ROLE - Enum constant in enum class org.eclipse.jetty.security.Constraint.Authorization
Access allowed for authenticated user with any known role.
KNOWN_ROLE - Static variable in interface org.eclipse.jetty.security.Constraint

L

LABEL - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
last() - Method in record class org.eclipse.jetty.http.ByteRange
Returns the value of the last record component.
LAST_MODIFIED - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
LASTACCESSED - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
lastEdge() - Method in class org.eclipse.jetty.deploy.graph.Route
 
lastModified() - Method in class org.eclipse.jetty.util.resource.CombinedResource
 
lastModified() - Method in class org.eclipse.jetty.util.resource.MemoryResource
 
lastModified() - Method in class org.eclipse.jetty.util.resource.PathResource
 
lastModified() - Method in class org.eclipse.jetty.util.resource.Resource
The time the resource was last modified.
lastNode() - Method in class org.eclipse.jetty.deploy.graph.Route
 
LASTNODE - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
LASTSAVED - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
LatencyRecordingHandler - Class in org.eclipse.jetty.server.handler
A Handler that helps recording the total latency of the requests executed by the wrapped handler.
LatencyRecordingHandler() - Constructor for class org.eclipse.jetty.server.handler.LatencyRecordingHandler
 
LatencyRecordingHandler(Handler) - Constructor for class org.eclipse.jetty.server.handler.LatencyRecordingHandler
 
LAX - Enum constant in enum class org.eclipse.jetty.http.HttpCookie.SameSite
The value Lax for the SameSite attribute
Layer(Attributes) - Constructor for class org.eclipse.jetty.util.Attributes.Layer
 
Layer(Attributes, Attributes) - Constructor for class org.eclipse.jetty.util.Attributes.Layer
 
Lazy() - Constructor for class org.eclipse.jetty.util.Attributes.Lazy
 
LazyList - Class in org.eclipse.jetty.util
Lazy List creation.
LDAPBindingUser(UserPrincipal, DirContext, String) - Constructor for class org.eclipse.jetty.security.jaas.spi.LdapLoginModule.LDAPBindingUser
 
LdapLoginModule - Class in org.eclipse.jetty.security.jaas.spi
A LdapLoginModule for use with JAAS setups
LdapLoginModule() - Constructor for class org.eclipse.jetty.security.jaas.spi.LdapLoginModule
 
LdapLoginModule.LDAPBindingUser - Class in org.eclipse.jetty.security.jaas.spi
 
LdapLoginModule.LDAPUser - Class in org.eclipse.jetty.security.jaas.spi
 
LDAPUser(UserPrincipal, Attributes) - Constructor for class org.eclipse.jetty.security.jaas.spi.LdapLoginModule.LDAPUser
 
LeakDetector<T> - Class in org.eclipse.jetty.util
A facility to detect improper usage of resource pools.
LeakDetector() - Constructor for class org.eclipse.jetty.util.LeakDetector
 
LeakDetector.LeakInfo - Class in org.eclipse.jetty.util
Information about the leak of a resource.
leaked(LeakDetector.LeakInfo) - Method in class org.eclipse.jetty.client.LeakTrackingConnectionPool
 
leaked(LeakDetector.LeakInfo) - Method in class org.eclipse.jetty.util.LeakDetector
Callback method invoked by LeakDetector when it detects that a resource has been leaked.
LeakTrackingConnectionPool - Class in org.eclipse.jetty.client
 
LeakTrackingConnectionPool(Destination, int) - Constructor for class org.eclipse.jetty.client.LeakTrackingConnectionPool
 
leaseFrom(Executor, Object, int) - Static method in class org.eclipse.jetty.util.thread.ThreadPoolBudget
 
leaseTo(Object, int) - Method in class org.eclipse.jetty.util.thread.ThreadPoolBudget
 
legacy() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer.Builder
If called, the built QuotedStringTokenizer will use the legacy implementation from prior to jetty-12.
LEGACY - Static variable in class org.eclipse.jetty.http.HttpCompliance
A legacy HttpCompliance mode that allows all violations except case-insensitive methods.
LEGACY - Static variable in class org.eclipse.jetty.http.UriCompliance
LegacyQuotedStringTokenizer - Class in org.eclipse.jetty.util
 
length() - Method in class org.eclipse.jetty.util.resource.CombinedResource
 
length() - Method in class org.eclipse.jetty.util.resource.MemoryResource
 
length() - Method in class org.eclipse.jetty.util.resource.PathResource
 
length() - Method in class org.eclipse.jetty.util.resource.Resource
Length of the resource.
length() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
length(long) - Static method in class org.eclipse.jetty.http3.internal.VarLenInt
 
length(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Get remaining from null checked buffer
LENGTH_REQUIRED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
LENGTH_REQUIRED_411 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
LF - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.Type
 
LF - Static variable in class org.eclipse.jetty.util.TypeUtil
 
LibQuiche - Interface in org.eclipse.jetty.quic.quiche.jna
 
LibQuiche.Logging - Class in org.eclipse.jetty.quic.quiche.jna
 
LibQuiche.LoggingCallback - Interface in org.eclipse.jetty.quic.quiche.jna
 
LibQuiche.packet_type - Interface in org.eclipse.jetty.quic.quiche.jna
 
LibQuiche.quiche_config - Class in org.eclipse.jetty.quic.quiche.jna
 
LibQuiche.quiche_conn - Class in org.eclipse.jetty.quic.quiche.jna
 
LibQuiche.quiche_path_stats - Class in org.eclipse.jetty.quic.quiche.jna
 
LibQuiche.quiche_recv_info - Class in org.eclipse.jetty.quic.quiche.jna
 
LibQuiche.quiche_send_info - Class in org.eclipse.jetty.quic.quiche.jna
 
LibQuiche.quiche_shutdown - Interface in org.eclipse.jetty.quic.quiche.jna
 
LibQuiche.quiche_stats - Class in org.eclipse.jetty.quic.quiche.jna
 
LibQuiche.quiche_stream_iter - Class in org.eclipse.jetty.quic.quiche.jna
 
licenseMap - Variable in class org.eclipse.jetty.start.Licensing
 
Licensing - Class in org.eclipse.jetty.start
Handles basic license presentation and acknowledgement.
Licensing() - Constructor for class org.eclipse.jetty.start.Licensing
 
lifecycle() - Static method in interface org.eclipse.jetty.util.resource.ResourceFactory
A ResourceFactory that implements the Jetty LifeCycle.
LifeCycle - Interface in org.eclipse.jetty.util.component
The lifecycle interface for generic components.
LifeCycle.Listener - Interface in org.eclipse.jetty.util.component
Listener.
lifeCycleFailure(LifeCycle, Throwable) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
Deprecated.
 
lifeCycleFailure(LifeCycle, Throwable) - Method in class org.eclipse.jetty.util.component.FileNoticeLifeCycleListener
 
lifeCycleFailure(LifeCycle, Throwable) - Method in interface org.eclipse.jetty.util.component.LifeCycle.Listener
 
lifeCycleStarted(LifeCycle) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
Deprecated.
 
lifeCycleStarted(LifeCycle) - Method in class org.eclipse.jetty.util.component.FileNoticeLifeCycleListener
 
lifeCycleStarted(LifeCycle) - Method in class org.eclipse.jetty.util.component.HaltLifeCycleListener
 
lifeCycleStarted(LifeCycle) - Method in interface org.eclipse.jetty.util.component.LifeCycle.Listener
 
lifeCycleStarted(LifeCycle) - Method in class org.eclipse.jetty.util.component.StopLifeCycle
 
lifeCycleStarting(LifeCycle) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
Deprecated.
 
lifeCycleStarting(LifeCycle) - Method in class org.eclipse.jetty.util.component.FileNoticeLifeCycleListener
 
lifeCycleStarting(LifeCycle) - Method in interface org.eclipse.jetty.util.component.LifeCycle.Listener
 
lifeCycleStopped(LifeCycle) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
Deprecated.
 
lifeCycleStopped(LifeCycle) - Method in class org.eclipse.jetty.util.component.FileNoticeLifeCycleListener
 
lifeCycleStopped(LifeCycle) - Method in interface org.eclipse.jetty.util.component.LifeCycle.Listener
 
lifeCycleStopping(LifeCycle) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
Deprecated.
 
lifeCycleStopping(LifeCycle) - Method in class org.eclipse.jetty.util.component.FileNoticeLifeCycleListener
 
lifeCycleStopping(LifeCycle) - Method in interface org.eclipse.jetty.util.component.LifeCycle.Listener
 
limit() - Method in class org.eclipse.jetty.server.AcceptRateLimit
 
limit() - Method in class org.eclipse.jetty.server.ConnectionLimit
 
LINK - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
LINK - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
list() - Method in class org.eclipse.jetty.util.resource.CombinedResource
 
list() - Method in class org.eclipse.jetty.util.resource.MemoryResource
 
list() - Method in class org.eclipse.jetty.util.resource.PathResource
 
list() - Method in class org.eclipse.jetty.util.resource.Resource
List of contents of a directory Resource.
list(String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
list(String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
list(String) - Method in class org.eclipse.jetty.jndi.NamingContext
List all names bound at Context named by Name
list(Name) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
list(Name) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
list(Name) - Method in class org.eclipse.jetty.jndi.NamingContext
List all names bound at Context named by Name
LIST_TOKENIZER - Static variable in class org.eclipse.jetty.http.QuotedCSVParser
 
listBindings(String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
listBindings(String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
listBindings(String) - Method in class org.eclipse.jetty.jndi.NamingContext
List all Bindings at Name
listBindings(Name) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
listBindings(Name) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
listBindings(Name) - Method in class org.eclipse.jetty.jndi.NamingContext
List all Bindings present at Context named by Name
listConfig(PrintStream, StartArgs) - Method in class org.eclipse.jetty.start.Main
 
listEnabled(PrintStream) - Method in class org.eclipse.jetty.start.Modules
 
listener - Variable in class org.eclipse.jetty.http3.parser.ParserListener.Wrapper
 
listener(Request.Listener) - Method in interface org.eclipse.jetty.client.Request
 
listener(Request.Listener) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
listIterator() - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
 
listIterator() - Method in class org.eclipse.jetty.http.HttpFields.Mutable.Wrapper
 
listIterator() - Method in class org.eclipse.jetty.http.HttpFields.MutableHttpFields
 
listIterator() - Method in class org.eclipse.jetty.server.internal.ResponseHttpFields
 
listIterator() - Method in class org.eclipse.jetty.start.TextFile
 
listIterator(int) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
listIterator(Object) - Static method in class org.eclipse.jetty.util.LazyList
 
listModules(PrintStream, List<String>) - Method in class org.eclipse.jetty.start.Modules
 
listModules(PrintStream, StartArgs) - Method in class org.eclipse.jetty.start.Main
 
literal(String) - Method in class org.eclipse.jetty.xml.XmlAppendable
 
LiteralNameEntryInstruction - Class in org.eclipse.jetty.http3.qpack.internal.instruction
 
LiteralNameEntryInstruction(HttpField, boolean) - Constructor for class org.eclipse.jetty.http3.qpack.internal.instruction.LiteralNameEntryInstruction
 
LiteralNameEntryInstruction(HttpField, boolean, boolean) - Constructor for class org.eclipse.jetty.http3.qpack.internal.instruction.LiteralNameEntryInstruction
 
load(InputStream, String) - Method in class org.eclipse.jetty.session.FileSessionDataStore
Load the session data from a file.
load(ClassLoader, String) - Static method in class org.eclipse.jetty.start.Props
 
load(String) - Method in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
 
load(String) - Method in class org.eclipse.jetty.session.AbstractSessionDataStore
 
load(String) - Method in class org.eclipse.jetty.session.CachingSessionDataStore
 
load(String) - Method in interface org.eclipse.jetty.session.SessionDataMap
Read in session data.
load(URI, Class<?>) - Static method in class org.eclipse.jetty.xml.BaseClassCatalog
 
load(URL) - Static method in class org.eclipse.jetty.start.Props
 
loadClass(Class, String) - Static method in class org.eclipse.jetty.util.Loader
Load a class.
loadClass(String) - Static method in class org.eclipse.jetty.util.Loader
Load a class.
loadCRL(String) - Static method in class org.eclipse.jetty.util.security.CertificateUtils
 
loadCRL(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Loads certificate revocation list (CRL) from a file.
Loader - Class in org.eclipse.jetty.util
ClassLoader Helper.
Loader() - Constructor for class org.eclipse.jetty.util.Loader
 
loadKeyStore(Resource) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Override this method to provide alternate way to load a keystore.
loadProperties(Resource) - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
 
loadPropertiesFromPath(Path) - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
 
loadPropertiesFromString(String) - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
 
loadRoleInfo(UserPrincipal) - Method in class org.eclipse.jetty.security.AbstractLoginService
 
loadRoleInfo(UserPrincipal) - Method in class org.eclipse.jetty.security.HashLoginService
 
loadRoleInfo(UserPrincipal) - Method in class org.eclipse.jetty.security.JDBCLoginService
 
loadTrustStore(Resource) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Override this method to provide alternate way to load a truststore.
loadUserInfo(String) - Method in class org.eclipse.jetty.security.AbstractLoginService
 
loadUserInfo(String) - Method in class org.eclipse.jetty.security.HashLoginService
 
loadUserInfo(String) - Method in class org.eclipse.jetty.security.JDBCLoginService
 
loadUsers() - Method in class org.eclipse.jetty.security.PropertyUserStore
Load the user data from the property file.
LOCAL - Enum constant in enum class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Command
 
LOCAL - Static variable in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
The PROXY V2 Tag typically used to "ping" the server.
local_addr - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_path_stats
 
local_addr_len - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_path_stats
 
LOCAL_ADDRESS_ATTRIBUTE_NAME - Static variable in class org.eclipse.jetty.server.ProxyCustomizer
The local address attribute name.
LOCAL_PORT_ATTRIBUTE_NAME - Static variable in class org.eclipse.jetty.server.ProxyCustomizer
The local port attribute name.
LocalConnector - Class in org.eclipse.jetty.server
A local connector, mostly for testing purposes.
LocalConnector(Server) - Constructor for class org.eclipse.jetty.server.LocalConnector
 
LocalConnector(Server, Executor, Scheduler, ByteBufferPool, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.LocalConnector
 
LocalConnector(Server, ConnectionFactory) - Constructor for class org.eclipse.jetty.server.LocalConnector
 
LocalConnector(Server, ConnectionFactory, SslContextFactory.Server) - Constructor for class org.eclipse.jetty.server.LocalConnector
 
LocalConnector(Server, SslContextFactory.Server) - Constructor for class org.eclipse.jetty.server.LocalConnector
 
LocalConnector.LocalEndPoint - Class in org.eclipse.jetty.server
Local EndPoint
localContextRoot - Class in org.eclipse.jetty.jndi.local
localContext Implementation of the delegate for InitialContext for the local namespace.
localContextRoot(Hashtable) - Constructor for class org.eclipse.jetty.jndi.local.localContextRoot
 
LocalEndPoint() - Constructor for class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
 
LocalFileInitializer - Class in org.eclipse.jetty.start.fileinits
 
LocalFileInitializer(BaseHome) - Constructor for class org.eclipse.jetty.start.fileinits.LocalFileInitializer
 
LOCALLY_CLOSED - Enum constant in enum class org.eclipse.jetty.http2.CloseState
A half-close frame has been generated and sent.
LOCALLY_CLOSING - Enum constant in enum class org.eclipse.jetty.http2.CloseState
A half-close frame has been generated.
location - Variable in class org.eclipse.jetty.start.FileArg
 
LOCATION - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
lock() - Method in class org.eclipse.jetty.session.ManagedSession
Grab the lock on the session
lock() - Method in class org.eclipse.jetty.util.thread.AutoLock
Acquires the lock.
lock() - Method in class org.eclipse.jetty.util.thread.AutoLock.WithCondition
 
LOCK - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
LOCK_PROPERTY - Static variable in class org.eclipse.jetty.jndi.NamingContext
 
LOCKED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
LOCKED_423 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
LockedPool<P> - Class in org.eclipse.jetty.util
A Pool.Wrapper that tracks the acquire/release/remove pool events.
LockedPool(Pool<P>) - Constructor for class org.eclipse.jetty.util.LockedPool
 
LockedPool(Pool<P>, LockedPool.Tracker<P>) - Constructor for class org.eclipse.jetty.util.LockedPool
 
LockedPool.Factory<F> - Interface in org.eclipse.jetty.util
A Pool.Factory that wraps newly created Pool instances with LockedPool.
LockedPool.Tracker<T> - Interface in org.eclipse.jetty.util
A receiver of Pool events.
log(String, Pointer) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche.LoggingCallback
 
log(Request, Response) - Method in class org.eclipse.jetty.server.CustomRequestLog
 
log(Request, Response) - Method in class org.eclipse.jetty.server.RequestLog.Collection
 
log(Request, Response) - Method in interface org.eclipse.jetty.server.RequestLog
 
LOG - Static variable in class org.eclipse.jetty.http.CookieCache
 
LOG - Static variable in class org.eclipse.jetty.http.CookieCutter
Deprecated.
 
LOG - Static variable in class org.eclipse.jetty.http.HttpParser
 
LOG - Static variable in class org.eclipse.jetty.http.RFC6265CookieParser
 
LOG - Static variable in class org.eclipse.jetty.http.spi.HttpSpiContextHandler
 
LOG - Static variable in class org.eclipse.jetty.io.SelectorManager
 
LOG - Static variable in class org.eclipse.jetty.server.AbstractConnector
 
LOG - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipResponseAndCallback
 
LOG - Static variable in class org.eclipse.jetty.server.internal.MultiPartParser
 
LOG - Static variable in class org.eclipse.jetty.server.ResourceListing
 
LOG - Static variable in class org.eclipse.jetty.util.preventers.AbstractLeakPreventer
 
LOG - Static variable in class org.eclipse.jetty.util.Utf8StringBuilder
 
LOG_DETAIL - Static variable in class org.eclipse.jetty.server.CustomRequestLog
 
LogDetail(String, String) - Constructor for record class org.eclipse.jetty.server.CustomRequestLog.LogDetail
Creates an instance of a LogDetail record class.
LoggedOutAuthentication(LoginAuthenticator) - Constructor for class org.eclipse.jetty.security.authentication.LoginAuthenticator.LoggedOutAuthentication
 
Logging() - Constructor for class org.eclipse.jetty.quic.quiche.jna.LibQuiche.Logging
 
login() - Method in class org.eclipse.jetty.security.jaas.spi.AbstractLoginModule
 
login() - Method in class org.eclipse.jetty.security.jaas.spi.LdapLoginModule
since ldap uses a context bind for valid authentication checking, we override login()
login(String, Object, Request, Function<Boolean, Session>) - Method in class org.eclipse.jetty.security.AbstractLoginService
 
login(String, Object, Request, Function<Boolean, Session>) - Method in class org.eclipse.jetty.security.EmptyLoginService
 
login(String, Object, Request, Function<Boolean, Session>) - Method in class org.eclipse.jetty.security.jaas.JAASLoginService
 
login(String, Object, Request, Function<Boolean, Session>) - Method in interface org.eclipse.jetty.security.LoginService
Login a user.
login(String, Object, Request, Function<Boolean, Session>) - Method in class org.eclipse.jetty.security.SPNEGOLoginService
 
login(String, Object, Request, Response) - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
login(String, Object, Request, Response) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
login(String, Object, Request, Response) - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator.LoggedOutAuthentication
 
login(String, Object, Request, Response) - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator
If the UserIdentity returned from LoginService.login(String, Object, Request, Function) is not null, it is assumed that the user is fully authenticated and we need to change the session id to prevent session fixation vulnerability.
login(String, Object, Request, Response) - Method in class org.eclipse.jetty.security.authentication.SPNEGOAuthenticator
Only renew the session id if the user has been fully authenticated, don't renew the session for any of the intermediate request/response handshakes.
login(String, Object, Request, Response) - Method in interface org.eclipse.jetty.security.AuthenticationState.Deferred
Authenticate the request with the passed credentials
login(String, Object, Request, Response) - Method in class org.eclipse.jetty.security.internal.DeferredAuthenticationState
 
login(String, String, Request, Response) - Static method in interface org.eclipse.jetty.security.AuthenticationState
Attempt to login a request using the passed credentials.
LoginAuthenticator - Class in org.eclipse.jetty.security.authentication
 
LoginAuthenticator() - Constructor for class org.eclipse.jetty.security.authentication.LoginAuthenticator
 
LoginAuthenticator.LoggedOutAuthentication - Class in org.eclipse.jetty.security.authentication
 
LoginAuthenticator.UserAuthenticationSent - Class in org.eclipse.jetty.security.authentication
This Authentication represents a just completed authentication, that has sent a response, typically to redirect the client to the original request target..
LoginAuthenticator.UserAuthenticationSucceeded - Class in org.eclipse.jetty.security.authentication
Base class for representing a successful authentication state.
LoginService - Interface in org.eclipse.jetty.security
Login Service Interface.
logout() - Method in class org.eclipse.jetty.security.jaas.spi.AbstractLoginModule
 
logout(UserIdentity) - Method in class org.eclipse.jetty.security.AbstractLoginService
 
logout(UserIdentity) - Method in class org.eclipse.jetty.security.EmptyLoginService
 
logout(UserIdentity) - Method in class org.eclipse.jetty.security.jaas.JAASLoginService
 
logout(UserIdentity) - Method in interface org.eclipse.jetty.security.LoginService
 
logout(UserIdentity) - Method in class org.eclipse.jetty.security.SPNEGOLoginService
 
logout(Request, Response) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
logout(Request, Response) - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator.LoggedOutAuthentication
 
logout(Request, Response) - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator
 
logout(Request, Response) - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator.UserAuthenticationSucceeded
 
logout(Request, Response) - Method in interface org.eclipse.jetty.security.AuthenticationState.Deferred
Logout the authenticated user.
logout(Request, Response) - Static method in interface org.eclipse.jetty.security.AuthenticationState
 
logout(Request, Response) - Method in interface org.eclipse.jetty.security.AuthenticationState.Succeeded
Remove any user information that may be present in the request such that a call to getUserPrincipal/getRemoteUser will return null.
logout(Request, Response) - Method in class org.eclipse.jetty.security.internal.DeferredAuthenticationState
 
LongValueHttpField(String, long) - Constructor for class org.eclipse.jetty.http.HttpField.LongValueHttpField
 
LongValueHttpField(HttpHeader, long) - Constructor for class org.eclipse.jetty.http.HttpField.LongValueHttpField
 
LongValueHttpField(HttpHeader, String, long) - Constructor for class org.eclipse.jetty.http.HttpField.LongValueHttpField
 
LongValueHttpField(HttpHeader, String, String) - Constructor for class org.eclipse.jetty.http.HttpField.LongValueHttpField
 
LongValueHttpField(HttpHeader, String, String, long) - Constructor for class org.eclipse.jetty.http.HttpField.LongValueHttpField
 
LOOK_AHEAD - Static variable in enum class org.eclipse.jetty.http.HttpMethod
 
lookAheadGet(ByteBuffer) - Static method in enum class org.eclipse.jetty.http.HttpMethod
Optimized lookup to find a method name and trailing space in a byte array.
lookup(String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
lookup(String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
lookup(String) - Method in class org.eclipse.jetty.jndi.NamingContext
Lookup binding of an object by name
lookup(Name) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
lookup(Name) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
lookup(Name) - Method in class org.eclipse.jetty.jndi.NamingContext
Lookup a binding by name
lookupLink(String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
lookupLink(String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
lookupLink(String) - Method in class org.eclipse.jetty.jndi.NamingContext
Lookup link bound to name
lookupLink(Name) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
lookupLink(Name) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
lookupLink(Name) - Method in class org.eclipse.jetty.jndi.NamingContext
Lookup link bound to name
LOOP_DETECTED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
LOOP_DETECTED_508 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
lost - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_path_stats
 
lost - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_stats
 
lost_bytes - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_path_stats
 
lost_bytes - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_stats
 
low(String, String) - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
lowerCaseName() - Method in enum class org.eclipse.jetty.http.HttpHeader
 
LowResourceMonitor - Class in org.eclipse.jetty.server
A monitor for low resources, low resources can be detected by: ThreadPool.isLowOnThreads() if Connector.getExecutor() is an instance of ThreadPool and LowResourceMonitor.setMonitorThreads(boolean) is true. If LowResourceMonitor.setMaxMemory(long) is non zero then low resources is detected if the JVMs Runtime instance has Runtime.totalMemory() minus Runtime.freeMemory() greater than LowResourceMonitor.getMaxMemory()
LowResourceMonitor(Server) - Constructor for class org.eclipse.jetty.server.LowResourceMonitor
 
LowResourceMonitor.ConnectorsThreadPoolLowResourceCheck - Class in org.eclipse.jetty.server
 
LowResourceMonitor.LowResourceCheck - Interface in org.eclipse.jetty.server
 
LowResourceMonitor.MainThreadPoolLowResourceCheck - Class in org.eclipse.jetty.server
 
LowResourceMonitor.MaxConnectionsLowResourceCheck - Class in org.eclipse.jetty.server
 
LowResourceMonitor.MemoryLowResourceCheck - Class in org.eclipse.jetty.server
 

M

main(String...) - Static method in class org.eclipse.jetty.server.Server
 
main(String[]) - Static method in class org.eclipse.jetty.start.Main
 
main(String[]) - Static method in class org.eclipse.jetty.util.security.Password
 
main(String[]) - Static method in class org.eclipse.jetty.util.security.UnixCrypt
 
main(String...) - Static method in class org.eclipse.jetty.xml.XmlConfiguration
Runs the XML configurations as a main application.
Main - Class in org.eclipse.jetty.start
Main start class.
Main() - Constructor for class org.eclipse.jetty.start.Main
 
MainThreadPoolLowResourceCheck() - Constructor for class org.eclipse.jetty.server.LowResourceMonitor.MainThreadPoolLowResourceCheck
 
makeKey(String, String, String) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
makeKey(String, SessionContext) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
Make a unique key for this session.
makeName(String) - Method in class org.eclipse.jetty.jmx.MBeanContainer
 
manage(Object) - Method in interface org.eclipse.jetty.util.component.Container
Manages a bean already contained by this aggregate, so that it is started/stopped/destroyed with this aggregate.
manage(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Manages a bean already contained by this aggregate, so that it is started/stopped/destroyed with this aggregate.
MANAGED_ATTRIBUTES - Static variable in class org.eclipse.jetty.server.handler.ContextHandler
 
ManagedAttribute - Annotation Interface in org.eclipse.jetty.util.annotation
The @ManagedAttribute annotation is used to indicate that a given method exposes a JMX attribute.
ManagedAttributeListener - Class in org.eclipse.jetty.server.handler
Enable Jetty style JMX MBeans from within a Context
ManagedAttributeListener(ContextHandler, String...) - Constructor for class org.eclipse.jetty.server.handler.ManagedAttributeListener
 
ManagedObject - Annotation Interface in org.eclipse.jetty.util.annotation
The @ManagedObject annotation is used on a class at the top level to indicate that it should be exposed as an mbean.
ManagedOperation - Annotation Interface in org.eclipse.jetty.util.annotation
The @ManagedOperation annotation is used to indicate that a given method should be considered a JMX operation.
ManagedSelector - Class in org.eclipse.jetty.io
ManagedSelector wraps a Selector simplifying non-blocking operations on channels.
ManagedSelector(SelectorManager, int) - Constructor for class org.eclipse.jetty.io.ManagedSelector
 
ManagedSelector.Selectable - Interface in org.eclipse.jetty.io
A ManagedSelector.Selectable is an EndPoint that wish to be notified of non-blocking events by the ManagedSelector.
ManagedSelector.SelectorUpdate - Interface in org.eclipse.jetty.io
A selector update to be done when the selector has been woken.
ManagedSession - Class in org.eclipse.jetty.session
Session A heavy-weight Session object representing an HttpSession.
ManagedSession(SessionManager, SessionData) - Constructor for class org.eclipse.jetty.session.ManagedSession
Create a new session object.
ManagedSession.IdState - Enum Class in org.eclipse.jetty.session
State of the session id
ManagedSession.State - Enum Class in org.eclipse.jetty.session
Validity states of a session
ManifestUtils - Class in org.eclipse.jetty.util
 
mapContexts() - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
Remap the contexts.
Mapped() - Constructor for class org.eclipse.jetty.util.Attributes.Mapped
 
Mapped(Map<String, Object>) - Constructor for class org.eclipse.jetty.util.Attributes.Mapped
 
Mapped(Attributes.Mapped) - Constructor for class org.eclipse.jetty.util.Attributes.Mapped
 
MappedResource<E> - Class in org.eclipse.jetty.http.pathmap
 
MappedResource(PathSpec, E) - Constructor for class org.eclipse.jetty.http.pathmap.MappedResource
 
match(byte[], int, int) - Method in class org.eclipse.jetty.util.SearchPattern
Search for a complete match of the pattern within the data
match(String, String) - Static method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
match(String, String, boolean) - Static method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
match(String, String, String, String) - Static method in class org.eclipse.jetty.server.HttpCookieUtils
Check if the Set-Cookie header represented as a string is for the name, domain and path given.
match(URI) - Method in class org.eclipse.jetty.http.HttpCookieStore.Default
 
match(URI) - Method in class org.eclipse.jetty.http.HttpCookieStore.Empty
 
match(URI) - Method in interface org.eclipse.jetty.http.HttpCookieStore
Returns the cookies that match the given URI.
match(ByteBuffer) - Method in class org.eclipse.jetty.util.SearchPattern
Searches for a full match of the pattern in the ByteBuffer.
match(Origin) - Method in class org.eclipse.jetty.client.ProxyConfiguration
 
match(HttpCookie, String, String, String) - Static method in class org.eclipse.jetty.server.HttpCookieUtils
Check if the HttpCookie is for the given name, domain and path.
matchAndApply(Rule.Handler) - Method in class org.eclipse.jetty.rewrite.handler.CompactPathRule
 
matchAndApply(Rule.Handler) - Method in class org.eclipse.jetty.rewrite.handler.ForceRequestHeaderValueRule
 
matchAndApply(Rule.Handler) - Method in class org.eclipse.jetty.rewrite.handler.HeaderRule
 
matchAndApply(Rule.Handler) - Method in class org.eclipse.jetty.rewrite.handler.InvalidURIRule
 
matchAndApply(Rule.Handler) - Method in class org.eclipse.jetty.rewrite.handler.PatternRule
 
matchAndApply(Rule.Handler) - Method in class org.eclipse.jetty.rewrite.handler.RegexRule
 
matchAndApply(Rule.Handler) - Method in class org.eclipse.jetty.rewrite.handler.Rule
Tests whether the given Request should apply, and if so the rule logic is triggered.
matchAndApply(Rule.Handler) - Method in class org.eclipse.jetty.rewrite.handler.RuleContainer
Processes the rules.
matchAndApply(Rule.Handler) - Method in class org.eclipse.jetty.rewrite.handler.VirtualHostRuleContainer
 
matched(String) - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
Get the complete matched details of the provided path.
matched(String) - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
matched(String) - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
matched(String) - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
MatchedPath - Interface in org.eclipse.jetty.http.pathmap
 
MatchedResource<E> - Class in org.eclipse.jetty.http.pathmap
The match details when using PathMappings.getMatched(String), used to minimize return to the PathSpec or PathMappings for subsequent details that are now provided by the MatchedPath instance.
MatchedResource(E, PathSpec, MatchedPath) - Constructor for class org.eclipse.jetty.http.pathmap.MatchedResource
 
matches(String) - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
Deprecated.
matches(String) - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
matches(String) - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
matches(String) - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
matches(String) - Method in class org.eclipse.jetty.util.RegexSet
 
matches(String) - Method in class org.eclipse.jetty.util.ssl.X509
 
matches(String, String) - Static method in class org.eclipse.jetty.http.EtagUtils
Test if etag matches against an etagWithOptionalSuffix.
matches(String, URI, String) - Method in class org.eclipse.jetty.client.AbstractAuthentication
 
matches(String, URI, String) - Method in interface org.eclipse.jetty.client.Authentication
Matches Authentications based on the given parameters
matches(String, URI, String) - Method in class org.eclipse.jetty.client.DigestAuthentication
 
matches(List<String>, boolean) - Method in class org.eclipse.jetty.io.ClientConnectionFactory.Info
Tests whether one of the protocols of this class is also present in the given candidates list.
matches(Origin) - Method in class org.eclipse.jetty.client.ProxyConfiguration.Proxy
Matches the given origin with the included and excluded addresses, returning true if the given origin is to be proxied.
matchesURI(URI, URI) - Static method in class org.eclipse.jetty.client.AbstractAuthentication
 
matchPublic(String) - Method in class org.eclipse.jetty.xml.BaseClassCatalog
 
matchResource(String) - Method in class org.eclipse.jetty.http.content.VirtualHttpContentFactory
 
matchSystem(String) - Method in class org.eclipse.jetty.xml.BaseClassCatalog
 
matchURI(String) - Method in class org.eclipse.jetty.xml.BaseClassCatalog
 
MathUtils - Class in org.eclipse.jetty.util
 
MavenLocalRepoFileInitializer - Class in org.eclipse.jetty.start.fileinits
Attempt to download a maven:// URI, by first attempting to find the resource in the maven repository system (starting with local, then central)
MavenLocalRepoFileInitializer(BaseHome) - Constructor for class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer
 
MavenLocalRepoFileInitializer(BaseHome, Path, boolean) - Constructor for class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer
 
MavenLocalRepoFileInitializer(BaseHome, Path, boolean, String) - Constructor for class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer
 
MavenLocalRepoFileInitializer.Coordinates - Class in org.eclipse.jetty.start.fileinits
 
MavenMetadata - Class in org.eclipse.jetty.start.fileinits
Simple parser for maven-metadata.xml files
MavenMetadata(Path) - Constructor for class org.eclipse.jetty.start.fileinits.MavenMetadata
 
MavenMetadata.Snapshot - Class in org.eclipse.jetty.start.fileinits
 
MAX_AGE_ATTRIBUTE - Static variable in interface org.eclipse.jetty.http.HttpCookie
 
MAX_BLOCKED_STREAMS - Static variable in class org.eclipse.jetty.http3.frames.SettingsFrame
 
MAX_CODE - Static variable in class org.eclipse.jetty.http.HttpStatus
 
MAX_CONCURRENT_STREAMS - Static variable in class org.eclipse.jetty.http2.frames.SettingsFrame
 
MAX_CONTENT_LENGTH - Static variable in class org.eclipse.jetty.fcgi.generator.Generator
 
MAX_FIELD_SECTION_SIZE - Static variable in class org.eclipse.jetty.http3.frames.SettingsFrame
 
MAX_FIELDS_ATTRIBUTE - Static variable in class org.eclipse.jetty.server.FormFields
 
MAX_FORWARDS - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
MAX_FRAME_SIZE - Static variable in class org.eclipse.jetty.http2.frames.SettingsFrame
 
MAX_HEADER_LIST_SIZE - Static variable in class org.eclipse.jetty.http2.frames.SettingsFrame
 
MAX_INTERVAL_NOT_SET - Static variable in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
MAX_LENGTH - Static variable in class org.eclipse.jetty.http3.internal.VarLenInt
 
MAX_LENGTH_ATTRIBUTE - Static variable in class org.eclipse.jetty.server.FormFields
 
MAX_MAX_SIZE - Static variable in class org.eclipse.jetty.http2.frames.Frame
 
MAX_PARAM_LENGTH - Static variable in class org.eclipse.jetty.fcgi.generator.ClientGenerator
 
MAX_PUSH_ID - Enum constant in enum class org.eclipse.jetty.http3.frames.FrameType
 
MAX_SCAN_DEPTH - Static variable in class org.eclipse.jetty.util.Scanner
 
MAX_TABLE_CAPACITY - Static variable in class org.eclipse.jetty.http3.frames.SettingsFrame
 
MAX_TOKEN_LENGTH - Static variable in interface org.eclipse.jetty.quic.quiche.QuicheConnection.TokenMinter
 
maxAge(long) - Method in class org.eclipse.jetty.http.HttpCookie.Builder
 
maxCapacity(int) - Method in class org.eclipse.jetty.util.Index.Mutable.Builder
Configure a maximum capacity for the mutable index.
MaxConnectionsLowResourceCheck(int) - Constructor for class org.eclipse.jetty.server.LowResourceMonitor.MaxConnectionsLowResourceCheck
 
MAXINACTIVE - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
maxLocalStreams() - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
 
maxLocalStreams() - Method in class org.eclipse.jetty.quic.quiche.QuicheConnection
 
MaxPushIdBodyParser - Class in org.eclipse.jetty.http3.parser
 
MaxPushIdBodyParser(HeaderParser, ParserListener) - Constructor for class org.eclipse.jetty.http3.parser.MaxPushIdBodyParser
 
MaxPushIdGenerator - Class in org.eclipse.jetty.http3.generator
 
MaxPushIdGenerator(ByteBufferPool) - Constructor for class org.eclipse.jetty.http3.generator.MaxPushIdGenerator
 
maxType() - Static method in enum class org.eclipse.jetty.http3.frames.FrameType
 
MBeanContainer - Class in org.eclipse.jetty.jmx
Container class for the MBean instances
MBeanContainer(MBeanServer) - Constructor for class org.eclipse.jetty.jmx.MBeanContainer
Constructs MBeanContainer
MBeanContainer(MBeanServer, boolean) - Constructor for class org.eclipse.jetty.jmx.MBeanContainer
Constructs MBeanContainer
mbeanFor(Object) - Method in class org.eclipse.jetty.jmx.MBeanContainer
Creates an ObjectMBean for the given object.
MemcachedSessionDataMap - Class in org.eclipse.jetty.memcached.session
MemcachedSessionDataMap Uses memcached as a cache for SessionData.
MemcachedSessionDataMap(String, String) - Constructor for class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
 
MemcachedSessionDataMap(List<InetSocketAddress>) - Constructor for class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
 
MemcachedSessionDataMap(List<InetSocketAddress>, int[]) - Constructor for class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
 
MemcachedSessionDataMap.SessionDataTranscoder - Class in org.eclipse.jetty.memcached.session
SessionDataTranscoder We override memcached deserialization to use our classloader-aware ObjectInputStream.
MemcachedSessionDataMapFactory - Class in org.eclipse.jetty.memcached.session
MemcachedSessionDataMapFactory
MemcachedSessionDataMapFactory() - Constructor for class org.eclipse.jetty.memcached.session.MemcachedSessionDataMapFactory
 
MemoryLowResourceCheck(long) - Constructor for class org.eclipse.jetty.server.LowResourceMonitor.MemoryLowResourceCheck
 
MemoryResource - Class in org.eclipse.jetty.util.resource
An in memory Resource created from a URL
MemoryUtils - Class in org.eclipse.jetty.util
MemoryUtils provides an abstraction over memory properties and operations.
MERGE - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
Message() - Constructor for class org.eclipse.jetty.http.HttpTester.Message
 
MESSAGE_HTTP - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
messageComplete() - Method in class org.eclipse.jetty.client.transport.internal.HttpReceiverOverHTTP
 
messageComplete() - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
 
messageComplete() - Method in class org.eclipse.jetty.http.HttpTester.Message
 
messageComplete() - Method in class org.eclipse.jetty.server.internal.HttpConnection.RequestHandler
 
messageComplete() - Method in interface org.eclipse.jetty.server.internal.MultiPartParser.Handler
 
MessageFlusher - Class in org.eclipse.jetty.http3
 
MessageFlusher(ByteBufferPool, QpackEncoder, boolean) - Constructor for class org.eclipse.jetty.http3.MessageFlusher
 
MessageFlusher.FlushFrame - Class in org.eclipse.jetty.http3
 
MessageGenerator - Class in org.eclipse.jetty.http3.generator
 
MessageGenerator(ByteBufferPool, QpackEncoder, boolean) - Constructor for class org.eclipse.jetty.http3.generator.MessageGenerator
 
MessageParser - Class in org.eclipse.jetty.http3.parser
The HTTP/3 protocol parser.
MessageParser(ParserListener, QpackDecoder, long, BooleanSupplier) - Constructor for class org.eclipse.jetty.http3.parser.MessageParser
 
MessageParser.Result - Enum Class in org.eclipse.jetty.http3.parser
 
MetaData - Class in org.eclipse.jetty.http
Immutable common HTTP information for requests and responses.
MetaData(HttpVersion, HttpFields) - Constructor for class org.eclipse.jetty.http.MetaData
 
MetaData(HttpVersion, HttpFields, long) - Constructor for class org.eclipse.jetty.http.MetaData
 
MetaData(HttpVersion, HttpFields, long, Supplier<HttpFields>) - Constructor for class org.eclipse.jetty.http.MetaData
 
MetaData.ConnectRequest - Class in org.eclipse.jetty.http
Immutable HTTP CONNECT request information.
MetaData.Request - Class in org.eclipse.jetty.http
Immutable HTTP request information.
MetaData.Response - Class in org.eclipse.jetty.http
Immutable HTTP response information.
MetaDataBuilder - Class in org.eclipse.jetty.http2.hpack.internal
 
MetaDataBuilder - Class in org.eclipse.jetty.http3.qpack.internal.metadata
 
MetaDataBuilder(int) - Constructor for class org.eclipse.jetty.http2.hpack.internal.MetaDataBuilder
 
MetaDataBuilder(int) - Constructor for class org.eclipse.jetty.http3.qpack.internal.metadata.MetaDataBuilder
 
method(String) - Method in interface org.eclipse.jetty.client.Request
 
method(String) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
method(HttpMethod) - Method in interface org.eclipse.jetty.client.Request
 
method(HttpMethod) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
METHOD - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
METHOD - Static variable in class org.eclipse.jetty.client.Socks5.NoAuthenticationFactory
 
METHOD - Static variable in class org.eclipse.jetty.client.Socks5.UsernamePasswordAuthenticationFactory
 
METHOD_NOT_ALLOWED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
METHOD_NOT_ALLOWED_405 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
MIDDLE_GLOB - Enum constant in enum class org.eclipse.jetty.http.pathmap.PathSpecGroup
For path specs that have a hardcoded prefix and suffix with wildcard glob in the middle.
millisElapsed(long, long) - Static method in class org.eclipse.jetty.util.NanoTime
Calculates the milliseconds elapsed between two nanoTimes.
millisSince(long) - Static method in class org.eclipse.jetty.util.NanoTime
Calculates the milliseconds elapsed between a begin nanoTime and the current nanoTime.
millisUntil(long) - Static method in class org.eclipse.jetty.util.NanoTime
Calculates the milliseconds remaining between the current nanoTime and an end nanoTime.
MIME_VERSION - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
MimeTypes - Class in org.eclipse.jetty.http
MIME Type enum and utilities
MimeTypes() - Constructor for class org.eclipse.jetty.http.MimeTypes
 
MimeTypes(MimeTypes) - Constructor for class org.eclipse.jetty.http.MimeTypes
 
MimeTypes.Mutable - Class in org.eclipse.jetty.http
 
MimeTypes.Type - Enum Class in org.eclipse.jetty.http
Enumeration of predefined MimeTypes.
MimeTypes.Wrapper - Class in org.eclipse.jetty.http
 
MinimumDataRateHandler(long, long) - Constructor for class org.eclipse.jetty.server.handler.StatisticsHandler.MinimumDataRateHandler
Creates a MinimumDataRateHandler with the specified read and write rates.
MinimumDataRateHandler(Handler, long, long) - Constructor for class org.eclipse.jetty.server.handler.StatisticsHandler.MinimumDataRateHandler
Creates a MinimumDataRateHandler with the specified read and write rates.
MinimumDataRateResponse(StatisticsHandler.MinimumDataRateHandler.MinimumDataRateRequest, Response) - Constructor for class org.eclipse.jetty.server.handler.StatisticsHandler.MinimumDataRateHandler.MinimumDataRateResponse
 
mint(byte[], int) - Method in interface org.eclipse.jetty.quic.quiche.QuicheConnection.TokenMinter
 
mint(byte[], int) - Method in class org.eclipse.jetty.quic.server.internal.SimpleTokenMinter
 
MISDIRECTED_REQUEST - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
MISDIRECTED_REQUEST_421 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
MISMATCHED_AUTHORITY - Enum constant in enum class org.eclipse.jetty.http.HttpCompliance.Violation
Since RFC 7230: Section 5.4, the HTTP protocol must reject a request if the target URI has an authority that is different than a provided Host header.
missing(Resource) - Static method in class org.eclipse.jetty.util.resource.Resources
True if the resource is missing.
MISSING_EXTENSION - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.tls_alert
 
MISSING_SETTINGS_ERROR - Enum constant in enum class org.eclipse.jetty.http3.HTTP3ErrorCode
 
MKACTIVITY - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
MKCALENDAR - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
MKCOL - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
MKREDIRECTREF - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
MKWORKSPACE - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
mode() - Method in record class org.eclipse.jetty.server.ResourceService.WelcomeAction
Returns the value of the mode record component.
Module - Class in org.eclipse.jetty.start
Represents a Module metadata, as defined in Jetty.
Module(BaseHome, Path) - Constructor for class org.eclipse.jetty.start.Module
 
ModuleGraphWriter - Class in org.eclipse.jetty.start
Generate a graphviz dot graph of the modules found
ModuleGraphWriter() - Constructor for class org.eclipse.jetty.start.ModuleGraphWriter
 
moduleName - Variable in class org.eclipse.jetty.start.FileArg
 
Modules - Class in org.eclipse.jetty.start
Access for all modules declared, as well as what is enabled.
Modules(BaseHome, StartArgs) - Constructor for class org.eclipse.jetty.start.Modules
 
MongoSessionDataStore - Class in org.eclipse.jetty.nosql.mongodb
MongoSessionDataStore The document model is an outer object that contains the elements: "id" : session_id "created" : create_time "accessed": last_access_time "maxIdle" : max_idle_time setting as session was created "expiry" : time at which session should expire "valid" : session_valid "context" : a nested object containing 1 nested object per context for which the session id is in use Each of the nested objects inside the "context" element contains: unique_context_name : nested object containing name:value pairs of the session attributes for that context unique_context_name: vhost:contextpath, where no vhosts="0_0_0_0", root context = "", contextpath "/" replaced by "_"
MongoSessionDataStore() - Constructor for class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
 
MongoSessionDataStoreFactory - Class in org.eclipse.jetty.nosql.mongodb
MongoSessionDataStoreFactory
MongoSessionDataStoreFactory() - Constructor for class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStoreFactory
 
MongoUtils - Class in org.eclipse.jetty.nosql.mongodb
MongoUtils Some utility methods for manipulating mongo data.
MongoUtils() - Constructor for class org.eclipse.jetty.nosql.mongodb.MongoUtils
 
monitor() - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
MonitoredQueuedThreadPool - Class in org.eclipse.jetty.util.thread
A QueuedThreadPool subclass that monitors its own activity by recording queue and task statistics.
MonitoredQueuedThreadPool() - Constructor for class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
 
MonitoredQueuedThreadPool(int) - Constructor for class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
 
MonitoredQueuedThreadPool(int, int, int, BlockingQueue<Runnable>) - Constructor for class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
 
MOST_SPECIFIC_MIME_ORDERING - Static variable in class org.eclipse.jetty.http.QuotedQualityCSV
Lambda to apply a most specific MIME encoding secondary ordering.
MountedPathResource - Class in org.eclipse.jetty.util.resource
Java NIO Path Resource with file system pooling.
MountedPathResourceFactory - Class in org.eclipse.jetty.util.resource
 
MountedPathResourceFactory() - Constructor for class org.eclipse.jetty.util.resource.MountedPathResourceFactory
 
mounts() - Method in class org.eclipse.jetty.util.resource.FileSystemPool
 
MOVE - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
MOVED_PERMANENTLY - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
MOVED_PERMANENTLY_301 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
MOVED_TEMPORARILY - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
MOVED_TEMPORARILY_302 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
MovedContextHandler - Class in org.eclipse.jetty.server.handler
A ContextHandler with a child Handler that redirects to a configurable URI.
MovedContextHandler() - Constructor for class org.eclipse.jetty.server.handler.MovedContextHandler
 
MULTI_STATUS - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
MULTI_STATUS_207 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
MultiException() - Constructor for class org.eclipse.jetty.util.ExceptionUtil.MultiException
 
MULTILINE_FIELD_VALUE - Enum constant in enum class org.eclipse.jetty.http.HttpCompliance.Violation
Since RFC 7230, the HTTP protocol no longer supports line folding, which allows a field value to be provided over several lines.
MultiMap<V> - Class in org.eclipse.jetty.util
A multi valued Map.
MultiMap() - Constructor for class org.eclipse.jetty.util.MultiMap
 
MultiMap(Map<String, List<V>>) - Constructor for class org.eclipse.jetty.util.MultiMap
 
MultiMap(MultiMap<V>) - Constructor for class org.eclipse.jetty.util.MultiMap
 
MultiPart - Class in org.eclipse.jetty.http
Namespace class for interrelated classes that provide support for parsing and generating multipart bytes.
MULTIPART_BYTERANGES - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
MULTIPART_FORM_DATA - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
MULTIPART_MIXED - Static variable in class org.eclipse.jetty.util.MultiPartOutputStream
 
MULTIPART_MIXED - Static variable in class org.eclipse.jetty.util.MultiPartWriter
 
MULTIPART_X_MIXED_REPLACE - Static variable in class org.eclipse.jetty.util.MultiPartOutputStream
 
MULTIPART_X_MIXED_REPLACE - Static variable in class org.eclipse.jetty.util.MultiPartWriter
 
MultiPart.AbstractContentSource - Class in org.eclipse.jetty.http
An asynchronous Content.Source where MultiPart.Parts can be added to it to form a multipart content.
MultiPart.AbstractPartsListener - Class in org.eclipse.jetty.http
MultiPart.ByteBufferPart - Class in org.eclipse.jetty.http
A MultiPart.Part that holds its content in memory, in one or more ByteBuffers.
MultiPart.ChunksPart - Class in org.eclipse.jetty.http
A MultiPart.Part that holds its content in one or more Content.Chunks.
MultiPart.ContentSourcePart - Class in org.eclipse.jetty.http
A MultiPart.Part whose content is a Content.Source.
MultiPart.Parser - Class in org.eclipse.jetty.http
A multipart/form-data parser that follows RFC 7578.
MultiPart.Parser.Listener - Interface in org.eclipse.jetty.http
A listener for events emitted by a MultiPart.Parser.
MultiPart.Part - Class in org.eclipse.jetty.http
A single part of a multipart content.
MultiPart.PathPart - Class in org.eclipse.jetty.http
A MultiPart.Part whose content is in a file.
MultiPartByteRanges - Class in org.eclipse.jetty.http
A CompletableFuture that is completed when a multipart/byteranges has been parsed asynchronously from a Content.Source.
MultiPartByteRanges.ContentSource - Class in org.eclipse.jetty.http
The multipart/byteranges specific content source.
MultiPartByteRanges.Parser - Class in org.eclipse.jetty.http
 
MultiPartByteRanges.Part - Class in org.eclipse.jetty.http
A MultiPart.Part whose content is a byte range of a file.
MultiPartByteRanges.Parts - Class in org.eclipse.jetty.http
An ordered list of MultiPart.Parts that can be accessed by index, or iterated over.
MultiPartByteRanges.PathContentSource - Class in org.eclipse.jetty.http
A specialized PathContentSource whose content is sliced by a byte range.
MultiPartFormData - Class in org.eclipse.jetty.http
A CompletableFuture that is completed when a multipart/form-data content has been parsed asynchronously from a Content.Source.
MultiPartFormData.ContentSource - Class in org.eclipse.jetty.http
The multipart/form-data specific content source.
MultiPartFormData.Parser - Class in org.eclipse.jetty.http
 
MultiPartFormData.Parts - Class in org.eclipse.jetty.http
An ordered list of MultiPart.Parts that can be accessed by index or by name, or iterated over.
MultiPartOutputStream - Class in org.eclipse.jetty.util
Handle a multipart MIME response.
MultiPartOutputStream(OutputStream) - Constructor for class org.eclipse.jetty.util.MultiPartOutputStream
 
MultiPartOutputStream(OutputStream, String) - Constructor for class org.eclipse.jetty.util.MultiPartOutputStream
 
MultiPartParser - Class in org.eclipse.jetty.server.internal
A parser for MultiPart content type.
MultiPartParser(MultiPartParser.Handler, String) - Constructor for class org.eclipse.jetty.server.internal.MultiPartParser
 
MultiPartParser.FieldState - Enum Class in org.eclipse.jetty.server.internal
 
MultiPartParser.Handler - Interface in org.eclipse.jetty.server.internal
 
MultiPartParser.State - Enum Class in org.eclipse.jetty.server.internal
 
MultiPartRequestContent - Class in org.eclipse.jetty.client
A Request.Content for form uploads with the "multipart/form-data" content type.
MultiPartRequestContent() - Constructor for class org.eclipse.jetty.client.MultiPartRequestContent
 
MultiPartRequestContent(String) - Constructor for class org.eclipse.jetty.client.MultiPartRequestContent
 
MultiPartWriter - Class in org.eclipse.jetty.util
Handle a multipart MIME response.
MultiPartWriter(Writer) - Constructor for class org.eclipse.jetty.util.MultiPartWriter
 
MULTIPLE_CHOICES - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
MULTIPLE_CHOICES_300 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
MULTIPLE_CONTENT_LENGTHS - Enum constant in enum class org.eclipse.jetty.http.HttpCompliance.Violation
Since RFC 7230, the HTTP protocol has required that a request is invalid if it contains multiple Content-Length fields or values.
MultiplexConnectionPool - Class in org.eclipse.jetty.client
 
MultiplexConnectionPool(Destination, int, int) - Constructor for class org.eclipse.jetty.client.MultiplexConnectionPool
 
MultiplexConnectionPool(Destination, Pool.Factory<Connection>, int) - Constructor for class org.eclipse.jetty.client.MultiplexConnectionPool
 
MultiReleaseJarFile - Class in org.eclipse.jetty.util
Utility class to handle a Multi Release Jar file
MultiReleaseJarFile(Path) - Constructor for class org.eclipse.jetty.util.MultiReleaseJarFile
Construct a multi release jar file for the current JVM version, ignoring directories.
mutable() - Method in class org.eclipse.jetty.util.Index.Builder
Configure the index to be mutable.
mutable() - Method in class org.eclipse.jetty.util.Index.Mutable.Builder
Configure the index to be mutable.
Mutable() - Constructor for class org.eclipse.jetty.http.MimeTypes.Mutable
 
Mutable(MimeTypes) - Constructor for class org.eclipse.jetty.http.MimeTypes.Mutable
 
MutableHttpFields() - Constructor for class org.eclipse.jetty.http.HttpFields.MutableHttpFields
Initialize an empty HttpFields.
MutableHttpFields(int) - Constructor for class org.eclipse.jetty.http.HttpFields.MutableHttpFields
Initialize an empty HttpFields.
MutableHttpFields(HttpFields) - Constructor for class org.eclipse.jetty.http.HttpFields.MutableHttpFields
Initialize HttpFields from another.
MutableHttpFields(HttpFields, EnumSet<HttpHeader>) - Constructor for class org.eclipse.jetty.http.HttpFields.MutableHttpFields
Initialize HttpFields from another and remove fields
MutableHttpFields(HttpFields, HttpField) - Constructor for class org.eclipse.jetty.http.HttpFields.MutableHttpFields
Initialize HttpFields from another and replace a field
mxBean - Variable in class org.eclipse.jetty.util.Uptime.DefaultImpl
 

N

name() - Element in annotation interface org.eclipse.jetty.util.annotation.ManagedAttribute
name to use for the attribute
name(String) - Method in class org.eclipse.jetty.security.Constraint.Builder
 
Name - Annotation Interface in org.eclipse.jetty.util.annotation
This annotation is used to describe variables in method signatures so that when rendered into tools like JConsole it is clear what the parameters are.
NAME - Static variable in class org.eclipse.jetty.client.ContinueProtocolHandler
 
NAME - Static variable in class org.eclipse.jetty.client.EarlyHintsProtocolHandler
 
NAME - Static variable in class org.eclipse.jetty.client.ProcessingProtocolHandler
 
NAME - Static variable in class org.eclipse.jetty.client.ProxyAuthenticationProtocolHandler
 
NAME - Static variable in class org.eclipse.jetty.client.RedirectProtocolHandler
 
NAME - Static variable in class org.eclipse.jetty.client.WWWAuthenticationProtocolHandler
 
NAME_VALUE_TOKENIZER - Static variable in class org.eclipse.jetty.http.HttpField
A constant QuotedStringTokenizer configured for quoting/tokenizing a single parameter as defined by RFC9110
named(String, Object) - Static method in interface org.eclipse.jetty.util.component.Dumpable
 
Named(String) - Constructor for class org.eclipse.jetty.util.component.Environment.Named
 
Named(String, ClassLoader) - Constructor for class org.eclipse.jetty.util.component.Environment.Named
 
NameEnumeration - Class in org.eclipse.jetty.jndi
NameEnumeration
NameEnumeration(Iterator<Binding>) - Constructor for class org.eclipse.jetty.jndi.NameEnumeration
 
NamingContext - Class in org.eclipse.jetty.jndi
NamingContext
NamingContext(Hashtable<String, Object>, String, NamingContext, NameParser) - Constructor for class org.eclipse.jetty.jndi.NamingContext
Constructor
NamingContext(Hashtable<String, Object>, String, NamingContext, NameParser, ConcurrentMap<String, Binding>) - Constructor for class org.eclipse.jetty.jndi.NamingContext
 
NamingContext.Listener - Interface in org.eclipse.jetty.jndi
Naming Context Listener.
NamingUtil - Class in org.eclipse.jetty.jndi
Naming Utility Methods
NamingUtil() - Constructor for class org.eclipse.jetty.jndi.NamingUtil
 
NanoTime - Class in org.eclipse.jetty.util
Utility class with methods that deal with System.nanoTime().
NaturalSort - Class in org.eclipse.jetty.start
Natural Language Sorting
NaturalSort() - Constructor for class org.eclipse.jetty.start.NaturalSort
 
NaturalSort.Paths - Class in org.eclipse.jetty.start
 
NaturalSort.Strings - Class in org.eclipse.jetty.start
 
NBitIntegerDecoder - Class in org.eclipse.jetty.http.compression
Used to decode integers as described in RFC7541.
NBitIntegerDecoder() - Constructor for class org.eclipse.jetty.http.compression.NBitIntegerDecoder
 
NBitIntegerEncoder - Class in org.eclipse.jetty.http.compression
Used to encode integers as described in RFC7541.
NBitStringDecoder - Class in org.eclipse.jetty.http.compression
Used to decode string literals as described in RFC7541.
NBitStringDecoder() - Constructor for class org.eclipse.jetty.http.compression.NBitStringDecoder
 
NBitStringEncoder - Class in org.eclipse.jetty.http.compression
 
NCSA_FORMAT - Static variable in class org.eclipse.jetty.server.CustomRequestLog
 
NEED_CHUNK - Enum constant in enum class org.eclipse.jetty.http.HttpGenerator.Result
 
NEED_CHUNK_TRAILER - Enum constant in enum class org.eclipse.jetty.http.HttpGenerator.Result
 
NEED_HEADER - Enum constant in enum class org.eclipse.jetty.http.HttpGenerator.Result
 
NEED_INFO - Enum constant in enum class org.eclipse.jetty.http.HttpGenerator.Result
 
NEED_MORE_BYTES - Enum constant in enum class org.eclipse.jetty.server.ConnectionFactory.Detecting.Detection
A ConnectionFactory.Detecting requires more bytes to make a decision.
needsFillInterest() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
needsFillInterest() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
needsFillInterest() - Method in class org.eclipse.jetty.io.FillInterest
Register the read interest Abstract method to be implemented by the Specific ReadInterest to schedule a future call to FillInterest.fillable() or FillInterest.onFail(Throwable)
needsFillInterest() - Method in class org.eclipse.jetty.io.SelectableChannelEndPoint
 
needsFillInterest() - Method in class org.eclipse.jetty.io.ssl.SslConnection.SslEndPoint
 
needsFillInterest() - Method in class org.eclipse.jetty.quic.common.QuicStreamEndPoint
 
needsQuoting(char) - Method in class org.eclipse.jetty.util.LegacyQuotedStringTokenizer
 
needsQuoting(char) - Method in interface org.eclipse.jetty.util.QuotedStringTokenizer
 
needsQuoting(char) - Method in class org.eclipse.jetty.util.RFC9110QuotedStringTokenizer
 
negotiate(QuicheConnection.TokenMinter, ByteBuffer, ByteBuffer) - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheBinding
 
negotiate(QuicheConnection.TokenMinter, ByteBuffer, ByteBuffer) - Static method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
Fully consumes the packetRead buffer.
negotiate(QuicheConnection.TokenMinter, ByteBuffer, ByteBuffer) - Method in interface org.eclipse.jetty.quic.quiche.QuicheBinding
 
negotiate(QuicheConnection.TokenMinter, ByteBuffer, ByteBuffer) - Static method in class org.eclipse.jetty.quic.quiche.QuicheConnection
Fully consumes the packetRead buffer.
NEGOTIATE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
NEGOTIATE_AUTH - Static variable in interface org.eclipse.jetty.security.Authenticator
 
NegotiatingClientConnection - Class in org.eclipse.jetty.io
 
NegotiatingClientConnection(EndPoint, Executor, SSLEngine, ClientConnectionFactory, Map<String, Object>) - Constructor for class org.eclipse.jetty.io.NegotiatingClientConnection
 
NegotiatingClientConnectionFactory - Class in org.eclipse.jetty.io
 
NegotiatingClientConnectionFactory(ClientConnectionFactory) - Constructor for class org.eclipse.jetty.io.NegotiatingClientConnectionFactory
 
NegotiatingServerConnection - Class in org.eclipse.jetty.server
 
NegotiatingServerConnection(Connector, EndPoint, SSLEngine, List<String>, String) - Constructor for class org.eclipse.jetty.server.NegotiatingServerConnection
 
NegotiatingServerConnection.CipherDiscriminator - Interface in org.eclipse.jetty.server
 
NegotiatingServerConnectionFactory - Class in org.eclipse.jetty.server
 
NegotiatingServerConnectionFactory(String, String...) - Constructor for class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
 
Nested(Callback) - Constructor for class org.eclipse.jetty.util.Callback.Nested
 
netinet_linux - Interface in org.eclipse.jetty.quic.quiche.jna.linux
 
netinet_linux.sockaddr_in - Class in org.eclipse.jetty.quic.quiche.jna.linux
 
netinet_linux.sockaddr_in6 - Class in org.eclipse.jetty.quic.quiche.jna.linux
 
netinet_macos - Interface in org.eclipse.jetty.quic.quiche.jna.macos
 
netinet_macos.sockaddr_in - Class in org.eclipse.jetty.quic.quiche.jna.macos
 
netinet_macos.sockaddr_in6 - Class in org.eclipse.jetty.quic.quiche.jna.macos
 
netinet_windows - Interface in org.eclipse.jetty.quic.quiche.jna.windows
 
netinet_windows.sockaddr_in - Class in org.eclipse.jetty.quic.quiche.jna.windows
 
netinet_windows.sockaddr_in6 - Class in org.eclipse.jetty.quic.quiche.jna.windows
 
NETWORK_AUTHENTICATION_REQUIRED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
NETWORK_AUTHENTICATION_REQUIRED_511 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
NetworkConnector - Interface in org.eclipse.jetty.server
A Connector for TCP/IP network connectors
networkFill(ByteBuffer) - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
networkFlush(ByteBuffer) - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
NetworkTrafficListener - Interface in org.eclipse.jetty.io
A listener for raw network traffic within Jetty.
NetworkTrafficServerConnector - Class in org.eclipse.jetty.server
A specialized version of ServerConnector that supports NetworkTrafficListeners.
NetworkTrafficServerConnector(Server) - Constructor for class org.eclipse.jetty.server.NetworkTrafficServerConnector
 
NetworkTrafficServerConnector(Server, Executor, Scheduler, ByteBufferPool, int, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.NetworkTrafficServerConnector
 
NetworkTrafficServerConnector(Server, ConnectionFactory) - Constructor for class org.eclipse.jetty.server.NetworkTrafficServerConnector
 
NetworkTrafficServerConnector(Server, ConnectionFactory, SslContextFactory.Server) - Constructor for class org.eclipse.jetty.server.NetworkTrafficServerConnector
 
NetworkTrafficServerConnector(Server, SslContextFactory.Server) - Constructor for class org.eclipse.jetty.server.NetworkTrafficServerConnector
 
NetworkTrafficSocketChannelEndPoint - Class in org.eclipse.jetty.io
A specialized version of SocketChannelEndPoint that supports NetworkTrafficListeners.
NetworkTrafficSocketChannelEndPoint(SocketChannel, ManagedSelector, SelectionKey, Scheduler, long, NetworkTrafficListener) - Constructor for class org.eclipse.jetty.io.NetworkTrafficSocketChannelEndPoint
 
NEVER_EVICT - Static variable in interface org.eclipse.jetty.session.SessionCache
 
NEVER_INDEX - Static variable in class org.eclipse.jetty.http3.qpack.QpackEncoder
 
newAuthentication() - Method in interface org.eclipse.jetty.client.Socks5.Authentication.Factory
 
newAuthentication() - Method in class org.eclipse.jetty.client.Socks5.NoAuthenticationFactory
 
newAuthentication() - Method in class org.eclipse.jetty.client.Socks5.UsernamePasswordAuthenticationFactory
 
newCachedContent(String, HttpContent) - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory
 
newCachedContent(String, HttpContent) - Method in class org.eclipse.jetty.http.content.ValidatingCachingHttpContentFactory
 
newChannelWithAddress(ClientConnector, SocketAddress, Map<String, Object>) - Method in class org.eclipse.jetty.io.ClientConnector.Configurator
Creates a new SocketChannel to connect to a SocketAddress derived from the input socket address.
newChannelWithAddress(ClientConnector, SocketAddress, Map<String, Object>) - Method in class org.eclipse.jetty.quic.client.QuicClientConnectorConfigurator
 
newClassPathResource(String) - Method in interface org.eclipse.jetty.util.resource.ResourceFactory
Find a classpath resource.
newClientConnectionFactory(ClientConnectionFactory) - Method in class org.eclipse.jetty.client.HttpProxy
 
newClientConnectionFactory(ClientConnectionFactory) - Method in class org.eclipse.jetty.client.ProxyConfiguration.Proxy
 
newClientConnectionFactory(ClientConnectionFactory) - Method in class org.eclipse.jetty.client.Socks4Proxy
 
newClientConnectionFactory(ClientConnectionFactory) - Method in class org.eclipse.jetty.client.Socks5Proxy
 
newCondition() - Method in class org.eclipse.jetty.util.thread.AutoLock
 
newConnectAddress(String, int) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
Creates the server address to connect to.
newConnection(SelectableChannel, EndPoint, Object) - Method in class org.eclipse.jetty.io.ClientConnector.ClientSelectorManager
 
newConnection(SelectableChannel, EndPoint, Object) - Method in class org.eclipse.jetty.io.SelectorManager
Factory method to create Connection.
newConnection(SelectableChannel, EndPoint, Object) - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ConnectManager
 
newConnection(SelectableChannel, EndPoint, Object) - Method in class org.eclipse.jetty.server.ServerConnector.ServerConnectorManager
 
newConnection(Destination, Session) - Method in class org.eclipse.jetty.http2.client.transport.HttpClientTransportOverHTTP2
 
newConnection(Destination, Session) - Method in class org.eclipse.jetty.http2.client.transport.internal.HTTPSessionListenerPromise
 
newConnection(Destination, HTTP3SessionClient) - Method in class org.eclipse.jetty.http3.client.transport.HttpClientTransportOverHTTP3
 
newConnection(Destination, HTTP3SessionClient) - Method in class org.eclipse.jetty.http3.client.transport.internal.SessionClientListener
 
newConnection(Destination, Promise<Connection>) - Method in class org.eclipse.jetty.client.HttpClient
 
newConnection(ClientConnector, SocketAddress, EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.io.ClientConnector.Configurator
 
newConnection(ClientConnector, SocketAddress, EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.quic.client.QuicClientConnectorConfigurator
 
newConnection(EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.alpn.client.ALPNClientConnectionFactory
 
newConnection(EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory
 
newConnection(EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.client.Socks4Proxy.Socks4ProxyClientConnectionFactory
 
newConnection(EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.client.transport.HttpClientConnectionFactory
 
newConnection(EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.client.transport.HttpClientTransportDynamic
 
newConnection(EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.client.transport.HttpClientTransportOverHTTP
 
newConnection(EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.fcgi.client.transport.HttpClientTransportOverFCGI
 
newConnection(EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.http2.client.HTTP2ClientConnectionFactory
 
newConnection(EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.http2.client.transport.ClientConnectionFactoryOverHTTP2
 
newConnection(EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.http2.client.transport.HttpClientTransportOverHTTP2
 
newConnection(EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.http3.client.HTTP3ClientConnectionFactory
 
newConnection(EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.http3.client.transport.ClientConnectionFactoryOverHTTP3
 
newConnection(EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.http3.client.transport.HttpClientTransportOverHTTP3
 
newConnection(EndPoint, Map<String, Object>) - Method in interface org.eclipse.jetty.io.ClientConnectionFactory
 
newConnection(EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.io.ClientConnector
 
newConnection(EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
 
newConnection(EndPoint, Destination, Promise<Connection>) - Method in class org.eclipse.jetty.fcgi.client.transport.HttpClientTransportOverFCGI
 
newConnection(QuicStreamEndPoint) - Method in class org.eclipse.jetty.quic.client.ClientQuicSession
 
newConnection(QuicStreamEndPoint) - Method in class org.eclipse.jetty.quic.common.QuicSession
 
newConnection(QuicStreamEndPoint) - Method in class org.eclipse.jetty.quic.server.ServerQuicSession
 
newConnection(Connector, EndPoint) - Method in class org.eclipse.jetty.fcgi.server.ServerFCGIConnectionFactory
 
newConnection(Connector, EndPoint) - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
 
newConnection(Connector, EndPoint) - Method in class org.eclipse.jetty.http3.server.AbstractHTTP3ServerConnectionFactory
 
newConnection(Connector, EndPoint) - Method in interface org.eclipse.jetty.server.ConnectionFactory
Creates a new Connection with the given parameters
newConnection(Connector, EndPoint) - Method in class org.eclipse.jetty.server.DetectorConnectionFactory
 
newConnection(Connector, EndPoint) - Method in class org.eclipse.jetty.server.HttpConnectionFactory
 
newConnection(Connector, EndPoint) - Method in class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
 
newConnection(Connector, EndPoint) - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
newConnection(Promise<Connection>) - Method in interface org.eclipse.jetty.client.Destination
Creates asynchronously a new, unpooled, Connection that will be returned at a later time through the given Promise.
newConnection(Promise<Connection>) - Method in class org.eclipse.jetty.client.transport.HttpDestination
 
newConnectionPool(Destination) - Method in interface org.eclipse.jetty.client.ConnectionPool.Factory
Creates a new ConnectionPool for the given destination.
newConnectionPool(HttpClient) - Method in class org.eclipse.jetty.client.transport.HttpDestination
 
newContentDecoder() - Method in class org.eclipse.jetty.client.ContentDecoder.Factory
Factory method for ContentDecoders
newContentDecoder() - Method in class org.eclipse.jetty.client.GZIPContentDecoder.Factory
 
newContentSource() - Method in class org.eclipse.jetty.http.MultiPart.ByteBufferPart
 
newContentSource() - Method in class org.eclipse.jetty.http.MultiPart.ChunksPart
 
newContentSource() - Method in class org.eclipse.jetty.http.MultiPart.ContentSourcePart
 
newContentSource() - Method in class org.eclipse.jetty.http.MultiPart.Part
Returns the content of this part as a new Content.Source
newContentSource() - Method in class org.eclipse.jetty.http.MultiPart.PathPart
 
newContentSource() - Method in class org.eclipse.jetty.http.MultiPartByteRanges.Part
 
newContext() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
newDelayedProcess(boolean, String, MimeTypes.Type, Handler, Request, Response, Callback) - Method in class org.eclipse.jetty.server.handler.DelayedHandler
 
newDestination(Origin) - Method in interface org.eclipse.jetty.client.HttpClientTransport
Creates a new, transport-specific, HttpDestination object.
newDestination(Origin) - Method in class org.eclipse.jetty.client.transport.HttpClientTransportDynamic
 
newDestination(Origin) - Method in class org.eclipse.jetty.client.transport.HttpClientTransportOverHTTP
 
newDestination(Origin) - Method in class org.eclipse.jetty.fcgi.client.transport.HttpClientTransportOverFCGI
 
newDestination(Origin) - Method in class org.eclipse.jetty.http2.client.transport.HttpClientTransportOverHTTP2
 
newDestination(Origin) - Method in class org.eclipse.jetty.http3.client.transport.HttpClientTransportOverHTTP3
 
newDownstreamConnection(EndPoint, ConcurrentMap<String, Object>) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
newEndPoint(SelectableChannel, ManagedSelector, SelectionKey) - Method in class org.eclipse.jetty.io.ClientConnector.ClientSelectorManager
 
newEndPoint(SelectableChannel, ManagedSelector, SelectionKey) - Method in class org.eclipse.jetty.io.ClientConnector
 
newEndPoint(SelectableChannel, ManagedSelector, SelectionKey) - Method in class org.eclipse.jetty.io.SelectorManager
Factory method to create EndPoint.
newEndPoint(SelectableChannel, ManagedSelector, SelectionKey) - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ConnectManager
 
newEndPoint(SelectableChannel, ManagedSelector, SelectionKey) - Method in class org.eclipse.jetty.server.ServerConnector.ServerConnectorManager
 
newEndPoint(SocketChannel, ManagedSelector, SelectionKey) - Method in class org.eclipse.jetty.server.NetworkTrafficServerConnector
 
newEndPoint(SocketChannel, ManagedSelector, SelectionKey) - Method in class org.eclipse.jetty.server.ServerConnector
 
newEndPoint(ClientConnector, SocketAddress, SelectableChannel, ManagedSelector, SelectionKey) - Method in class org.eclipse.jetty.io.ClientConnector.Configurator
 
newEndPoint(ClientConnector, SocketAddress, SelectableChannel, ManagedSelector, SelectionKey) - Method in class org.eclipse.jetty.quic.client.QuicClientConnectorConfigurator
 
newExchangeQueue(HttpClient) - Method in class org.eclipse.jetty.client.transport.HttpDestination
 
newFlowControlStrategy() - Method in interface org.eclipse.jetty.http2.FlowControlStrategy.Factory
 
newGoAwayFrame(boolean) - Method in class org.eclipse.jetty.http3.client.HTTP3SessionClient
 
newGoAwayFrame(boolean) - Method in class org.eclipse.jetty.http3.HTTP3Session
 
newGoAwayFrame(boolean) - Method in class org.eclipse.jetty.http3.server.internal.HTTP3SessionServer
 
newHandlers(List<Handler>) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
 
newHandlers(List<Handler>) - Method in class org.eclipse.jetty.server.Handler.Sequence
 
newHTTP3Stream(QuicStreamEndPoint, boolean) - Method in class org.eclipse.jetty.http3.client.HTTP3SessionClient
 
newHTTP3Stream(QuicStreamEndPoint, boolean) - Method in class org.eclipse.jetty.http3.HTTP3Session
 
newHTTP3Stream(QuicStreamEndPoint, boolean) - Method in class org.eclipse.jetty.http3.server.internal.HTTP3SessionServer
 
newHttpChannel() - Method in class org.eclipse.jetty.client.transport.internal.HttpConnectionOverHTTP
 
newHttpChannel() - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpConnectionOverHTTP2
 
newHttpChannel() - Method in class org.eclipse.jetty.http3.client.transport.internal.HttpConnectionOverHTTP3
 
newHttpChannel(Request) - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpConnectionOverFCGI
 
newHttpChannel(ConnectionMetaData) - Method in class org.eclipse.jetty.server.HttpChannel.DefaultFactory
 
newHttpChannel(ConnectionMetaData) - Method in interface org.eclipse.jetty.server.HttpChannel.Factory
 
newHttpChannel(Server, HttpConfiguration) - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
newHttpClient() - Method in class org.eclipse.jetty.proxy.ProxyHandler
Creates a new HttpClient instance, by default with a thread pool named proxy-client and with the dynamic transport configured only with HTTP/1.1.
newHttpContentFactory() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
newHttpGenerator() - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
newHttpParser(HttpCompliance) - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
newHttpReceiver() - Method in class org.eclipse.jetty.client.transport.internal.HttpChannelOverHTTP
 
newHttpSender() - Method in class org.eclipse.jetty.client.transport.internal.HttpChannelOverHTTP
 
newHttpStream(String, String, HttpVersion) - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
newHttpUpgrader(HttpVersion) - Method in interface org.eclipse.jetty.client.HttpUpgrader.Factory
 
newHttpURIFrom(Request, String) - Static method in interface org.eclipse.jetty.server.Request
Creates a new HttpURI from the given Request's HttpURI and the given path in context.
newInputStream() - Method in class org.eclipse.jetty.util.resource.MemoryResource
 
newInputStream() - Method in class org.eclipse.jetty.util.resource.Resource
Creates a new input stream to the resource.
newJarFileResource(URI) - Method in interface org.eclipse.jetty.util.resource.ResourceFactory
Construct a Resource from a file: based URI that is mountable (eg: a jar file)
newMaxMultiplexer(int) - Static method in class org.eclipse.jetty.client.MultiplexConnectionPool
Returns a function that computes the max multiplex value for a given Connection, if possible, otherwise returns the given defaultMaxMultiplex value.
newMemoryResource(URL) - Method in interface org.eclipse.jetty.util.resource.ResourceFactory
Load a URL into a memory resource.
newNamingContext(Object, ClassLoader, Hashtable, Name, Context) - Method in class org.eclipse.jetty.jndi.ContextFactory
Create a new NamingContext.
newNegotiatedConnection(EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.client.transport.HttpClientTransportDynamic
 
newNonce(Request) - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
newNotFoundContent(String) - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory
 
newNotFoundContent(String) - Method in class org.eclipse.jetty.http.content.ValidatingCachingHttpContentFactory
 
newOrigin(Request) - Method in interface org.eclipse.jetty.client.HttpClientTransport
Creates a new Origin with the given request.
newOrigin(Request) - Method in class org.eclipse.jetty.client.transport.HttpClientTransportDynamic
 
newOrigin(Request) - Method in class org.eclipse.jetty.client.transport.HttpClientTransportOverHTTP
 
newOrigin(Request) - Method in class org.eclipse.jetty.fcgi.client.transport.HttpClientTransportOverFCGI
 
newOrigin(Request) - Method in class org.eclipse.jetty.http2.client.transport.HttpClientTransportOverHTTP2
 
newOrigin(Request) - Method in class org.eclipse.jetty.http3.client.transport.HttpClientTransportOverHTTP3
 
newParser(CookieParser.Handler, CookieCompliance, ComplianceViolation.Listener) - Static method in interface org.eclipse.jetty.http.CookieParser
A factory method to create a new parser suitable for the compliance mode.
newPassword(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Creates a new Password object.
newPKIXBuilderParameters(KeyStore, Collection<? extends CRL>) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
newPool() - Method in interface org.eclipse.jetty.util.Pool.Factory
 
newPooled() - Method in class org.eclipse.jetty.util.compression.CompressionPool
 
newPooled() - Method in class org.eclipse.jetty.util.compression.DeflaterPool
 
newPooled() - Method in class org.eclipse.jetty.util.compression.InflaterPool
 
newProtocolSession(QuicSession, Map<String, Object>) - Method in class org.eclipse.jetty.http3.client.HTTP3ClientConnectionFactory
 
newProtocolSession(QuicSession, Map<String, Object>) - Method in class org.eclipse.jetty.http3.client.transport.ClientConnectionFactoryOverHTTP3.HTTP3
 
newProtocolSession(QuicSession, Map<String, Object>) - Method in class org.eclipse.jetty.http3.client.transport.HttpClientTransportOverHTTP3
 
newProtocolSession(QuicSession, Map<String, Object>) - Method in class org.eclipse.jetty.http3.server.AbstractHTTP3ServerConnectionFactory
 
newProtocolSession(QuicSession, Map<String, Object>) - Method in interface org.eclipse.jetty.quic.common.ProtocolSession.Factory
 
newProxyProtocolConnection(EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory
 
newProxyProtocolConnection(EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1
 
newProxyProtocolConnection(EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2
 
newProxyToServerRequest(Request, HttpURI) - Method in class org.eclipse.jetty.proxy.ProxyHandler
 
newProxyToServerRequestContent(Request, Response, Request) - Method in class org.eclipse.jetty.proxy.ProxyHandler
 
newRateControl(EndPoint) - Method in interface org.eclipse.jetty.http2.RateControl.Factory
 
newRateControl(EndPoint) - Method in class org.eclipse.jetty.http2.WindowRateControl.Factory
 
newReadableByteChannel() - Method in class org.eclipse.jetty.util.resource.MemoryResource
 
newReadableByteChannel() - Method in class org.eclipse.jetty.util.resource.Resource
Readable ByteChannel for the resource.
newRequest() - Static method in class org.eclipse.jetty.http.HttpTester
 
newRequest(String) - Method in class org.eclipse.jetty.client.HttpClient
Creates a new request with the specified absolute URI in string format.
newRequest(String, int) - Method in class org.eclipse.jetty.client.HttpClient
Creates a new request with the "http" scheme and the specified host and port
newRequest(URI) - Method in class org.eclipse.jetty.client.HttpClient
Creates a new request with the specified absolute URI.
newRequest(HeadersFrame, Stream.Client.Listener) - Method in interface org.eclipse.jetty.http3.api.Session.Client
Makes a request by creating a HTTP/3 stream and sending the given HEADERS frame.
newRequest(HeadersFrame, Stream.Client.Listener) - Method in class org.eclipse.jetty.http3.client.HTTP3SessionClient
 
newRequestHandler() - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
newResource(String) - Method in interface org.eclipse.jetty.util.resource.ResourceFactory
Construct a resource from a string.
newResource(URI) - Method in class org.eclipse.jetty.util.resource.MountedPathResourceFactory
 
newResource(URI) - Method in class org.eclipse.jetty.util.resource.PathResourceFactory
 
newResource(URI) - Method in interface org.eclipse.jetty.util.resource.ResourceFactory
Construct a resource from a uri.
newResource(URI) - Method in class org.eclipse.jetty.util.resource.URLResourceFactory
 
newResource(URL) - Method in interface org.eclipse.jetty.util.resource.ResourceFactory
Construct a Resource from a provided URL
newResource(Path) - Method in interface org.eclipse.jetty.util.resource.ResourceFactory
Construct a Resource from provided path
newResource(Path, URI) - Method in class org.eclipse.jetty.util.resource.MountedPathResource
 
newResource(Path, URI) - Method in class org.eclipse.jetty.util.resource.PathResource
Internal override for creating a new PathResource.
newResource(List<URI>) - Method in interface org.eclipse.jetty.util.resource.ResourceFactory
Construct a possible CombinedResource from a list of URIs
newResourceService() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
newRunAsToken(String) - Method in class org.eclipse.jetty.security.DefaultIdentityService
 
newRunAsToken(String) - Method in interface org.eclipse.jetty.security.IdentityService
Create a new RunAsToken from a runAsName (normally a role).
newSecureRequest(Request, SSLEngine) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 
newSelector() - Method in class org.eclipse.jetty.io.SelectorManager
 
newSelector(int) - Method in class org.eclipse.jetty.io.SelectorManager
Factory method for ManagedSelector.
newSelectorManager() - Method in class org.eclipse.jetty.io.ClientConnector
 
newSelectorManager() - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
newSelectorManager(Executor, Scheduler, int) - Method in class org.eclipse.jetty.server.ServerConnector
 
newServerConnection(Connector, EndPoint, SSLEngine, List<String>, String) - Method in class org.eclipse.jetty.alpn.server.ALPNServerConnectionFactory
 
newServerConnection(Connector, EndPoint, SSLEngine, List<String>, String) - Method in class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
 
newServerConnector(InetSocketAddress, int) - Method in class org.eclipse.jetty.http.spi.JettyHttpServer
 
newServerToProxyResponseListener(Request, Request, Response, Callback) - Method in class org.eclipse.jetty.proxy.ProxyHandler
 
newSession(String, long, long) - Method in class org.eclipse.jetty.session.AbstractSessionCache
 
newSession(String, long, long) - Method in interface org.eclipse.jetty.session.SessionCache
Create an entirely new Session.
newSession(Request, String, Consumer<ManagedSession>) - Method in class org.eclipse.jetty.session.AbstractSessionManager
Create a new Session, using the requested session id if possible.
newSession(Request, String, Consumer<ManagedSession>) - Method in interface org.eclipse.jetty.session.SessionManager
 
newSession(SessionData) - Method in class org.eclipse.jetty.session.AbstractSessionCache
Create a new Session object from pre-existing session data
newSession(SessionData) - Method in class org.eclipse.jetty.session.DefaultSessionCache
 
newSession(SessionData) - Method in class org.eclipse.jetty.session.NullSessionCache
 
newSession(SessionData) - Method in interface org.eclipse.jetty.session.SessionCache
Re-materialize a Session that has previously existed.
newSessionAPIWrapper(ManagedSession) - Method in class org.eclipse.jetty.session.SessionHandler
 
newSessionAPIWrapper(ManagedSession) - Method in interface org.eclipse.jetty.session.SessionManager
 
newSessionCache(SessionManager) - Method in class org.eclipse.jetty.session.AbstractSessionCacheFactory
 
newSessionCache(SessionManager) - Method in class org.eclipse.jetty.session.DefaultSessionCacheFactory
 
newSessionCache(SessionManager) - Method in class org.eclipse.jetty.session.NullSessionCacheFactory
 
newSessionData(String, long, long, long, long) - Method in class org.eclipse.jetty.nosql.NoSqlSessionDataStore
 
newSessionData(String, long, long, long, long) - Method in class org.eclipse.jetty.session.AbstractSessionDataStore
 
newSessionData(String, long, long, long, long) - Method in class org.eclipse.jetty.session.CachingSessionDataStore
 
newSessionData(String, long, long, long, long) - Method in class org.eclipse.jetty.session.NullSessionDataStore
 
newSessionData(String, long, long, long, long) - Method in interface org.eclipse.jetty.session.SessionDataStore
Create a new SessionData
newSessionId(long) - Method in class org.eclipse.jetty.session.DefaultSessionIdManager
 
newSessionId(Request, String, long) - Method in class org.eclipse.jetty.session.DefaultSessionIdManager
Create a new session id if necessary.
newSessionId(Request, String, long) - Method in interface org.eclipse.jetty.session.SessionIdManager
Create a new Session ID.
newSessionInactivityTimer(ManagedSession) - Method in class org.eclipse.jetty.session.AbstractSessionManager
Make a new timer for the session.
newSessionInactivityTimer(ManagedSession) - Method in interface org.eclipse.jetty.session.SessionManager
 
newSessionListener(Connector, EndPoint) - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
 
newSessionListener(Connector, EndPoint) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory
 
newSessionListener(Connector, EndPoint) - Method in class org.eclipse.jetty.http2.server.RawHTTP2ServerConnectionFactory
 
newSettings() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
 
newSniX509ExtendedKeyManager(X509ExtendedKeyManager) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
 
newSslClientConnectionFactory(SslContextFactory.Client, ClientConnectionFactory) - Method in class org.eclipse.jetty.client.HttpClient
 
newSslConnection(ByteBufferPool, Executor, EndPoint, SSLEngine) - Method in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
 
newSslConnection(Connector, EndPoint, SSLEngine) - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
newSslContextFactory() - Method in class org.eclipse.jetty.io.ClientConnector
 
newSslEndPoint() - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
newSslEngine(String, int, Map<String, Object>) - Method in interface org.eclipse.jetty.io.ssl.SslClientConnectionFactory.SslEngineFactory
Creates a new SSLEngine instance for the given peer host and port, and with the given context to help the creation of the SSLEngine.
newSSLEngine() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Factory method for "scratch" SSLEngines, usually only used for retrieving configuration information such as the application buffer size or the list of protocols/ciphers.
newSSLEngine(String, int) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
General purpose factory method for creating SSLEngines, although creation of SSLEngines on the server-side should prefer SslContextFactory.newSSLEngine(InetSocketAddress).
newSSLEngine(InetSocketAddress) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Server-side only factory method for creating SSLEngines.
newSslServerSocket(String, int, int) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
newSslSocket() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
newStream(int, MetaData.Request, boolean) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
newStream(HeadersFrame, Stream.Listener) - Method in interface org.eclipse.jetty.http2.api.Session
Sends the given HEADERS frame to create a new Stream.
newStream(HeadersFrame, Promise<Stream>, Stream.Listener) - Method in interface org.eclipse.jetty.http2.api.Session
Sends the given HEADERS frame to create a new Stream.
newStream(HeadersFrame, Promise<Stream>, Stream.Listener) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
newStream(HTTP2Stream.FrameList, Promise<Stream>, Stream.Listener) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
newStreamId(StreamType) - Method in class org.eclipse.jetty.quic.common.QuicSession
 
newSystemResource(String) - Method in interface org.eclipse.jetty.util.resource.ResourceFactory
Construct a system resource from a string.
newThread(Runnable) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
newThread(Runnable) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
newTrailersChunkProcessor(Response) - Static method in interface org.eclipse.jetty.server.Response
Returns a chunk processor suitable to be passed to the Content.copy(Content.Source, Content.Sink, Content.Chunk.Processor, Callback) method, that will handle Trailers chunks by adding their fields to the HttpFields supplied by Response.getTrailersSupplier().
newUpgradeStream(HeadersFrame, Stream.Listener, Consumer<Throwable>) - Method in class org.eclipse.jetty.http2.HTTP2Session
Creates a new stream allocating a stream id if the given HEADERS frame does not have one.
newUpstreamConnection(EndPoint, ConnectHandler.ConnectContext) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
newURI(String, String, int, String, String) - Static method in class org.eclipse.jetty.util.URIUtil
Create a new URI from the arguments, handling IPv6 host encoding and default ports
newURIBuilder(String, String, int) - Static method in class org.eclipse.jetty.util.URIUtil
Create a new URI StringBuilder from the arguments, handling IPv6 host encoding and default ports
newUserIdentity(Subject, Principal, String[]) - Method in class org.eclipse.jetty.security.DefaultIdentityService
 
newUserIdentity(Subject, Principal, String[]) - Method in interface org.eclipse.jetty.security.IdentityService
Create a new UserIdentity for use with this identity service.
next() - Method in class org.eclipse.jetty.jndi.BindingEnumeration
 
next() - Method in class org.eclipse.jetty.jndi.NameEnumeration
 
next(Content.Chunk) - Static method in interface org.eclipse.jetty.io.Content.Chunk
Returns the chunk that follows the given chunk.
nextElement() - Method in class org.eclipse.jetty.jndi.BindingEnumeration
 
nextElement() - Method in class org.eclipse.jetty.jndi.NameEnumeration
 
nextProtocol(Connector, EndPoint, ByteBuffer) - Method in class org.eclipse.jetty.server.DetectorConnectionFactory
Callback method called when detection was unsuccessful.
nextProtocol(Connector, EndPoint, ByteBuffer) - Method in class org.eclipse.jetty.server.OptionalSslConnectionFactory
Deprecated.
Callback method invoked when the detected bytes are not TLS.
nextTimeout() - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
 
nextTimeout() - Method in class org.eclipse.jetty.quic.quiche.QuicheConnection
 
nioSelect(Selector, boolean) - Method in class org.eclipse.jetty.io.ManagedSelector
 
NO_APPLICATION_PROTOCOL - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.tls_alert
 
NO_ARGS - Static variable in class org.eclipse.jetty.util.TypeUtil
 
NO_CACHE - Enum constant in enum class org.eclipse.jetty.http.HttpHeaderValue
 
NO_COLON_AFTER_FIELD_NAME - Enum constant in enum class org.eclipse.jetty.http.HttpCompliance.Violation
Prior to RFC 7230, the HTTP protocol allowed a header line of a single token with neither a colon nor value following, to be interpreted as a field name with no value.
NO_CONTENT - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
NO_CONTENT - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.EndOfContent
 
NO_CONTENT_204 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
NO_ERROR - Enum constant in enum class org.eclipse.jetty.http2.ErrorCode
Indicates no errors.
NO_ERROR - Enum constant in enum class org.eclipse.jetty.http3.HTTP3ErrorCode
 
NO_ERROR - Enum constant in enum class org.eclipse.jetty.quic.common.QuicErrorCode
 
NO_ERROR - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quic_error
 
NO_FOLLOW_LINKS - Static variable in class org.eclipse.jetty.server.AllowedResourceAliasChecker
 
NO_FRAME - Enum constant in enum class org.eclipse.jetty.http3.parser.BodyParser.Result
 
NO_FRAME - Enum constant in enum class org.eclipse.jetty.http3.parser.MessageParser.Result
Indicates that no frame was parsed, either for lack of bytes, or because or errors.
NO_RATE_CONTROL - Static variable in interface org.eclipse.jetty.http2.RateControl
 
NO_TRY - Static variable in interface org.eclipse.jetty.util.thread.TryExecutor
 
NO_VIABLE_PATH - Enum constant in enum class org.eclipse.jetty.quic.common.QuicErrorCode
 
NO_VIABLE_PATH - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quic_error
 
NoAuthenticationFactory() - Constructor for class org.eclipse.jetty.client.Socks5.NoAuthenticationFactory
 
noCompression() - Method in class org.eclipse.jetty.server.handler.gzip.GzipResponseAndCallback
 
noContent() - Method in class org.eclipse.jetty.fcgi.parser.ContentParser
Invoked by the Parser when the frame content length is zero.
noContent() - Method in class org.eclipse.jetty.fcgi.parser.ParamsContentParser
 
noContent() - Method in class org.eclipse.jetty.fcgi.parser.ResponseContentParser
 
noContent() - Method in class org.eclipse.jetty.fcgi.parser.StreamContentParser
 
Node - Class in org.eclipse.jetty.deploy.graph
Basic Graph Node
Node(String) - Constructor for class org.eclipse.jetty.deploy.graph.Node
 
nodes() - Method in class org.eclipse.jetty.deploy.graph.Route
 
NOIMPL - Static variable in class org.eclipse.jetty.util.Uptime
 
NON_AUTHORITATIVE_INFORMATION - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
NON_AUTHORITATIVE_INFORMATION_203 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
NON_BLOCKING - Enum constant in enum class org.eclipse.jetty.util.thread.Invocable.InvocationType
Invoking the Invocable does not block the invoker thread, and the invocation may be performed immediately in the invoker thread.
NON_DOMAIN_SNI_PROVIDER - Static variable in interface org.eclipse.jetty.util.ssl.SslContextFactory.Client.SniProvider
An SNI provider that, if the given serverNames list is empty, retrieves the host via SSLEngine.getPeerHost(), converts it to ASCII bytes, and sends it as SNI.
NonBlocking() - Constructor for class org.eclipse.jetty.server.Handler.Abstract.NonBlocking
 
NONE - Enum constant in enum class org.eclipse.jetty.http.HttpCookie.SameSite
The value None for the SameSite attribute
NONE - Static variable in class org.eclipse.jetty.http.CompressedContentFormat
 
NONE - Static variable in interface org.eclipse.jetty.http2.internal.Flags
 
nonNull(String) - Static method in class org.eclipse.jetty.util.StringUtil
Return a non null string.
NonPooling() - Constructor for class org.eclipse.jetty.io.ByteBufferPool.NonPooling
 
NonRetainableByteBuffer - Class in org.eclipse.jetty.io.internal
 
NonRetainableByteBuffer(ByteBuffer) - Constructor for class org.eclipse.jetty.io.internal.NonRetainableByteBuffer
 
noop() - Static method in interface org.eclipse.jetty.util.Promise
 
NoOp() - Constructor for class org.eclipse.jetty.security.Authenticator.NoOp
 
NOOP - Static variable in interface org.eclipse.jetty.util.Callback
Instance of Adapter that can be used when the callback methods need an empty implementation without incurring in the cost of allocating a new Adapter object.
NOOP - Static variable in interface org.eclipse.jetty.util.Promise
 
NOOP - Static variable in interface org.eclipse.jetty.util.thread.Invocable
 
NoOpGenerator - Class in org.eclipse.jetty.http2.generator
 
NoOpGenerator() - Constructor for class org.eclipse.jetty.http2.generator.NoOpGenerator
 
normalize() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
normalize(Object) - Method in class org.eclipse.jetty.util.resource.AttributeNormalizer
Normalize a URI, URL, or File reference by replacing known attributes with ${key} attributes.
normalize(String) - Static method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
If a servlet or filter path mapping isn't a suffix mapping, ensure it starts with '/'
normalizeCharset(String) - Static method in class org.eclipse.jetty.util.StringUtil
Convert alternate charset names (eg utf8) to normalized name (eg UTF-8).
normalizeCharset(String, int, int) - Static method in class org.eclipse.jetty.util.StringUtil
Convert alternate charset names (eg utf8) to normalized name (eg UTF-8).
normalizeHost(String) - Static method in class org.eclipse.jetty.util.HostPort
Normalizes IPv6 address as per RFC 2732 and RFC 6874, surrounding with square brackets if they are absent.
normalizeModuleName(String) - Static method in class org.eclipse.jetty.start.Module
 
normalizePath(String) - Static method in class org.eclipse.jetty.util.URIUtil
Normalize a URI path by factoring out all segments of . and ...
normalizePath(Path) - Method in class org.eclipse.jetty.util.resource.AttributeNormalizer
 
normalizePathQuery(String) - Static method in class org.eclipse.jetty.util.URIUtil
Normalize a URI path and query by factoring out all segments of '.' and '..' up until any query or fragment.
normalizePort(int) - Method in enum class org.eclipse.jetty.http.HttpScheme
 
normalizePort(String, int) - Static method in class org.eclipse.jetty.client.HttpClient
 
normalizePort(String, int) - Static method in enum class org.eclipse.jetty.http.HttpScheme
 
normalizeRequest(HttpRequest) - Method in class org.eclipse.jetty.client.transport.HttpConnection
 
normalizeRequest(HttpRequest) - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpConnectionOverHTTP2
 
normalizeUri(URI) - Method in class org.eclipse.jetty.util.resource.AttributeNormalizer
 
normalizeURI(String) - Static method in class org.eclipse.jetty.xml.XmlConfiguration
 
NoSqlSessionData(String, String, String, long, long, long, long) - Constructor for class org.eclipse.jetty.nosql.NoSqlSessionDataStore.NoSqlSessionData
 
NoSqlSessionDataStore - Class in org.eclipse.jetty.nosql
NoSqlSessionDataStore
NoSqlSessionDataStore() - Constructor for class org.eclipse.jetty.nosql.NoSqlSessionDataStore
 
NoSqlSessionDataStore.NoSqlSessionData - Class in org.eclipse.jetty.nosql
 
NOT_ACCEPTABLE - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
NOT_ACCEPTABLE_406 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
NOT_CLOSED - Enum constant in enum class org.eclipse.jetty.http2.CloseState
Fully open.
NOT_EXTENDED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
NOT_EXTENDED_510 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
NOT_FOUND - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
NOT_FOUND_404 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
NOT_IMPLEMENTED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
NOT_IMPLEMENTED_501 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
NOT_MODIFIED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
NOT_MODIFIED_304 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
NOT_RECOGNIZED - Enum constant in enum class org.eclipse.jetty.server.ConnectionFactory.Detecting.Detection
A ConnectionFactory.Detecting cannot work with the given bytes.
NotChecked() - Constructor for class org.eclipse.jetty.security.SecurityHandler.NotChecked
 
notComplete(SharedBlockingCallback.Blocker) - Method in class org.eclipse.jetty.util.SharedBlockingCallback
Deprecated.
 
NotFoundHttpContent(String) - Constructor for class org.eclipse.jetty.http.content.CachingHttpContentFactory.NotFoundHttpContent
 
notIdle() - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
notIdle() - Method in class org.eclipse.jetty.http3.HTTP3Stream
 
notIdle() - Method in class org.eclipse.jetty.io.IdleTimeout
This method should be called when non-idle activity has taken place.
notifyBegin() - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
notifyBegin(Request) - Method in class org.eclipse.jetty.client.internal.NotifyingRequestListeners
 
notifyBegin(Request.BeginListener, Request) - Static method in class org.eclipse.jetty.client.RequestListeners
 
notifyBegin(Response) - Method in class org.eclipse.jetty.client.transport.ResponseListeners
 
notifyClose(Session, GoAwayFrame, Callback) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
notifyCommit() - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
notifyCommit(Request) - Method in class org.eclipse.jetty.client.internal.NotifyingRequestListeners
 
notifyCommit(Request.CommitListener, Request) - Static method in class org.eclipse.jetty.client.RequestListeners
 
notifyComplete(Result) - Method in class org.eclipse.jetty.client.transport.ResponseListeners
 
notifyConnectionFailure(int, String) - Method in class org.eclipse.jetty.http2.parser.Parser
 
notifyConnectionFailure(int, String) - Method in class org.eclipse.jetty.http2.parser.PrefaceParser
 
notifyContent(ByteBuffer) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
notifyContent(Request.ContentListener, Request, ByteBuffer) - Static method in class org.eclipse.jetty.client.RequestListeners
 
notifyContent(Request, ByteBuffer) - Method in class org.eclipse.jetty.client.internal.NotifyingRequestListeners
 
notifyContentSource(Response, Content.Source) - Method in class org.eclipse.jetty.client.transport.ResponseListeners
 
notifyData(DataFrame) - Method in class org.eclipse.jetty.http2.parser.BodyParser
 
notifyDataAvailable() - Method in class org.eclipse.jetty.http3.client.HTTP3StreamClient
 
notifyDataAvailable() - Method in class org.eclipse.jetty.http3.HTTP3Stream
 
notifyDataAvailable() - Method in class org.eclipse.jetty.http3.server.internal.HTTP3StreamServer
 
notifyEnterScope(Request) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
notifyExitScope(Request) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
notifyFailure(long, Throwable) - Method in class org.eclipse.jetty.http3.client.HTTP3StreamClient
 
notifyFailure(long, Throwable) - Method in class org.eclipse.jetty.http3.HTTP3Stream
 
notifyFailure(long, Throwable) - Method in class org.eclipse.jetty.http3.server.internal.HTTP3StreamServer
 
notifyFailure(Throwable) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
notifyFailure(Request.FailureListener, Request, Throwable) - Static method in class org.eclipse.jetty.client.RequestListeners
 
notifyFailure(Request, Throwable) - Method in class org.eclipse.jetty.client.internal.NotifyingRequestListeners
 
notifyFailure(Response, Throwable) - Method in class org.eclipse.jetty.client.transport.ResponseListeners
 
notifyFailure(Session, Throwable, Callback) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
notifyGoAway(Session, GoAwayFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
notifyGoAway(GoAwayFrame) - Method in class org.eclipse.jetty.http2.parser.BodyParser
 
notifyGoAway(GoAwayFrame) - Method in class org.eclipse.jetty.http3.parser.BodyParser
 
notifyHeader(Response, HttpField) - Method in class org.eclipse.jetty.client.transport.ResponseListeners
 
notifyHeaders() - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
notifyHeaders(Request) - Method in class org.eclipse.jetty.client.internal.NotifyingRequestListeners
 
notifyHeaders(Request.HeadersListener, Request) - Static method in class org.eclipse.jetty.client.RequestListeners
 
notifyHeaders(Response) - Method in class org.eclipse.jetty.client.transport.ResponseListeners
 
notifyHeaders(Stream, HeadersFrame) - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
notifyHeaders(HeadersFrame) - Method in class org.eclipse.jetty.http2.parser.BodyParser
 
notifyHeaders(HeadersFrame, boolean) - Method in class org.eclipse.jetty.http3.parser.HeadersBodyParser
 
notifyIdleTimeout(TimeoutException, Promise<Boolean>) - Method in class org.eclipse.jetty.http3.client.HTTP3StreamClient
 
notifyIdleTimeout(TimeoutException, Promise<Boolean>) - Method in class org.eclipse.jetty.http3.HTTP3Stream
 
notifyIdleTimeout(TimeoutException, Promise<Boolean>) - Method in class org.eclipse.jetty.http3.server.internal.HTTP3StreamServer
 
notifyIdleTimeout(Session) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
notifyIncoming(ByteBuffer, int) - Method in class org.eclipse.jetty.io.NetworkTrafficSocketChannelEndPoint
 
NotifyingRequestListeners - Class in org.eclipse.jetty.client.internal
An extension of RequestListeners that can notify request events.
NotifyingRequestListeners() - Constructor for class org.eclipse.jetty.client.internal.NotifyingRequestListeners
 
notifyNewStream(Stream, HeadersFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
notifyOutgoing(ByteBuffer) - Method in class org.eclipse.jetty.io.NetworkTrafficSocketChannelEndPoint
 
notifyPing(Session, PingFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
notifyPing(PingFrame) - Method in class org.eclipse.jetty.http2.parser.BodyParser
 
notifyPriority(PriorityFrame) - Method in class org.eclipse.jetty.http2.parser.BodyParser
 
notifyPushPromise(PushPromiseFrame) - Method in class org.eclipse.jetty.http2.parser.BodyParser
 
notifyQueued() - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
notifyQueued(Request) - Method in class org.eclipse.jetty.client.internal.NotifyingRequestListeners
 
notifyQueued(Request.QueuedListener, Request) - Static method in class org.eclipse.jetty.client.RequestListeners
 
notifyReset(Session, ResetFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
notifyReset(ResetFrame) - Method in class org.eclipse.jetty.http2.parser.BodyParser
 
notifySessionFailure(long, String, Throwable) - Method in class org.eclipse.jetty.http3.InstructionStreamConnection
 
notifySessionFailure(long, String, Throwable) - Method in class org.eclipse.jetty.http3.parser.BodyParser
 
notifySettings(Session, SettingsFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
notifySettings(SettingsFrame) - Method in class org.eclipse.jetty.http2.parser.BodyParser
 
notifySettings(SettingsFrame) - Method in class org.eclipse.jetty.http3.parser.BodyParser
 
notifyStreamFailure(long, long, Throwable) - Method in class org.eclipse.jetty.http3.parser.BodyParser
 
notifySuccess() - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
notifySuccess(Request) - Method in class org.eclipse.jetty.client.internal.NotifyingRequestListeners
 
notifySuccess(Request.SuccessListener, Request) - Static method in class org.eclipse.jetty.client.RequestListeners
 
notifySuccess(Response) - Method in class org.eclipse.jetty.client.transport.ResponseListeners
 
notifyTrailer(HeadersFrame) - Method in class org.eclipse.jetty.http3.client.HTTP3StreamClient
 
notifyTrailer(HeadersFrame) - Method in class org.eclipse.jetty.http3.HTTP3Stream
 
notifyTrailer(HeadersFrame) - Method in class org.eclipse.jetty.http3.server.internal.HTTP3StreamServer
 
notifyWindowUpdate(WindowUpdateFrame) - Method in class org.eclipse.jetty.http2.parser.BodyParser
 
noTracker() - Static method in interface org.eclipse.jetty.util.LockedPool.Tracker
 
NoTryExecutor(Executor) - Constructor for class org.eclipse.jetty.util.thread.TryExecutor.NoTryExecutor
 
now() - Method in class org.eclipse.jetty.util.DateCache
 
now() - Static method in class org.eclipse.jetty.util.NanoTime
 
nudge() - Method in class org.eclipse.jetty.util.Scanner
Hint to the scanner to perform a scan cycle as soon as possible.
NULL - Static variable in interface org.eclipse.jetty.util.Attributes
 
NULL_CONTEXT_PATH - Static variable in class org.eclipse.jetty.session.JDBCSessionDataStore
Used for Oracle and other databases where "" is treated as NULL
NULL_VHOST - Static variable in class org.eclipse.jetty.session.SessionContext
 
NullSessionCache - Class in org.eclipse.jetty.session
Does not actually cache any Session objects.
NullSessionCache(SessionManager) - Constructor for class org.eclipse.jetty.session.NullSessionCache
 
NullSessionCacheFactory - Class in org.eclipse.jetty.session
NullSessionCacheFactory Factory for NullSessionCaches.
NullSessionCacheFactory() - Constructor for class org.eclipse.jetty.session.NullSessionCacheFactory
 
NullSessionDataStore - Class in org.eclipse.jetty.session
NullSessionDataStore Does not actually store anything, useful for testing.
NullSessionDataStore() - Constructor for class org.eclipse.jetty.session.NullSessionDataStore
 
NullSessionDataStoreFactory - Class in org.eclipse.jetty.session
NullSessionDataStoreFactory
NullSessionDataStoreFactory() - Constructor for class org.eclipse.jetty.session.NullSessionDataStoreFactory
 

O

obfuscate(String) - Static method in class org.eclipse.jetty.util.security.Password
 
ObjectCallback - Class in org.eclipse.jetty.security.jaas.callback
ObjectCallback
ObjectCallback() - Constructor for class org.eclipse.jetty.security.jaas.callback.ObjectCallback
 
ObjectMBean - Class in org.eclipse.jetty.jmx
A dynamic MBean that can wrap an arbitrary Object instance.
ObjectMBean(Object) - Constructor for class org.eclipse.jetty.jmx.ObjectMBean
Creates a new ObjectMBean wrapping the given managedObject.
OCTETS - Enum constant in enum class org.eclipse.jetty.server.internal.MultiPartParser.State
 
octetsNeeded(byte[]) - Static method in class org.eclipse.jetty.http.compression.HuffmanEncoder
 
octetsNeeded(int, long) - Static method in class org.eclipse.jetty.http.compression.NBitIntegerEncoder
 
octetsNeeded(int, String, boolean) - Static method in class org.eclipse.jetty.http.compression.NBitStringEncoder
 
octetsNeeded(String) - Static method in class org.eclipse.jetty.http.compression.HuffmanEncoder
 
octetsNeededLowerCase(String) - Static method in class org.eclipse.jetty.http.compression.HuffmanEncoder
 
of(Map.Entry<PathSpec, E>, MatchedPath) - Static method in class org.eclipse.jetty.http.pathmap.MatchedResource
 
of(Container) - Static method in interface org.eclipse.jetty.util.resource.ResourceFactory
A new ResourceFactory tied to a Jetty Component Container, to allow its allocated resources to be cleaned up during the normal component lifecycle behavior.
of(Resource) - Static method in interface org.eclipse.jetty.util.resource.ResourceFactory
A new ResourceFactory from a provided Resource, to base ResourceFactory.newResource(URI) and ResourceFactory.newResource(String) calls against.
offer(E) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
offer(E, long, TimeUnit) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
offer(Runnable) - Method in class org.eclipse.jetty.util.thread.SerializedInvoker
Arrange for a task to be invoked, mutually excluded from other tasks.
offer(Runnable...) - Method in class org.eclipse.jetty.util.thread.SerializedInvoker
Arrange for tasks to be invoked, mutually excluded from other tasks.
offer(Runnable, boolean) - Method in class org.eclipse.jetty.quic.common.ProtocolSession
 
offer(List<Instruction>) - Method in class org.eclipse.jetty.http3.InstructionFlusher
 
offer(Frame, Callback) - Method in class org.eclipse.jetty.http3.ControlFlusher
 
offer(QuicStreamEndPoint, Frame, Callback) - Method in class org.eclipse.jetty.http3.MessageFlusher
 
offer(Sweeper.Sweepable) - Method in class org.eclipse.jetty.util.thread.Sweeper
 
offerTask(Runnable, boolean) - Method in class org.eclipse.jetty.http2.HTTP2Connection
 
offerTask(Runnable, boolean) - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerConnection
 
OK - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
OK_200 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
onAccept(Session) - Method in interface org.eclipse.jetty.http2.api.server.ServerSessionListener
Callback method invoked when a connection has been accepted by the server.
onAccept(Session) - Method in interface org.eclipse.jetty.http3.api.Session.Server.Listener
Callback method invoked when a connection has been accepted by the server.
onAccepted(SelectableChannel) - Method in interface org.eclipse.jetty.io.SelectorManager.AcceptListener
Called after the accepted channel has been allocated an EndPoint and associated Connection, and after the onOpen notifications have been called on both endPoint and connection.
onAccepted(SelectableChannel) - Method in class org.eclipse.jetty.io.SelectorManager
 
onAccepted(SelectableChannel) - Method in class org.eclipse.jetty.server.ConnectionLimit
 
onAcceptFailed(SelectableChannel, Throwable) - Method in interface org.eclipse.jetty.io.SelectorManager.AcceptListener
Called if the processing of the accepted channel fails prior to calling SelectorManager.AcceptListener.onAccepted(SelectableChannel).
onAcceptFailed(SelectableChannel, Throwable) - Method in class org.eclipse.jetty.io.SelectorManager
 
onAcceptFailed(SelectableChannel, Throwable) - Method in class org.eclipse.jetty.server.ConnectionLimit
 
onAccepting(SelectableChannel) - Method in interface org.eclipse.jetty.io.SelectorManager.AcceptListener
Called immediately after a new SelectableChannel is accepted, but before it has been submitted to the SelectorManager.
onAccepting(SelectableChannel) - Method in class org.eclipse.jetty.io.SelectorManager
 
onAccepting(SelectableChannel) - Method in class org.eclipse.jetty.server.AcceptRateLimit
 
onAccepting(SelectableChannel) - Method in class org.eclipse.jetty.server.ConnectionLimit
 
onAddField(HttpField) - Method in class org.eclipse.jetty.http.HttpFields.Mutable.Wrapper
Called when a field is added (including as part of a put).
onAfterHandling(Request, boolean, Throwable) - Method in class org.eclipse.jetty.server.handler.EventsHandler
Invoked after application handling (i.e.
onAfterHandling(Request, boolean, Throwable) - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
onBeforeHandling(Request) - Method in class org.eclipse.jetty.server.handler.EventsHandler
Invoked just before calling the server handler tree (i.e.
onBeforeHandling(Request) - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
onBegin(int, int, String) - Method in interface org.eclipse.jetty.fcgi.parser.ClientParser.Listener
 
onBegin(Request) - Method in interface org.eclipse.jetty.client.Request.BeginListener
Callback method invoked when the request begins being processed in order to be sent.
onBegin(Request) - Method in interface org.eclipse.jetty.client.Request.Listener
 
onBegin(Response) - Method in interface org.eclipse.jetty.client.Response.BeginListener
Callback method invoked when the response line containing HTTP version, HTTP status code and reason has been received and parsed.
onBegin(Response) - Method in interface org.eclipse.jetty.client.Response.Listener
 
onBegin(Response) - Method in class org.eclipse.jetty.proxy.ProxyHandler.ProxyResponseListener
 
onClose() - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
onClose() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
onClose() - Method in class org.eclipse.jetty.io.FillInterest
 
onClose() - Method in class org.eclipse.jetty.io.IdleTimeout
 
onClose() - Method in class org.eclipse.jetty.io.WriteFlusher
 
onClose(long, String) - Method in class org.eclipse.jetty.http3.client.ClientHTTP3Session
 
onClose(long, String) - Method in class org.eclipse.jetty.http3.HTTP3Session
Called when the local peer receives a close initiated by the remote peer.
onClose(long, String) - Method in class org.eclipse.jetty.http3.server.internal.ServerHTTP3Session
 
onClose(long, String) - Method in class org.eclipse.jetty.quic.client.ClientProtocolSession
 
onClose(long, String) - Method in class org.eclipse.jetty.quic.common.ProtocolSession
 
onClose(long, String) - Method in class org.eclipse.jetty.quic.server.ServerProtocolSession
 
onClose(Throwable) - Method in class org.eclipse.jetty.http2.HTTP2Connection
 
onClose(Throwable) - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
 
onClose(Throwable) - Method in class org.eclipse.jetty.io.AbstractConnection
 
onClose(Throwable) - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
onClose(Throwable) - Method in interface org.eclipse.jetty.io.Connection
Callback method invoked when this connection is closed.
onClose(Throwable) - Method in interface org.eclipse.jetty.io.EndPoint
Callback method invoked when this EndPoint is closed.
onClose(Throwable) - Method in class org.eclipse.jetty.io.NetworkTrafficSocketChannelEndPoint
 
onClose(Throwable) - Method in class org.eclipse.jetty.io.SelectableChannelEndPoint
 
onClose(Throwable) - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
onClose(Throwable) - Method in class org.eclipse.jetty.quic.common.QuicConnection
 
onClose(Throwable) - Method in class org.eclipse.jetty.quic.common.QuicStreamEndPoint
 
onClose(Throwable) - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
onClose(Throwable) - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
 
onClose(Throwable) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
onClose(URI) - Method in interface org.eclipse.jetty.util.resource.FileSystemPool.Listener
FileSystem URI exists in the pool and reached no references and has been closed
onClose(URI) - Method in class org.eclipse.jetty.util.resource.FileSystemPool.StackLoggingListener
 
onClose(Connection, GoAwayFrame) - Method in class org.eclipse.jetty.http2.client.transport.HttpClientTransportOverHTTP2
 
onClose(Session, GoAwayFrame, Callback) - Method in interface org.eclipse.jetty.http2.api.Session.Listener
Callback method invoked when a GOAWAY frame caused the session to be closed.
onClose(Session, GoAwayFrame, Callback) - Method in class org.eclipse.jetty.http2.client.transport.internal.HTTPSessionListenerPromise
 
onClose(Session, GoAwayFrame, Callback) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory.HTTPServerSessionListener
 
onClose(HttpConnectionOverHTTP2, GoAwayFrame) - Method in class org.eclipse.jetty.http2.client.transport.internal.HTTPSessionListenerPromise
 
onClosed(Stream) - Method in interface org.eclipse.jetty.http2.api.Stream.Listener
Callback method invoked after the stream has been closed.
onClosed(Connection) - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer
 
onClosed(Connection) - Method in interface org.eclipse.jetty.io.Connection.Listener
 
onClosed(Connection) - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
onClosed(Connection) - Method in class org.eclipse.jetty.io.IncludeExcludeConnectionStatistics
 
onClosed(Connection) - Method in class org.eclipse.jetty.server.ConnectionLimit
 
onClosed(Connection) - Method in class org.eclipse.jetty.server.handler.DebugHandler
 
onClosed(Connection) - Method in class org.eclipse.jetty.server.SocketCustomizationListener
 
onClosed(QuicSession) - Method in interface org.eclipse.jetty.quic.common.QuicSession.Listener
Callback method invoked when a QuicSession is closed.
onClosed(QuicSession) - Method in class org.eclipse.jetty.quic.common.QuicSessionContainer
 
onCommit(Request) - Method in interface org.eclipse.jetty.client.Request.CommitListener
Callback method invoked when the request headers (and perhaps small content) have been sent.
onCommit(Request) - Method in interface org.eclipse.jetty.client.Request.Listener
 
onComplete() - Method in class org.eclipse.jetty.fcgi.server.internal.HttpStreamOverFCGI
 
onComplete() - Method in interface org.eclipse.jetty.http.MultiPart.Parser.Listener
Callback method invoked when the whole multipart content has been parsed.
onComplete() - Method in class org.eclipse.jetty.io.content.ContentSinkSubscriber
 
onComplete(Response.CompleteListener) - Method in interface org.eclipse.jetty.client.Request
 
onComplete(Response.CompleteListener) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
onComplete(Result) - Method in class org.eclipse.jetty.client.BufferingResponseListener
 
onComplete(Result) - Method in class org.eclipse.jetty.client.ContinueProtocolHandler.ContinueListener
 
onComplete(Result) - Method in class org.eclipse.jetty.client.FutureResponseListener
 
onComplete(Result) - Method in class org.eclipse.jetty.client.InputStreamResponseListener
 
onComplete(Result) - Method in class org.eclipse.jetty.client.RedirectProtocolHandler
 
onComplete(Result) - Method in interface org.eclipse.jetty.client.Response.CompleteListener
Callback method invoked when the request and the response have been processed, either successfully or not.
onComplete(Result) - Method in interface org.eclipse.jetty.client.Response.Listener
 
onComplete(Result) - Method in class org.eclipse.jetty.proxy.ProxyHandler.ProxyResponseListener
 
onComplete(Request, Throwable) - Method in class org.eclipse.jetty.server.handler.EventsHandler
Invoked when the request and response processing are complete, just before the request and response will be recycled (i.e.
onComplete(Request, Throwable) - Method in class org.eclipse.jetty.server.handler.LatencyRecordingHandler
 
onComplete(Request, Throwable) - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
onCompleteFailure(Throwable) - Method in class org.eclipse.jetty.http2.internal.HTTP2Flusher
 
onCompleteFailure(Throwable) - Method in class org.eclipse.jetty.http3.ControlFlusher
 
onCompleteFailure(Throwable) - Method in class org.eclipse.jetty.http3.InstructionFlusher
 
onCompleteFailure(Throwable) - Method in class org.eclipse.jetty.util.IteratingCallback
Invoked when the overall task has completed with a failure.
onCompleteFailure(Throwable) - Method in class org.eclipse.jetty.util.IteratingNestedCallback
 
onCompleteSuccess() - Method in class org.eclipse.jetty.http2.internal.HTTP2Flusher
 
onCompleteSuccess() - Method in class org.eclipse.jetty.util.IteratingCallback
Invoked when the overall task has completed successfully.
onCompleteSuccess() - Method in class org.eclipse.jetty.util.IteratingNestedCallback
 
onComplianceViolation(ComplianceViolation.Mode, ComplianceViolation, String) - Method in interface org.eclipse.jetty.http.ComplianceViolation.Listener
 
onComplianceViolation(ComplianceViolation.Mode, ComplianceViolation, String) - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
onComplianceViolation(ComplianceViolation.Mode, ComplianceViolation, String) - Method in class org.eclipse.jetty.server.internal.HttpConnection.RequestHandler
 
onConnect(Session.Client, Throwable) - Method in class org.eclipse.jetty.http3.client.transport.internal.SessionClientListener
 
onConnectFailure(Request, Response, Callback, Throwable) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
onConnectionClosed(Connection) - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
onConnectionFailure(int, String) - Method in class org.eclipse.jetty.http2.HTTP2Connection
 
onConnectionFailure(int, String) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
onConnectionFailure(int, String) - Method in interface org.eclipse.jetty.http2.parser.Parser.Listener
 
onConnectionFailure(int, String) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Wrapper
 
onConnectionOpened(Connection) - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
onConnectSuccess(ConnectHandler.ConnectContext, ConnectHandler.UpstreamConnection) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
onContent() - Method in class org.eclipse.jetty.server.handler.DelayedHandler.UntilContentDelayedProcess
 
onContent(int, FCGI.StreamType, ByteBuffer) - Method in interface org.eclipse.jetty.fcgi.parser.Parser.Listener
 
onContent(ByteBuffer) - Method in class org.eclipse.jetty.fcgi.parser.ResponseContentParser
 
onContent(ByteBuffer) - Method in class org.eclipse.jetty.fcgi.parser.StreamContentParser
 
onContent(Request, ByteBuffer) - Method in interface org.eclipse.jetty.client.Request.ContentListener
Callback method invoked when a chunk of request content has been sent successfully.
onContent(Request, ByteBuffer) - Method in interface org.eclipse.jetty.client.Request.Listener
 
onContent(Response, ByteBuffer) - Method in class org.eclipse.jetty.client.BufferingResponseListener
 
onContent(Response, ByteBuffer) - Method in interface org.eclipse.jetty.client.Response.ContentListener
Callback method invoked when the response content has been received, parsed and there is demand.
onContent(Response, ByteBuffer) - Method in interface org.eclipse.jetty.client.Response.Listener
 
onContent(Response, Content.Chunk, Runnable) - Method in class org.eclipse.jetty.client.InputStreamResponseListener
 
onContent(Response, Content.Chunk, Runnable) - Method in interface org.eclipse.jetty.client.Response.AsyncContentListener
 
onContent(Response, Content.Chunk, Runnable) - Method in interface org.eclipse.jetty.client.Response.ContentListener
 
onContent(Response, Content.Chunk, Runnable) - Method in class org.eclipse.jetty.proxy.ProxyHandler.ProxyResponseListener
 
onContent(Content.Chunk) - Method in class org.eclipse.jetty.fcgi.server.internal.HttpStreamOverFCGI
 
onContentAvailable() - Method in interface org.eclipse.jetty.server.HttpChannel
HttpStream invokes this method when more HTTP request content is available.
onContentAvailable() - Method in class org.eclipse.jetty.server.internal.HttpChannelState
 
onContentSource(Response, Content.Source) - Method in interface org.eclipse.jetty.client.Response.AsyncContentListener
 
onContentSource(Response, Content.Source) - Method in interface org.eclipse.jetty.client.Response.ContentSourceListener
Callback method invoked when all the response headers have been received and parsed.
onContinue(Request) - Method in class org.eclipse.jetty.client.ContinueProtocolHandler
 
onCreated(Connection) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
onData(long, DataFrame) - Method in class org.eclipse.jetty.http3.HTTP3Session
 
onData(long, DataFrame) - Method in interface org.eclipse.jetty.http3.parser.ParserListener
 
onData(long, DataFrame) - Method in class org.eclipse.jetty.http3.parser.ParserListener.Wrapper
 
onData(Stream.Data) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
onData(DataFrame) - Method in class org.eclipse.jetty.http2.HTTP2Connection
 
onData(DataFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
onData(DataFrame) - Method in interface org.eclipse.jetty.http2.parser.Parser.Listener
 
onData(DataFrame) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Wrapper
 
onData(Stream.Data) - Method in class org.eclipse.jetty.http3.HTTP3Stream
 
onData(DataFrame) - Method in class org.eclipse.jetty.http3.HTTP3Stream
 
onDataAvailable() - Method in class org.eclipse.jetty.http2.client.transport.internal.ClientHTTP2StreamEndPoint
 
onDataAvailable() - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpReceiverOverHTTP2
 
onDataAvailable() - Method in interface org.eclipse.jetty.http2.HTTP2Channel.Client
 
onDataAvailable() - Method in interface org.eclipse.jetty.http2.HTTP2Channel.Server
 
onDataAvailable() - Method in class org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2
 
onDataAvailable() - Method in class org.eclipse.jetty.http2.server.internal.ServerHTTP2StreamEndPoint
 
onDataAvailable() - Method in class org.eclipse.jetty.http3.server.internal.HttpStreamOverHTTP3
 
onDataAvailable(Stream) - Method in interface org.eclipse.jetty.http2.api.Stream.Listener
Callback method invoked if the application has expressed demand for DATA frames, and if there may be content available.
onDataAvailable(Stream) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory.HTTPServerSessionListener
 
onDataAvailable(Stream) - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerConnection
 
onDataAvailable(Stream.Client) - Method in interface org.eclipse.jetty.http3.api.Stream.Client.Listener
Callback method invoked if the application has expressed demand for content, and if there may be content available.
onDataAvailable(Stream.Client) - Method in class org.eclipse.jetty.http3.client.transport.internal.HttpReceiverOverHTTP3
 
onDataAvailable(Stream.Server) - Method in interface org.eclipse.jetty.http3.api.Stream.Server.Listener
Callback method invoked if the application has expressed demand for content, and if there may be content available.
onDataAvailable(HTTP3Stream) - Method in class org.eclipse.jetty.http3.server.internal.ServerHTTP3StreamConnection
 
onDataConsumed(Session, Stream, int) - Method in class org.eclipse.jetty.http2.BufferingFlowControlStrategy
 
onDataConsumed(Session, Stream, int) - Method in interface org.eclipse.jetty.http2.FlowControlStrategy
 
onDataConsumed(Session, Stream, int) - Method in class org.eclipse.jetty.http2.SimpleFlowControlStrategy
 
onDataReceived(Session, Stream, int) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
 
onDataReceived(Session, Stream, int) - Method in interface org.eclipse.jetty.http2.FlowControlStrategy
 
onDataSending(Stream, int) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
 
onDataSending(Stream, int) - Method in interface org.eclipse.jetty.http2.FlowControlStrategy
 
onDataSent(Stream, int) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
 
onDataSent(Stream, int) - Method in interface org.eclipse.jetty.http2.FlowControlStrategy
 
onDecrement(URI) - Method in interface org.eclipse.jetty.util.resource.FileSystemPool.Listener
FileSystem URI exists in the pool and its reference count is decremented
onDecrement(URI) - Method in class org.eclipse.jetty.util.resource.FileSystemPool.StackLoggingListener
 
onDisconnect(Session, long, String) - Method in interface org.eclipse.jetty.http3.api.Session.Listener
Callback method invoked when the underlying transport has been disconnected.
onDisconnect(Session, long, String) - Method in class org.eclipse.jetty.http3.client.transport.internal.SessionClientListener
 
onDuplicate(int) - Method in interface org.eclipse.jetty.http3.qpack.internal.parser.DecoderInstructionParser.Handler
 
onEarlyHints(Request, HttpFields) - Method in class org.eclipse.jetty.client.EarlyHintsProtocolHandler
 
onEnd(int) - Method in interface org.eclipse.jetty.fcgi.parser.Parser.Listener
 
onEndPointClosed(EndPoint) - Method in class org.eclipse.jetty.server.AbstractConnector
 
onEndPointOpened(EndPoint) - Method in class org.eclipse.jetty.server.AbstractConnector
 
onError(Runnable, Throwable) - Method in class org.eclipse.jetty.util.thread.SerializedExecutor
 
onError(Runnable, Throwable) - Method in class org.eclipse.jetty.util.thread.SerializedInvoker
 
onError(Throwable) - Method in class org.eclipse.jetty.io.content.ContentSinkSubscriber
 
onError(HttpField, Throwable) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
onEvent(Object) - Method in interface org.eclipse.jetty.http2.RateControl
Applications should call this method when they want to signal an event that is subject to rate control.
onEvent(Object) - Method in class org.eclipse.jetty.http2.WindowRateControl
 
onExpired(T) - Method in class org.eclipse.jetty.io.CyclicTimeouts
Invoked during the iteration when the given entity is expired.
onFail(Throwable) - Method in class org.eclipse.jetty.io.FillInterest
Call to signal a failure to a registered interest
onFail(Throwable) - Method in class org.eclipse.jetty.io.WriteFlusher
Notify the flusher of a failure
onFailure(int, Throwable) - Method in interface org.eclipse.jetty.fcgi.parser.Parser.Listener
 
onFailure(long, String, Throwable) - Method in class org.eclipse.jetty.http3.client.ClientHTTP3Session
 
onFailure(long, String, Throwable) - Method in class org.eclipse.jetty.http3.server.internal.ServerHTTP3Session
 
onFailure(long, String, Throwable) - Method in class org.eclipse.jetty.quic.client.ClientProtocolSession
 
onFailure(long, String, Throwable) - Method in class org.eclipse.jetty.quic.common.ProtocolSession
 
onFailure(long, String, Throwable) - Method in class org.eclipse.jetty.quic.server.ServerProtocolSession
 
onFailure(long, Throwable) - Method in class org.eclipse.jetty.http3.HTTP3Stream
 
onFailure(Throwable) - Method in interface org.eclipse.jetty.http.MultiPart.Parser.Listener
Callback method invoked when the parser cannot parse the multipart content.
onFailure(Throwable) - Method in class org.eclipse.jetty.http3.server.internal.HttpStreamOverHTTP3
 
onFailure(Throwable) - Method in class org.eclipse.jetty.quic.client.ClientQuicConnection
 
onFailure(Throwable) - Method in class org.eclipse.jetty.quic.common.QuicConnection
 
onFailure(Throwable) - Method in class org.eclipse.jetty.quic.common.QuicSession
 
onFailure(Throwable) - Method in interface org.eclipse.jetty.server.HttpChannel
Notifies this HttpChannel that an asynchronous failure happened.
onFailure(Throwable) - Method in class org.eclipse.jetty.server.internal.HttpChannelState
 
onFailure(Throwable, Callback) - Method in class org.eclipse.jetty.http2.client.transport.internal.ClientHTTP2StreamEndPoint
 
onFailure(Throwable, Callback) - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpReceiverOverHTTP2
 
onFailure(Throwable, Callback) - Method in interface org.eclipse.jetty.http2.HTTP2Channel.Client
 
onFailure(Throwable, Callback) - Method in interface org.eclipse.jetty.http2.HTTP2Channel.Server
 
onFailure(Throwable, Callback) - Method in class org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2
 
onFailure(Throwable, Callback) - Method in class org.eclipse.jetty.http2.server.internal.ServerHTTP2StreamEndPoint
 
onFailure(Request, Throwable) - Method in interface org.eclipse.jetty.client.Request.FailureListener
Callback method invoked when the request has failed to be sent
onFailure(Request, Throwable) - Method in interface org.eclipse.jetty.client.Request.Listener
 
onFailure(Response, Throwable) - Method in class org.eclipse.jetty.client.ContinueProtocolHandler.ContinueListener
 
onFailure(Response, Throwable) - Method in class org.eclipse.jetty.client.InputStreamResponseListener
 
onFailure(Response, Throwable) - Method in interface org.eclipse.jetty.client.Response.FailureListener
Callback method invoked when the response has failed in the process of being received
onFailure(Response, Throwable) - Method in interface org.eclipse.jetty.client.Response.Listener
 
onFailure(Session, Throwable, Callback) - Method in interface org.eclipse.jetty.http2.api.Session.Listener
Callback method invoked when a failure has been detected for this session.
onFailure(Session, Throwable, Callback) - Method in class org.eclipse.jetty.http2.client.transport.internal.HTTPSessionListenerPromise
 
onFailure(Session, Throwable, Callback) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory.HTTPServerSessionListener
 
onFailure(Stream, int, String, Throwable, Callback) - Method in interface org.eclipse.jetty.http2.api.Stream.Listener
Callback method invoked when the stream failed.
onFailure(Stream, int, String, Throwable, Callback) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory.HTTPServerSessionListener
 
onFailure(Session, long, String, Throwable) - Method in interface org.eclipse.jetty.http3.api.Session.Listener
Callback method invoked when a failure has been detected for this session.
onFailure(Session, long, String, Throwable) - Method in class org.eclipse.jetty.http3.client.transport.internal.SessionClientListener
 
onFailure(Stream.Client, long, Throwable) - Method in interface org.eclipse.jetty.http3.api.Stream.Client.Listener
Callback method invoked when a stream failure occurred.
onFailure(Stream.Client, long, Throwable) - Method in class org.eclipse.jetty.http3.client.transport.internal.HttpReceiverOverHTTP3
 
onFailure(Stream.Server, long, Throwable) - Method in interface org.eclipse.jetty.http3.api.Stream.Server.Listener
Callback method invoked when a stream failure occurred.
onFailure(HTTP3Stream, Throwable) - Method in class org.eclipse.jetty.http3.server.internal.ServerHTTP3StreamConnection
 
onFillable() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.ProxyProtocolConnection
 
onFillable() - Method in class org.eclipse.jetty.client.transport.internal.HttpConnectionOverHTTP
 
onFillable() - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpConnectionOverFCGI
 
onFillable() - Method in class org.eclipse.jetty.fcgi.server.internal.ServerFCGIConnection
 
onFillable() - Method in class org.eclipse.jetty.http2.HTTP2Connection
 
onFillable() - Method in class org.eclipse.jetty.http3.HTTP3StreamConnection
 
onFillable() - Method in class org.eclipse.jetty.http3.InstructionStreamConnection
 
onFillable() - Method in class org.eclipse.jetty.http3.internal.ControlStreamConnection
 
onFillable() - Method in class org.eclipse.jetty.http3.UnidirectionalStreamConnection
 
onFillable() - Method in class org.eclipse.jetty.io.AbstractConnection
Callback method invoked when the endpoint is ready to be read.
onFillable() - Method in class org.eclipse.jetty.io.NegotiatingClientConnection
 
onFillable() - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
onFillable() - Method in class org.eclipse.jetty.io.ssl.SslConnection.SslEndPoint
 
onFillable() - Method in class org.eclipse.jetty.quic.client.ClientQuicConnection
 
onFillable() - Method in class org.eclipse.jetty.quic.common.QuicConnection
 
onFillable() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.DownstreamConnection
 
onFillable() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.UpstreamConnection
 
onFillable() - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
onFillable() - Method in class org.eclipse.jetty.server.NegotiatingServerConnection
 
onFillableFail(Throwable) - Method in class org.eclipse.jetty.io.ssl.SslConnection.SslEndPoint
 
onFillInterestedFailed(Throwable) - Method in class org.eclipse.jetty.io.AbstractConnection
Callback method invoked when the endpoint failed to be ready to be read.
onFillInterestedFailed(Throwable) - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
onFillInterestedFailed(Throwable) - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
onFlushed(long) - Method in class org.eclipse.jetty.http2.HTTP2Connection
 
onFlushed(long) - Method in class org.eclipse.jetty.http2.HTTP2Session.Entry
 
onFlushed(long) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
onFlushed(long) - Method in class org.eclipse.jetty.http2.internal.HTTP2Flusher
 
onFlushed(long) - Method in interface org.eclipse.jetty.io.WriteFlusher.Listener
Invoked when a WriteFlusher flushed bytes in a non-blocking way, as part of a - possibly larger - write.
onFlushed(long) - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
onFrame(Frame) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
onFrame(Frame) - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerSession
 
onGoAway(Session, GoAwayFrame) - Method in interface org.eclipse.jetty.http2.api.Session.Listener
Callback method invoked when a GOAWAY frame has been received.
onGoAway(Session, GoAwayFrame) - Method in class org.eclipse.jetty.http2.client.transport.internal.HTTPSessionListenerPromise
 
onGoAway(GoAwayFrame) - Method in class org.eclipse.jetty.http2.HTTP2Connection
 
onGoAway(GoAwayFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
This method is called when receiving a GO_AWAY from the other peer.
onGoAway(GoAwayFrame) - Method in interface org.eclipse.jetty.http2.parser.Parser.Listener
 
onGoAway(GoAwayFrame) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Wrapper
 
onGoAway(Session, GoAwayFrame) - Method in interface org.eclipse.jetty.http3.api.Session.Listener
Callback method invoked when a GOAWAY frame has been received.
onGoAway(GoAwayFrame) - Method in class org.eclipse.jetty.http3.HTTP3Session
 
onGoAway(GoAwayFrame) - Method in interface org.eclipse.jetty.http3.parser.ParserListener
 
onHeader(int, HttpField) - Method in interface org.eclipse.jetty.fcgi.parser.Parser.Listener
 
onHeader(Response, HttpField) - Method in class org.eclipse.jetty.client.RedirectProtocolHandler
 
onHeader(Response, HttpField) - Method in interface org.eclipse.jetty.client.Response.HeaderListener
Callback method invoked when a response header has been received and parsed, returning whether the header should be processed or not.
onHeader(Response, HttpField) - Method in interface org.eclipse.jetty.client.Response.Listener
 
onHeader(HttpField) - Method in class org.eclipse.jetty.fcgi.server.internal.HttpStreamOverFCGI
 
onHeaders() - Method in class org.eclipse.jetty.fcgi.server.internal.HttpStreamOverFCGI
 
onHeaders(int) - Method in interface org.eclipse.jetty.fcgi.parser.Parser.Listener
 
onHeaders(long, HeadersFrame, boolean) - Method in class org.eclipse.jetty.http3.client.HTTP3SessionClient
 
onHeaders(long, HeadersFrame, boolean) - Method in class org.eclipse.jetty.http3.HTTP3Session
 
onHeaders(long, HeadersFrame, boolean) - Method in interface org.eclipse.jetty.http3.parser.ParserListener
 
onHeaders(long, HeadersFrame, boolean) - Method in class org.eclipse.jetty.http3.parser.ParserListener.Wrapper
 
onHeaders(long, HeadersFrame, boolean) - Method in class org.eclipse.jetty.http3.server.internal.HTTP3SessionServer
 
onHeaders(Request) - Method in interface org.eclipse.jetty.client.Request.HeadersListener
Callback method invoked when the request headers (and perhaps small content) are ready to be sent.
onHeaders(Request) - Method in interface org.eclipse.jetty.client.Request.Listener
 
onHeaders(Response) - Method in class org.eclipse.jetty.client.BufferingResponseListener
 
onHeaders(Response) - Method in class org.eclipse.jetty.client.InputStreamResponseListener
 
onHeaders(Response) - Method in interface org.eclipse.jetty.client.Response.HeadersListener
Callback method invoked when all the response headers have been received and parsed.
onHeaders(Response) - Method in interface org.eclipse.jetty.client.Response.Listener
 
onHeaders(Response) - Method in class org.eclipse.jetty.proxy.ProxyHandler.ProxyResponseListener
 
onHeaders(Stream, HeadersFrame) - Method in interface org.eclipse.jetty.http2.api.Stream.Listener
Callback method invoked when a HEADERS frame representing the HTTP response has been received.
onHeaders(Stream, HeadersFrame) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory.HTTPServerSessionListener
 
onHeaders(HeadersFrame) - Method in class org.eclipse.jetty.http2.client.internal.HTTP2ClientSession
 
onHeaders(HeadersFrame) - Method in class org.eclipse.jetty.http2.HTTP2Connection
 
onHeaders(HeadersFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
onHeaders(HeadersFrame) - Method in interface org.eclipse.jetty.http2.parser.Parser.Listener
 
onHeaders(HeadersFrame) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Wrapper
 
onHeaders(HeadersFrame) - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerSession
 
onHeaders(HeadersFrame) - Method in class org.eclipse.jetty.http3.HTTP3Stream
 
onIdChanged() - Method in class org.eclipse.jetty.session.ManagedSession
 
onIdleExpired(TimeoutException) - Method in class org.eclipse.jetty.client.transport.internal.HttpConnectionOverHTTP
 
onIdleExpired(TimeoutException) - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpConnectionOverFCGI
 
onIdleExpired(TimeoutException) - Method in class org.eclipse.jetty.fcgi.server.internal.ServerFCGIConnection
 
onIdleExpired(TimeoutException) - Method in class org.eclipse.jetty.http2.HTTP2Connection
 
onIdleExpired(TimeoutException) - Method in class org.eclipse.jetty.io.AbstractConnection
 
onIdleExpired(TimeoutException) - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
onIdleExpired(TimeoutException) - Method in interface org.eclipse.jetty.io.Connection
Callback method invoked upon an idle timeout event.
onIdleExpired(TimeoutException) - Method in class org.eclipse.jetty.io.IdleTimeout
This abstract method is called when the idle timeout has expired.
onIdleExpired(TimeoutException) - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
onIdleExpired(TimeoutException) - Method in class org.eclipse.jetty.quic.client.ClientQuicConnection
 
onIdleExpired(TimeoutException) - Method in class org.eclipse.jetty.quic.common.QuicConnection
 
onIdleExpired(TimeoutException) - Method in class org.eclipse.jetty.quic.server.ServerQuicConnection
 
onIdleExpired(TimeoutException) - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
onIdleTimeout() - Method in class org.eclipse.jetty.http2.HTTP2Session
This method is invoked when the idle timeout expires.
onIdleTimeout() - Method in class org.eclipse.jetty.http3.client.ClientHTTP3Session
 
onIdleTimeout() - Method in class org.eclipse.jetty.http3.HTTP3Session
 
onIdleTimeout() - Method in class org.eclipse.jetty.http3.server.internal.ServerHTTP3Session
 
onIdleTimeout() - Method in class org.eclipse.jetty.quic.common.ProtocolSession
 
onIdleTimeout() - Method in class org.eclipse.jetty.quic.common.QuicSession
 
onIdleTimeout() - Method in class org.eclipse.jetty.quic.server.ServerQuicSession
 
onIdleTimeout(long) - Method in class org.eclipse.jetty.client.transport.internal.HttpConnectionOverHTTP
 
onIdleTimeout(long, Throwable) - Method in class org.eclipse.jetty.client.transport.HttpConnection
 
onIdleTimeout(long, Throwable) - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpConnectionOverHTTP2
 
onIdleTimeout(long, Throwable) - Method in class org.eclipse.jetty.http3.client.transport.internal.HttpConnectionOverHTTP3
 
onIdleTimeout(TimeoutException) - Method in class org.eclipse.jetty.fcgi.server.internal.HttpStreamOverFCGI
 
onIdleTimeout(TimeoutException) - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
onIdleTimeout(TimeoutException) - Method in interface org.eclipse.jetty.server.HttpChannel
Notifies this HttpChannel that an idle timeout happened.
onIdleTimeout(TimeoutException) - Method in class org.eclipse.jetty.server.internal.HttpChannelState
 
onIdleTimeout(TimeoutException, BiConsumer<Runnable, Boolean>) - Method in class org.eclipse.jetty.http3.server.internal.HttpStreamOverHTTP3
 
onIdleTimeout(Session) - Method in interface org.eclipse.jetty.http2.api.Session.Listener
Callback method invoked when the idle timeout expired.
onIdleTimeout(Session) - Method in class org.eclipse.jetty.http2.client.transport.internal.HTTPSessionListenerPromise
 
onIdleTimeout(Session) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory.HTTPServerSessionListener
 
onIdleTimeout(Stream, TimeoutException, Promise<Boolean>) - Method in interface org.eclipse.jetty.http2.api.Stream.Listener
Callback method invoked when the stream exceeds its idle timeout.
onIdleTimeout(Stream, TimeoutException, Promise<Boolean>) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory.HTTPServerSessionListener
 
onIdleTimeout(Session) - Method in interface org.eclipse.jetty.http3.api.Session.Listener
Callback method invoked when the idle timeout has expired.
onIdleTimeout(Session) - Method in class org.eclipse.jetty.http3.client.transport.internal.SessionClientListener
 
onIdleTimeout(Stream.Client, Throwable, Promise<Boolean>) - Method in interface org.eclipse.jetty.http3.api.Stream.Client.Listener
Callback method invoked when the stream idle timeout elapses.
onIdleTimeout(Stream.Client, Throwable, Promise<Boolean>) - Method in class org.eclipse.jetty.http3.client.transport.internal.HttpReceiverOverHTTP3
 
onIdleTimeout(Stream.Server, TimeoutException, Promise<Boolean>) - Method in interface org.eclipse.jetty.http3.api.Stream.Server.Listener
Callback method invoked when the stream idle timeout elapses.
onIdleTimeout(HTTP3Stream, TimeoutException, BiConsumer<Runnable, Boolean>) - Method in class org.eclipse.jetty.http3.server.internal.ServerHTTP3StreamConnection
 
onIncompleteFlush() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
onIncompleteFlush() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
onIncompleteFlush() - Method in class org.eclipse.jetty.io.SelectableChannelEndPoint
 
onIncompleteFlush() - Method in class org.eclipse.jetty.io.ssl.SslConnection.SslEndPoint
 
onIncompleteFlush() - Method in class org.eclipse.jetty.io.WriteFlusher
Abstract call to be implemented by specific WriteFlushers.
onIncompleteFlush() - Method in class org.eclipse.jetty.quic.common.QuicStreamEndPoint
 
onIncrement(URI) - Method in interface org.eclipse.jetty.util.resource.FileSystemPool.Listener
FileSystem URI exists in the pool and its reference count is incremented
onIncrement(URI) - Method in class org.eclipse.jetty.util.resource.FileSystemPool.StackLoggingListener
 
onInsertCountIncrement(int) - Method in interface org.eclipse.jetty.http3.qpack.internal.parser.EncoderInstructionParser.Handler
 
onInsertNameWithReference(int, boolean, String) - Method in interface org.eclipse.jetty.http3.qpack.internal.parser.DecoderInstructionParser.Handler
 
onInsertWithLiteralName(String, String) - Method in interface org.eclipse.jetty.http3.qpack.internal.parser.DecoderInstructionParser.Handler
 
onInstructions(List<Instruction>) - Method in class org.eclipse.jetty.http3.InstructionHandler
 
onInstructions(List<Instruction>) - Method in interface org.eclipse.jetty.http3.qpack.Instruction.Handler
 
onInterim() - Method in class org.eclipse.jetty.client.transport.HttpReceiver
Prepare for the next step after an interim response was read.
onInterim() - Method in class org.eclipse.jetty.client.transport.internal.HttpReceiverOverHTTP
 
onInterim() - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpReceiverOverFCGI
 
onInterim() - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpReceiverOverHTTP2
 
onInterim() - Method in class org.eclipse.jetty.http3.client.transport.internal.HttpReceiverOverHTTP3
 
onLogout(UserIdentity) - Method in class org.eclipse.jetty.security.DefaultIdentityService
 
onLogout(UserIdentity) - Method in interface org.eclipse.jetty.security.IdentityService
Called to notify that a user has been logged out.
onMetaData(long, MetaData, boolean) - Method in interface org.eclipse.jetty.http3.qpack.QpackDecoder.Handler
 
onNewStream(Stream) - Method in interface org.eclipse.jetty.http2.api.Stream.Listener
Callback method invoked when a stream is created locally by Session.newStream(HeadersFrame, Promise, Listener).
onNewStream(Stream, HeadersFrame) - Method in interface org.eclipse.jetty.http2.api.Session.Listener
Callback method invoked when a new stream is being created upon receiving a HEADERS frame representing an HTTP request.
onNewStream(Stream, HeadersFrame) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory.HTTPServerSessionListener
 
onNewStream(HTTP2Stream, HeadersFrame) - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerConnection
 
onNewStream(Stream.Client) - Method in interface org.eclipse.jetty.http3.api.Stream.Client.Listener
Callback method invoked when a stream is created locally by Session.Client.newRequest(HeadersFrame, Listener).
onNewStream(Stream.Client) - Method in class org.eclipse.jetty.http3.client.transport.internal.HttpReceiverOverHTTP3
 
onNext(Content.Chunk) - Method in class org.eclipse.jetty.io.content.ContentSinkSubscriber
 
onOpen() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.ProxyProtocolConnection
 
onOpen() - Method in class org.eclipse.jetty.client.transport.internal.HttpConnectionOverHTTP
 
onOpen() - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpConnectionOverFCGI
 
onOpen() - Method in class org.eclipse.jetty.fcgi.server.internal.ServerFCGIConnection
 
onOpen() - Method in class org.eclipse.jetty.http2.HTTP2Connection
 
onOpen() - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
 
onOpen() - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerConnection
 
onOpen() - Method in class org.eclipse.jetty.http3.client.HTTP3SessionClient
 
onOpen() - Method in class org.eclipse.jetty.http3.client.HTTP3StreamClient
 
onOpen() - Method in class org.eclipse.jetty.http3.HTTP3Session
 
onOpen() - Method in class org.eclipse.jetty.http3.HTTP3StreamConnection
 
onOpen() - Method in class org.eclipse.jetty.http3.InstructionStreamConnection
 
onOpen() - Method in class org.eclipse.jetty.http3.internal.ControlStreamConnection
 
onOpen() - Method in class org.eclipse.jetty.http3.server.internal.HTTP3SessionServer
 
onOpen() - Method in class org.eclipse.jetty.http3.UnidirectionalStreamConnection
 
onOpen() - Method in class org.eclipse.jetty.io.AbstractConnection
 
onOpen() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
onOpen() - Method in interface org.eclipse.jetty.io.Connection
Callback method invoked when this connection is opened.
onOpen() - Method in interface org.eclipse.jetty.io.EndPoint
Callback method invoked when this EndPoint is opened.
onOpen() - Method in class org.eclipse.jetty.io.IdleTimeout
 
onOpen() - Method in class org.eclipse.jetty.io.NegotiatingClientConnection
 
onOpen() - Method in class org.eclipse.jetty.io.NetworkTrafficSocketChannelEndPoint
 
onOpen() - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
onOpen() - Method in class org.eclipse.jetty.quic.client.ClientQuicConnection
 
onOpen() - Method in class org.eclipse.jetty.quic.common.QuicConnection
 
onOpen() - Method in class org.eclipse.jetty.quic.server.ServerQuicConnection
 
onOpen() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.DownstreamConnection
 
onOpen() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.UpstreamConnection
 
onOpen() - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
onOpen() - Method in class org.eclipse.jetty.server.NegotiatingServerConnection
 
onOpen() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
onOpened(Connection) - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer
 
onOpened(Connection) - Method in interface org.eclipse.jetty.io.Connection.Listener
 
onOpened(Connection) - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
onOpened(Connection) - Method in class org.eclipse.jetty.io.IncludeExcludeConnectionStatistics
 
onOpened(Connection) - Method in class org.eclipse.jetty.server.ConnectionLimit
 
onOpened(Connection) - Method in class org.eclipse.jetty.server.handler.DebugHandler
 
onOpened(Connection) - Method in class org.eclipse.jetty.server.SocketCustomizationListener
 
onOpened(QuicSession) - Method in interface org.eclipse.jetty.quic.common.QuicSession.Listener
Callback method invoked when a QuicSession is opened.
onOpened(QuicSession) - Method in class org.eclipse.jetty.quic.common.QuicSessionContainer
 
onParam(String, String) - Method in class org.eclipse.jetty.fcgi.parser.ParamsContentParser
 
onParams() - Method in class org.eclipse.jetty.fcgi.parser.ParamsContentParser
 
onPart(String, String, HttpFields) - Method in class org.eclipse.jetty.http.MultiPart.AbstractPartsListener
Callback method invoked when a MultiPart.Part has been parsed.
onPartBegin() - Method in interface org.eclipse.jetty.http.MultiPart.Parser.Listener
Callback method invoked when the begin of a new part is parsed.
onPartContent(Content.Chunk) - Method in interface org.eclipse.jetty.http.MultiPart.Parser.Listener
Callback method invoked when a part content Chunk has been parsed.
onPartEnd() - Method in class org.eclipse.jetty.http.MultiPart.AbstractPartsListener
 
onPartEnd() - Method in interface org.eclipse.jetty.http.MultiPart.Parser.Listener
Callback method invoked when the end of a part is parsed.
onPartHeader(String, String) - Method in class org.eclipse.jetty.http.MultiPart.AbstractPartsListener
 
onPartHeader(String, String) - Method in interface org.eclipse.jetty.http.MultiPart.Parser.Listener
Callback method invoked when a part header is parsed.
onPartHeaders() - Method in interface org.eclipse.jetty.http.MultiPart.Parser.Listener
Callback method invoked when all the part headers have been parsed.
onPing(Session, PingFrame) - Method in interface org.eclipse.jetty.http2.api.Session.Listener
Callback method invoked when a PING frame has been received.
onPing(PingFrame) - Method in class org.eclipse.jetty.http2.HTTP2Connection
 
onPing(PingFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
onPing(PingFrame) - Method in interface org.eclipse.jetty.http2.parser.Parser.Listener
 
onPing(PingFrame) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Wrapper
 
onPreface() - Method in interface org.eclipse.jetty.http2.parser.ServerParser.Listener
 
onPreface() - Method in class org.eclipse.jetty.http2.parser.ServerParser.Listener.Wrapper
 
onPreface() - Method in class org.eclipse.jetty.http2.parser.ServerParser
 
onPreface() - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerConnection
 
onPreface() - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerSession
 
onPreface() - Method in class org.eclipse.jetty.http3.HTTP3Session
 
onPreface(Session) - Method in interface org.eclipse.jetty.http2.api.Session.Listener
Callback method invoked:
onPreface(Session) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory.HTTPServerSessionListener
 
onPreface(Session) - Method in interface org.eclipse.jetty.http3.api.Session.Listener
Callback method invoked just before the initial SETTINGS frame is sent to the remote peer, to gather the configuration settings that the local peer wants to send to the remote peer.
onPriority(PriorityFrame) - Method in class org.eclipse.jetty.http2.HTTP2Connection
 
onPriority(PriorityFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
onPriority(PriorityFrame) - Method in interface org.eclipse.jetty.http2.parser.Parser.Listener
 
onPriority(PriorityFrame) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Wrapper
 
onProcessing(Request, HttpFields) - Method in class org.eclipse.jetty.client.ProcessingProtocolHandler
 
onProxyToClientResponseComplete(Request, Request, Response, Response, Callback) - Method in class org.eclipse.jetty.proxy.ProxyHandler
 
onProxyToClientResponseFailure(Request, Request, Response, Response, Callback, Throwable) - Method in class org.eclipse.jetty.proxy.ProxyHandler
 
onPush(BiFunction<Request, Request, Response.CompleteListener>) - Method in interface org.eclipse.jetty.client.Request
Sets a handler for pushed resources.
onPush(BiFunction<Request, Request, Response.CompleteListener>) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
onPush(Stream, PushPromiseFrame) - Method in interface org.eclipse.jetty.http2.api.Stream.Listener
Callback method invoked when a PUSH_PROMISE frame has been received.
onPush(Stream, PushPromiseFrame) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory.HTTPServerSessionListener
 
onPushPromise(PushPromiseFrame) - Method in class org.eclipse.jetty.http2.client.internal.HTTP2ClientSession
 
onPushPromise(PushPromiseFrame) - Method in class org.eclipse.jetty.http2.HTTP2Connection
 
onPushPromise(PushPromiseFrame) - Method in interface org.eclipse.jetty.http2.parser.Parser.Listener
 
onPushPromise(PushPromiseFrame) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Wrapper
 
onPushPromise(PushPromiseFrame) - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerSession
 
onPushRequest(MetaData.Request) - Method in class org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2
 
onQueued(Request) - Method in interface org.eclipse.jetty.client.Request.Listener
 
onQueued(Request) - Method in interface org.eclipse.jetty.client.Request.QueuedListener
Callback method invoked when the request is queued, waiting to be sent
onReadable() - Method in class org.eclipse.jetty.quic.common.QuicStreamEndPoint
 
onReadable(long) - Method in class org.eclipse.jetty.http3.client.ClientHTTP3Session
 
onReadable(long) - Method in class org.eclipse.jetty.http3.server.internal.ServerHTTP3Session
 
onReadable(long) - Method in class org.eclipse.jetty.quic.client.ClientProtocolSession
 
onReadable(long) - Method in class org.eclipse.jetty.quic.common.ProtocolSession
 
onReadable(long) - Method in class org.eclipse.jetty.quic.server.ServerProtocolSession
 
onReadTimeout(TimeoutException) - Method in class org.eclipse.jetty.fcgi.server.internal.ServerFCGIConnection
 
onReadTimeout(TimeoutException) - Method in class org.eclipse.jetty.http3.HTTP3StreamConnection
 
onReadTimeout(TimeoutException) - Method in class org.eclipse.jetty.io.AbstractConnection
Callback method invoked when the endpoint failed to be ready to be read after a timeout
onRemoveField(HttpField) - Method in class org.eclipse.jetty.http.HttpFields.Mutable.Wrapper
Called when a field is removed (including as part of a put).
onRequest(MetaData.Request) - Method in interface org.eclipse.jetty.server.HttpChannel
HttpStream invokes this method when the metadata of an HTTP request (method, URI and headers, but not content) has been parsed.
onRequest(MetaData.Request) - Method in class org.eclipse.jetty.server.internal.HttpChannelState
Start request handling by returning a Runnable that will call Request.Handler.handle(Request, Response, Callback).
onRequest(HeadersFrame) - Method in class org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2
 
onRequest(Stream.Server, HeadersFrame) - Method in interface org.eclipse.jetty.http3.api.Session.Server.Listener
Callback method invoked when a request is received.
onRequest(HeadersFrame) - Method in class org.eclipse.jetty.http3.server.internal.HTTP3StreamServer
 
onRequest(HeadersFrame) - Method in class org.eclipse.jetty.http3.server.internal.HttpStreamOverHTTP3
 
onRequest(HTTP3StreamServer, HeadersFrame) - Method in class org.eclipse.jetty.http3.server.internal.ServerHTTP3StreamConnection
 
onRequestBegin(Request.BeginListener) - Method in interface org.eclipse.jetty.client.Request
 
onRequestBegin(Request.BeginListener) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
onRequestCommit(Request.CommitListener) - Method in interface org.eclipse.jetty.client.Request
 
onRequestCommit(Request.CommitListener) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
onRequestComplete(String, long) - Method in class org.eclipse.jetty.server.handler.LatencyRecordingHandler
Called back for each completed request with its execution's latency.
onRequestContent(Request.ContentListener) - Method in interface org.eclipse.jetty.client.Request
 
onRequestContent(Request.ContentListener) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
onRequestFailure(Request.FailureListener) - Method in interface org.eclipse.jetty.client.Request
 
onRequestFailure(Request.FailureListener) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
onRequestHeaders(Request.HeadersListener) - Method in interface org.eclipse.jetty.client.Request
 
onRequestHeaders(Request.HeadersListener) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
onRequestQueued(Request.QueuedListener) - Method in interface org.eclipse.jetty.client.Request
 
onRequestQueued(Request.QueuedListener) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
onRequestRead(Request, Content.Chunk) - Method in class org.eclipse.jetty.server.handler.EventsHandler
Invoked every time a request content chunk has been parsed, just before making it available to the application (i.e.
onRequestRead(Request, Content.Chunk) - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
onRequestSuccess(Request.SuccessListener) - Method in interface org.eclipse.jetty.client.Request
 
onRequestSuccess(Request.SuccessListener) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
onReset(Session, ResetFrame) - Method in interface org.eclipse.jetty.http2.api.Session.Listener
Callback method invoked when a RST_STREAM frame has been received for an unknown stream.
onReset(Stream, ResetFrame, Callback) - Method in interface org.eclipse.jetty.http2.api.Stream.Listener
Callback method invoked when a RST_STREAM frame has been received for this stream.
onReset(Stream, ResetFrame, Callback) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory.HTTPServerSessionListener
 
onReset(ResetFrame) - Method in class org.eclipse.jetty.http2.HTTP2Connection
 
onReset(ResetFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
onReset(ResetFrame) - Method in interface org.eclipse.jetty.http2.parser.Parser.Listener
 
onReset(ResetFrame) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Wrapper
 
onResetForUnknownStream(ResetFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
onResponse(Stream.Client, HeadersFrame) - Method in interface org.eclipse.jetty.http3.api.Stream.Client.Listener
Callback method invoked when a response is received.
onResponse(Stream.Client, HeadersFrame) - Method in class org.eclipse.jetty.http3.client.transport.internal.HttpReceiverOverHTTP3
 
onResponse(HeadersFrame) - Method in class org.eclipse.jetty.http3.client.HTTP3StreamClient
 
onResponseBegin(Response.BeginListener) - Method in interface org.eclipse.jetty.client.Request
 
onResponseBegin(Response.BeginListener) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
onResponseBegin(Request, int, HttpFields) - Method in class org.eclipse.jetty.server.handler.EventsHandler
Invoked just before the response is line written to the network (i.e.
onResponseBegin(Request, int, HttpFields) - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
onResponseContent(Response.ContentListener) - Method in interface org.eclipse.jetty.client.Request
 
onResponseContent(Response.ContentListener) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
onResponseContentAsync(Response.AsyncContentListener) - Method in interface org.eclipse.jetty.client.Request
 
onResponseContentAsync(Response.AsyncContentListener) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
onResponseContentSource(Response.ContentSourceListener) - Method in interface org.eclipse.jetty.client.Request
 
onResponseContentSource(Response.ContentSourceListener) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
onResponseFailure(Response.FailureListener) - Method in interface org.eclipse.jetty.client.Request
 
onResponseFailure(Response.FailureListener) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
onResponseHeader(Response.HeaderListener) - Method in interface org.eclipse.jetty.client.Request
 
onResponseHeader(Response.HeaderListener) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
onResponseHeaders(Response.HeadersListener) - Method in interface org.eclipse.jetty.client.Request
 
onResponseHeaders(Response.HeadersListener) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
onResponseSuccess(Response.SuccessListener) - Method in interface org.eclipse.jetty.client.Request
 
onResponseSuccess(Response.SuccessListener) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
onResponseTrailersComplete(Request, HttpFields) - Method in class org.eclipse.jetty.server.handler.EventsHandler
Invoked after the response trailers have been written and the final EventsHandler.onResponseWriteComplete(Request, Throwable) event was fired.
onResponseWrite(Request, boolean, ByteBuffer) - Method in class org.eclipse.jetty.server.handler.EventsHandler
Invoked before each response content chunk has been written (i.e.
onResponseWrite(Request, boolean, ByteBuffer) - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
onResponseWriteComplete(Request, Throwable) - Method in class org.eclipse.jetty.server.handler.EventsHandler
Invoked after each response content chunk has been written (i.e.
onRetain(URI) - Method in interface org.eclipse.jetty.util.resource.FileSystemPool.Listener
FileSystem URI is retained for the first time
onRetain(URI) - Method in class org.eclipse.jetty.util.resource.FileSystemPool.StackLoggingListener
 
onSectionAcknowledgement(long) - Method in interface org.eclipse.jetty.http3.qpack.internal.parser.EncoderInstructionParser.Handler
 
onSelected() - Method in interface org.eclipse.jetty.io.ManagedSelector.Selectable
Callback method invoked when a read or write events has been detected by the ManagedSelector for this endpoint.
onSelected() - Method in class org.eclipse.jetty.io.SelectableChannelEndPoint
 
onSelectFailed(Throwable) - Method in class org.eclipse.jetty.io.ManagedSelector
 
onServerToProxyResponse100Continue(Request, Request) - Method in class org.eclipse.jetty.proxy.ProxyHandler
 
onServerToProxyResponse102Processing(Request, Request, HttpFields, Response) - Method in class org.eclipse.jetty.proxy.ProxyHandler
 
onServerToProxyResponse103EarlyHints(Request, Request, HttpFields, Response) - Method in class org.eclipse.jetty.proxy.ProxyHandler
 
onServerToProxyResponseFailure(Request, Request, Response, Response, Callback, Throwable) - Method in class org.eclipse.jetty.proxy.ProxyHandler
 
onSessionActivation() - Method in class org.eclipse.jetty.session.ManagedSession
Call the activation listeners.
onSessionActivation(Session) - Method in class org.eclipse.jetty.security.authentication.SessionAuthentication
 
onSessionActivation(Session) - Method in interface org.eclipse.jetty.server.Session.ValueListener
 
onSessionActivation(Session) - Method in interface org.eclipse.jetty.session.SessionManager
 
onSessionAttributeUpdate(String, Object, Object) - Method in class org.eclipse.jetty.session.ManagedSession
Call binding and attribute listeners based on the new and old values of the attribute.
onSessionAttributeUpdate(Session, String, Object, Object) - Method in interface org.eclipse.jetty.server.Session.ValueListener
 
onSessionAttributeUpdate(Session, String, Object, Object) - Method in interface org.eclipse.jetty.session.SessionManager
 
onSessionCreated(Session) - Method in interface org.eclipse.jetty.server.Session.LifeCycleListener
 
onSessionCreated(Session) - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
onSessionCreated(Session) - Method in interface org.eclipse.jetty.session.SessionManager
 
onSessionDestroyed(Session) - Method in interface org.eclipse.jetty.server.Session.LifeCycleListener
 
onSessionDestroyed(Session) - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
onSessionDestroyed(Session) - Method in interface org.eclipse.jetty.session.SessionManager
 
onSessionFailure(long, String, Throwable) - Method in class org.eclipse.jetty.http3.HTTP3Session
 
onSessionFailure(long, String, Throwable) - Method in interface org.eclipse.jetty.http3.parser.ParserListener
 
onSessionFailure(long, String, Throwable) - Method in class org.eclipse.jetty.http3.parser.ParserListener.Wrapper
 
onSessionFailure(Throwable, Callback) - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerConnection
 
onSessionIdChanged(Session, String) - Method in interface org.eclipse.jetty.server.Session.LifeCycleListener
 
onSessionIdChanged(Session, String) - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
onSessionIdChanged(Session, String) - Method in interface org.eclipse.jetty.session.SessionManager
 
onSessionPassivation() - Method in class org.eclipse.jetty.session.ManagedSession
Call the passivation listeners.
onSessionPassivation(Session) - Method in class org.eclipse.jetty.security.authentication.SessionAuthentication
 
onSessionPassivation(Session) - Method in interface org.eclipse.jetty.server.Session.ValueListener
 
onSessionPassivation(Session) - Method in interface org.eclipse.jetty.session.SessionManager
 
onSessionStalled(Session) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
 
onSessionTimeout(Throwable) - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerConnection
 
onSessionUnstalled(Session) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
 
onSetDynamicTableCapacity(int) - Method in interface org.eclipse.jetty.http3.qpack.internal.parser.DecoderInstructionParser.Handler
 
onSetting(ByteBuffer, Map<Integer, Integer>, int, int) - Method in class org.eclipse.jetty.http2.parser.SettingsBodyParser
 
onSettings(ByteBuffer, Map<Integer, Integer>) - Method in class org.eclipse.jetty.http2.parser.SettingsBodyParser
 
onSettings(Session, SettingsFrame) - Method in interface org.eclipse.jetty.http2.api.Session.Listener
Callback method invoked when a SETTINGS frame has been received.
onSettings(Session, SettingsFrame) - Method in class org.eclipse.jetty.http2.client.transport.internal.HTTPSessionListenerPromise
 
onSettings(SettingsFrame) - Method in class org.eclipse.jetty.http2.client.internal.HTTP2ClientSession
 
onSettings(SettingsFrame) - Method in class org.eclipse.jetty.http2.HTTP2Connection
 
onSettings(SettingsFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
onSettings(SettingsFrame) - Method in interface org.eclipse.jetty.http2.parser.Parser.Listener
 
onSettings(SettingsFrame) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Wrapper
 
onSettings(SettingsFrame, boolean) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
onSettings(Session, SettingsFrame) - Method in interface org.eclipse.jetty.http3.api.Session.Listener
Callback method invoked when a SETTINGS frame has been received.
onSettings(Session, SettingsFrame) - Method in class org.eclipse.jetty.http3.client.transport.internal.SessionClientListener
 
onSettings(SettingsFrame) - Method in class org.eclipse.jetty.http3.client.ClientHTTP3Session
 
onSettings(SettingsFrame) - Method in class org.eclipse.jetty.http3.client.HTTP3SessionClient
 
onSettings(SettingsFrame) - Method in class org.eclipse.jetty.http3.HTTP3Session
 
onSettings(SettingsFrame) - Method in interface org.eclipse.jetty.http3.parser.ParserListener
 
onSettings(SettingsFrame) - Method in class org.eclipse.jetty.http3.parser.ParserListener.Wrapper
 
onSettings(SettingsFrame) - Method in class org.eclipse.jetty.http3.server.internal.HTTP3SessionServer
 
onSettings(SettingsFrame) - Method in class org.eclipse.jetty.http3.server.internal.ServerHTTP3Session
 
onShutdown() - Method in class org.eclipse.jetty.http2.HTTP2Session
This method is called when the TCP FIN is received from the remote peer.
onStart() - Method in class org.eclipse.jetty.http3.client.ClientHTTP3Session
 
onStart() - Method in class org.eclipse.jetty.http3.server.internal.ServerHTTP3Session
 
onStart() - Method in class org.eclipse.jetty.quic.client.ClientProtocolSession
 
onStart() - Method in class org.eclipse.jetty.quic.server.ServerProtocolSession
 
onStart(int, FCGI.Role, int) - Method in interface org.eclipse.jetty.fcgi.parser.ServerParser.Listener
 
onStop() - Method in class org.eclipse.jetty.http3.client.ClientHTTP3Session
 
onStop() - Method in class org.eclipse.jetty.quic.client.ClientProtocolSession
 
onStop() - Method in class org.eclipse.jetty.quic.server.ServerProtocolSession
 
onStreamCancellation(long) - Method in interface org.eclipse.jetty.http3.qpack.internal.parser.EncoderInstructionParser.Handler
 
onStreamCreated(Stream) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
 
onStreamCreated(Stream) - Method in class org.eclipse.jetty.http2.BufferingFlowControlStrategy
 
onStreamCreated(Stream) - Method in interface org.eclipse.jetty.http2.FlowControlStrategy
 
onStreamDestroyed(Stream) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
 
onStreamDestroyed(Stream) - Method in class org.eclipse.jetty.http2.BufferingFlowControlStrategy
 
onStreamDestroyed(Stream) - Method in interface org.eclipse.jetty.http2.FlowControlStrategy
 
onStreamFailure(int, int, String) - Method in class org.eclipse.jetty.http2.HTTP2Connection
 
onStreamFailure(int, int, String) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
onStreamFailure(int, int, String) - Method in interface org.eclipse.jetty.http2.parser.Parser.Listener
 
onStreamFailure(int, int, String) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Wrapper
 
onStreamFailure(long, long, Throwable) - Method in class org.eclipse.jetty.http3.HTTP3Session
 
onStreamFailure(long, long, Throwable) - Method in interface org.eclipse.jetty.http3.parser.ParserListener
 
onStreamFailure(long, long, Throwable) - Method in class org.eclipse.jetty.http3.parser.ParserListener.Wrapper
 
onStreamFailure(Stream, Throwable, Callback) - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerConnection
 
onStreamOpened(Stream) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
onStreamStalled(Stream) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
 
onStreamTimeout(Stream, TimeoutException, Promise<Boolean>) - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerConnection
 
onStreamUnstalled(Stream) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
 
onSubscribe(Flow.Subscription) - Method in class org.eclipse.jetty.io.content.ContentSinkSubscriber
 
onSuccess(Request) - Method in interface org.eclipse.jetty.client.Request.Listener
 
onSuccess(Request) - Method in interface org.eclipse.jetty.client.Request.SuccessListener
Callback method invoked when the request has been successfully sent.
onSuccess(Response) - Method in class org.eclipse.jetty.client.ContinueProtocolHandler.ContinueListener
 
onSuccess(Response) - Method in class org.eclipse.jetty.client.InputStreamResponseListener
 
onSuccess(Response) - Method in interface org.eclipse.jetty.client.Response.Listener
 
onSuccess(Response) - Method in interface org.eclipse.jetty.client.Response.SuccessListener
Callback method invoked when the whole response has been successfully received.
onSuccess(Response) - Method in class org.eclipse.jetty.proxy.ProxyHandler.ProxyResponseListener
 
onTimeout() - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
 
onTimeout() - Method in class org.eclipse.jetty.quic.quiche.QuicheConnection
 
onTimeout(TimeoutException, BiConsumer<Runnable, Boolean>) - Method in interface org.eclipse.jetty.http2.HTTP2Channel.Server
 
onTimeout(TimeoutException, BiConsumer<Runnable, Boolean>) - Method in class org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2
 
onTimeout(TimeoutException, BiConsumer<Runnable, Boolean>) - Method in class org.eclipse.jetty.http2.server.internal.ServerHTTP2StreamEndPoint
 
onTimeout(TimeoutException, Promise<Boolean>) - Method in class org.eclipse.jetty.http2.client.transport.internal.ClientHTTP2StreamEndPoint
 
onTimeout(TimeoutException, Promise<Boolean>) - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpReceiverOverHTTP2
 
onTimeout(TimeoutException, Promise<Boolean>) - Method in interface org.eclipse.jetty.http2.HTTP2Channel.Client
 
onTimeoutExpired() - Method in class org.eclipse.jetty.io.CyclicTimeout
Invoked when the timeout expires.
onTotalClosed(Connection) - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
onTotalOpened(Connection) - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
onTrailer(HeadersFrame) - Method in interface org.eclipse.jetty.http2.HTTP2Channel.Server
 
onTrailer(HeadersFrame) - Method in class org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2
 
onTrailer(HeadersFrame) - Method in class org.eclipse.jetty.http2.server.internal.ServerHTTP2StreamEndPoint
 
onTrailer(Stream.Client, HeadersFrame) - Method in interface org.eclipse.jetty.http3.api.Stream.Client.Listener
Callback method invoked when a trailer is received.
onTrailer(Stream.Client, HeadersFrame) - Method in class org.eclipse.jetty.http3.client.transport.internal.HttpReceiverOverHTTP3
 
onTrailer(Stream.Server, HeadersFrame) - Method in interface org.eclipse.jetty.http3.api.Stream.Server.Listener
Callback method invoked when a trailer is received.
onTrailer(HeadersFrame) - Method in class org.eclipse.jetty.http3.HTTP3Stream
 
onTrailer(HeadersFrame) - Method in class org.eclipse.jetty.http3.server.internal.HttpStreamOverHTTP3
 
onTrailer(HTTP3Stream, HeadersFrame) - Method in class org.eclipse.jetty.http3.server.internal.ServerHTTP3StreamConnection
 
onTrailers(Stream, HeadersFrame) - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerConnection
 
onTransientFailure(Throwable) - Method in class org.eclipse.jetty.io.content.ContentSourceCompletableFuture
Callback method that informs the parsing about how to handle transient failures.
onUpgradeFrom() - Method in class org.eclipse.jetty.client.transport.internal.HttpConnectionOverHTTP
 
onUpgradeFrom() - Method in class org.eclipse.jetty.client.transport.internal.HttpReceiverOverHTTP
 
onUpgradeFrom() - Method in class org.eclipse.jetty.http3.UnidirectionalStreamConnection
 
onUpgradeFrom() - Method in interface org.eclipse.jetty.io.Connection.UpgradeFrom
Invoked during an upgrade to produce a buffer containing bytes that have not been consumed by this connection, and that must be consumed by the upgrade-to connection.
onUpgradeFrom() - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
onUpgradeTo(ByteBuffer) - Method in class org.eclipse.jetty.http2.HTTP2Connection
 
onUpgradeTo(ByteBuffer) - Method in class org.eclipse.jetty.http3.InstructionStreamConnection
 
onUpgradeTo(ByteBuffer) - Method in class org.eclipse.jetty.http3.internal.ControlStreamConnection
 
onUpgradeTo(ByteBuffer) - Method in interface org.eclipse.jetty.io.Connection.UpgradeTo
Invoked during an upgrade to receive a buffer containing bytes that have not been consumed by the upgrade-from connection, and that must be consumed by this connection.
onUpgradeTo(ByteBuffer) - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
onUpgradeTo(ByteBuffer) - Method in class org.eclipse.jetty.server.handler.ConnectHandler.DownstreamConnection
 
onUpgradeTo(ByteBuffer) - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
onWindowUpdate(Session, Stream, WindowUpdateFrame) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
 
onWindowUpdate(Session, Stream, WindowUpdateFrame) - Method in interface org.eclipse.jetty.http2.FlowControlStrategy
 
onWindowUpdate(WindowUpdateFrame) - Method in class org.eclipse.jetty.http2.HTTP2Connection
 
onWindowUpdate(WindowUpdateFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
onWindowUpdate(WindowUpdateFrame) - Method in interface org.eclipse.jetty.http2.parser.Parser.Listener
 
onWindowUpdate(WindowUpdateFrame) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Wrapper
 
onWindowUpdate(HTTP2Stream, WindowUpdateFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
onWritable() - Method in class org.eclipse.jetty.quic.common.QuicStreamEndPoint
 
onWritable(long) - Method in class org.eclipse.jetty.quic.common.ProtocolSession
 
onWriteFailure(Throwable) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
opaque - Variable in class org.eclipse.jetty.quic.quiche.jna.sockaddr_storage
 
opaque - Variable in class org.eclipse.jetty.quic.quiche.jna.sockaddr
 
open() - Method in class org.eclipse.jetty.http.MultiPartByteRanges.PathContentSource
 
open() - Method in class org.eclipse.jetty.io.content.PathContentSource
 
open() - Method in class org.eclipse.jetty.quic.server.QuicServerConnector
 
open() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
open() - Method in interface org.eclipse.jetty.server.NetworkConnector
Performs the activities needed to open the network communication (for example, to start accepting incoming network connections).
open() - Method in class org.eclipse.jetty.server.ServerConnector
 
open(ServerSocketChannel) - Method in class org.eclipse.jetty.server.ServerConnector
Open the connector using the passed ServerSocketChannel.
openAcceptChannel() - Method in class org.eclipse.jetty.server.ServerConnector
Called by ServerConnector.open() to obtain the accepting channel.
openDatagramChannel() - Method in class org.eclipse.jetty.quic.server.QuicServerConnector
 
opened() - Method in class org.eclipse.jetty.quic.common.QuicStreamEndPoint
 
opened(Socket) - Method in interface org.eclipse.jetty.io.NetworkTrafficListener
Callback method invoked when a connection from a remote client has been accepted.
OPENID_AUTH - Static variable in interface org.eclipse.jetty.security.Authenticator
 
openProtocolEndPoint(QuicStreamEndPoint) - Method in class org.eclipse.jetty.quic.common.ProtocolSession
 
openTag(String) - Method in class org.eclipse.jetty.xml.XmlAppendable
 
openTag(String, Map<String, String>) - Method in class org.eclipse.jetty.xml.XmlAppendable
 
OPTIMAL_MAX_SIZE - Static variable in class org.eclipse.jetty.util.ConcurrentPool
ConcurrentPool internally needs to linearly scan a list to perform an acquisition.
OPTIONAL_WHITE_SPACE - Enum constant in enum class org.eclipse.jetty.http.CookieCompliance.Violation
Whitespace was found around the cookie name and/or around the cookie value.
OptionalSslConnectionFactory - Class in org.eclipse.jetty.server
Deprecated.
OptionalSslConnectionFactory(SslConnectionFactory, String) - Constructor for class org.eclipse.jetty.server.OptionalSslConnectionFactory
Deprecated.
Creates a new ConnectionFactory whose connections can upgrade to TLS or another protocol.
OPTIONS - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
OrderedGroupBinding - Class in org.eclipse.jetty.deploy.bindings
Provides a way of forcing the ordered execution of bindings within a declared binding target.
OrderedGroupBinding(String[]) - Constructor for class org.eclipse.jetty.deploy.bindings.OrderedGroupBinding
 
ORDERPATCH - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
org.eclipse.jetty.alpn.client - package org.eclipse.jetty.alpn.client
 
org.eclipse.jetty.alpn.conscrypt.client - package org.eclipse.jetty.alpn.conscrypt.client
 
org.eclipse.jetty.alpn.conscrypt.server - package org.eclipse.jetty.alpn.conscrypt.server
 
org.eclipse.jetty.alpn.java.client - package org.eclipse.jetty.alpn.java.client
 
org.eclipse.jetty.alpn.java.server - package org.eclipse.jetty.alpn.java.server
 
org.eclipse.jetty.alpn.server - package org.eclipse.jetty.alpn.server
 
org.eclipse.jetty.client - package org.eclipse.jetty.client
 
org.eclipse.jetty.client.internal - package org.eclipse.jetty.client.internal
 
org.eclipse.jetty.client.jmx - package org.eclipse.jetty.client.jmx
 
org.eclipse.jetty.client.transport - package org.eclipse.jetty.client.transport
 
org.eclipse.jetty.client.transport.internal - package org.eclipse.jetty.client.transport.internal
 
org.eclipse.jetty.deploy - package org.eclipse.jetty.deploy
Jetty Deploy : Webapp Deploy Management
org.eclipse.jetty.deploy.bindings - package org.eclipse.jetty.deploy.bindings
Jetty Deploy : Standard Deployment Bindings
org.eclipse.jetty.deploy.graph - package org.eclipse.jetty.deploy.graph
Jetty Deploy : Deployment Graph
org.eclipse.jetty.deploy.jmx - package org.eclipse.jetty.deploy.jmx
Jetty Deploy : JMX Integration
org.eclipse.jetty.deploy.providers - package org.eclipse.jetty.deploy.providers
Jetty Deploy : Webapp Deployment Providers
org.eclipse.jetty.fcgi - package org.eclipse.jetty.fcgi
 
org.eclipse.jetty.fcgi.client.transport - package org.eclipse.jetty.fcgi.client.transport
 
org.eclipse.jetty.fcgi.client.transport.internal - package org.eclipse.jetty.fcgi.client.transport.internal
 
org.eclipse.jetty.fcgi.generator - package org.eclipse.jetty.fcgi.generator
 
org.eclipse.jetty.fcgi.parser - package org.eclipse.jetty.fcgi.parser
 
org.eclipse.jetty.fcgi.server - package org.eclipse.jetty.fcgi.server
 
org.eclipse.jetty.fcgi.server.internal - package org.eclipse.jetty.fcgi.server.internal
 
org.eclipse.jetty.gcloud.session - package org.eclipse.jetty.gcloud.session
 
org.eclipse.jetty.http - package org.eclipse.jetty.http
Jetty Http : Tools for Http processing
org.eclipse.jetty.http.compression - package org.eclipse.jetty.http.compression
 
org.eclipse.jetty.http.content - package org.eclipse.jetty.http.content
 
org.eclipse.jetty.http.pathmap - package org.eclipse.jetty.http.pathmap
 
org.eclipse.jetty.http.spi - package org.eclipse.jetty.http.spi
 
org.eclipse.jetty.http2 - package org.eclipse.jetty.http2
 
org.eclipse.jetty.http2.api - package org.eclipse.jetty.http2.api
 
org.eclipse.jetty.http2.api.server - package org.eclipse.jetty.http2.api.server
 
org.eclipse.jetty.http2.client - package org.eclipse.jetty.http2.client
 
org.eclipse.jetty.http2.client.internal - package org.eclipse.jetty.http2.client.internal
 
org.eclipse.jetty.http2.client.transport - package org.eclipse.jetty.http2.client.transport
 
org.eclipse.jetty.http2.client.transport.internal - package org.eclipse.jetty.http2.client.transport.internal
 
org.eclipse.jetty.http2.frames - package org.eclipse.jetty.http2.frames
 
org.eclipse.jetty.http2.generator - package org.eclipse.jetty.http2.generator
 
org.eclipse.jetty.http2.hpack - package org.eclipse.jetty.http2.hpack
 
org.eclipse.jetty.http2.hpack.internal - package org.eclipse.jetty.http2.hpack.internal
 
org.eclipse.jetty.http2.internal - package org.eclipse.jetty.http2.internal
 
org.eclipse.jetty.http2.parser - package org.eclipse.jetty.http2.parser
 
org.eclipse.jetty.http2.server - package org.eclipse.jetty.http2.server
 
org.eclipse.jetty.http2.server.internal - package org.eclipse.jetty.http2.server.internal
 
org.eclipse.jetty.http3 - package org.eclipse.jetty.http3
 
org.eclipse.jetty.http3.api - package org.eclipse.jetty.http3.api
 
org.eclipse.jetty.http3.client - package org.eclipse.jetty.http3.client
 
org.eclipse.jetty.http3.client.internal - package org.eclipse.jetty.http3.client.internal
 
org.eclipse.jetty.http3.client.transport - package org.eclipse.jetty.http3.client.transport
 
org.eclipse.jetty.http3.client.transport.internal - package org.eclipse.jetty.http3.client.transport.internal
 
org.eclipse.jetty.http3.frames - package org.eclipse.jetty.http3.frames
 
org.eclipse.jetty.http3.generator - package org.eclipse.jetty.http3.generator
 
org.eclipse.jetty.http3.internal - package org.eclipse.jetty.http3.internal
 
org.eclipse.jetty.http3.parser - package org.eclipse.jetty.http3.parser
 
org.eclipse.jetty.http3.qpack - package org.eclipse.jetty.http3.qpack
 
org.eclipse.jetty.http3.qpack.internal - package org.eclipse.jetty.http3.qpack.internal
 
org.eclipse.jetty.http3.qpack.internal.instruction - package org.eclipse.jetty.http3.qpack.internal.instruction
 
org.eclipse.jetty.http3.qpack.internal.metadata - package org.eclipse.jetty.http3.qpack.internal.metadata
 
org.eclipse.jetty.http3.qpack.internal.parser - package org.eclipse.jetty.http3.qpack.internal.parser
 
org.eclipse.jetty.http3.qpack.internal.table - package org.eclipse.jetty.http3.qpack.internal.table
 
org.eclipse.jetty.http3.server - package org.eclipse.jetty.http3.server
 
org.eclipse.jetty.http3.server.internal - package org.eclipse.jetty.http3.server.internal
 
org.eclipse.jetty.io - package org.eclipse.jetty.io
Jetty IO : Core classes for Jetty IO subsystem
org.eclipse.jetty.io.content - package org.eclipse.jetty.io.content
 
org.eclipse.jetty.io.internal - package org.eclipse.jetty.io.internal
 
org.eclipse.jetty.io.jmx - package org.eclipse.jetty.io.jmx
 
org.eclipse.jetty.io.ssl - package org.eclipse.jetty.io.ssl
Jetty IO : Core SSL Support
org.eclipse.jetty.jmx - package org.eclipse.jetty.jmx
Jetty JMX : Integration for JMX in Jetty
org.eclipse.jetty.jndi - package org.eclipse.jetty.jndi
Jetty Jndi : Java Naming Directory Interface
org.eclipse.jetty.jndi.java - package org.eclipse.jetty.jndi.java
Jetty Jndi : Mappings for java
org.eclipse.jetty.jndi.local - package org.eclipse.jetty.jndi.local
Jetty Jndi : Mappings for local
org.eclipse.jetty.memcached.session - package org.eclipse.jetty.memcached.session
 
org.eclipse.jetty.nosql - package org.eclipse.jetty.nosql
Jetty NoSql : Generic Nosql Session Management
org.eclipse.jetty.nosql.mongodb - package org.eclipse.jetty.nosql.mongodb
Jetty NoSql : MongoDB Integration
org.eclipse.jetty.proxy - package org.eclipse.jetty.proxy
 
org.eclipse.jetty.quic.client - package org.eclipse.jetty.quic.client
 
org.eclipse.jetty.quic.common - package org.eclipse.jetty.quic.common
This module contains the main abstractions for the QUIC protocol.
org.eclipse.jetty.quic.quiche - package org.eclipse.jetty.quic.quiche
 
org.eclipse.jetty.quic.quiche.jna - package org.eclipse.jetty.quic.quiche.jna
 
org.eclipse.jetty.quic.quiche.jna.linux - package org.eclipse.jetty.quic.quiche.jna.linux
 
org.eclipse.jetty.quic.quiche.jna.macos - package org.eclipse.jetty.quic.quiche.jna.macos
 
org.eclipse.jetty.quic.quiche.jna.windows - package org.eclipse.jetty.quic.quiche.jna.windows
 
org.eclipse.jetty.quic.server - package org.eclipse.jetty.quic.server
 
org.eclipse.jetty.quic.server.internal - package org.eclipse.jetty.quic.server.internal
 
org.eclipse.jetty.rewrite - package org.eclipse.jetty.rewrite
 
org.eclipse.jetty.rewrite.handler - package org.eclipse.jetty.rewrite.handler
Jetty Rewrite : Rewrite Handler and Rules for Jetty
org.eclipse.jetty.security - package org.eclipse.jetty.security
Jetty Security : Modular Support for Security in Jetty
org.eclipse.jetty.security.authentication - package org.eclipse.jetty.security.authentication
Jetty Security : Authenticators and Callbacks
org.eclipse.jetty.security.internal - package org.eclipse.jetty.security.internal
 
org.eclipse.jetty.security.jaas - package org.eclipse.jetty.security.jaas
Jetty Jaas : Support for Jaas
org.eclipse.jetty.security.jaas.callback - package org.eclipse.jetty.security.jaas.callback
Jetty Jaas : Jaas Callbacks
org.eclipse.jetty.security.jaas.spi - package org.eclipse.jetty.security.jaas.spi
Jetty Jaas : Various Jaas Implementations for Jetty
org.eclipse.jetty.server - package org.eclipse.jetty.server
Jetty Server : Core Server API
org.eclipse.jetty.server.handler - package org.eclipse.jetty.server.handler
Jetty Server : Core Handler API
org.eclipse.jetty.server.handler.gzip - package org.eclipse.jetty.server.handler.gzip
Jetty GZIP Handler
org.eclipse.jetty.server.handler.jmx - package org.eclipse.jetty.server.handler.jmx
Jetty Server : Handler JMX Integration
org.eclipse.jetty.server.internal - package org.eclipse.jetty.server.internal
 
org.eclipse.jetty.server.jmx - package org.eclipse.jetty.server.jmx
Jetty Core Server : JMX Integration
org.eclipse.jetty.session - package org.eclipse.jetty.session
Jetty Server : Session Management Implementations
org.eclipse.jetty.start - package org.eclipse.jetty.start
Jetty Start : Generic Java Start Mechanism
org.eclipse.jetty.start.builders - package org.eclipse.jetty.start.builders
 
org.eclipse.jetty.start.config - package org.eclipse.jetty.start.config
 
org.eclipse.jetty.start.fileinits - package org.eclipse.jetty.start.fileinits
 
org.eclipse.jetty.util - package org.eclipse.jetty.util
Jetty Util : Common Utility Classes
org.eclipse.jetty.util.annotation - package org.eclipse.jetty.util.annotation
Jetty Util : Common Utility Annotations
org.eclipse.jetty.util.component - package org.eclipse.jetty.util.component
Jetty Util : Jetty Lifecycle Management
org.eclipse.jetty.util.compression - package org.eclipse.jetty.util.compression
 
org.eclipse.jetty.util.preventers - package org.eclipse.jetty.util.preventers
Jetty Util : Common Memory Leak Prevention Tooling
org.eclipse.jetty.util.resource - package org.eclipse.jetty.util.resource
Jetty Util : Common Resource Utilities
org.eclipse.jetty.util.security - package org.eclipse.jetty.util.security
Jetty Util : Common Security Utilities
org.eclipse.jetty.util.ssl - package org.eclipse.jetty.util.ssl
Jetty Util : Common SSL Utility Classes
org.eclipse.jetty.util.statistic - package org.eclipse.jetty.util.statistic
Jetty Util : Common Statistics Utility classes
org.eclipse.jetty.util.thread - package org.eclipse.jetty.util.thread
Jetty Util : Common ThreadPool Utilities
org.eclipse.jetty.util.thread.strategy - package org.eclipse.jetty.util.thread.strategy
 
org.eclipse.jetty.xml - package org.eclipse.jetty.xml
Jetty Xml : IoC Mechanism for Jetty Configuration
Origin - Class in org.eclipse.jetty.client
Class that groups the elements that uniquely identify a destination.
Origin(String, String, int) - Constructor for class org.eclipse.jetty.client.Origin
 
Origin(String, String, int, Object) - Constructor for class org.eclipse.jetty.client.Origin
 
Origin(String, String, int, Object, Origin.Protocol) - Constructor for class org.eclipse.jetty.client.Origin
 
Origin(String, Origin.Address) - Constructor for class org.eclipse.jetty.client.Origin
 
Origin(String, Origin.Address, Object) - Constructor for class org.eclipse.jetty.client.Origin
 
Origin(String, Origin.Address, Object, Origin.Protocol) - Constructor for class org.eclipse.jetty.client.Origin
 
ORIGIN - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
WebSocket Fields.
ORIGIN_CMD_LINE - Static variable in class org.eclipse.jetty.start.config.CommandLineConfigSource
 
ORIGIN_INTERNAL_FALLBACK - Static variable in class org.eclipse.jetty.start.config.CommandLineConfigSource
 
ORIGIN_SYSPROP - Static variable in class org.eclipse.jetty.start.Props
 
ORIGIN_SYSTEM_PROPERTY - Static variable in class org.eclipse.jetty.start.config.CommandLineConfigSource
 
Origin.Address - Class in org.eclipse.jetty.client
 
Origin.Protocol - Class in org.eclipse.jetty.client
The representation of a network protocol.
ORIGINAL_QUERYSTRING_ATTRIBUTE_SUFFIX - Static variable in class org.eclipse.jetty.rewrite.handler.RuleContainer
 
OTEXT - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.Type
 
otherProtocol(ByteBuffer, EndPoint) - Method in class org.eclipse.jetty.server.OptionalSslConnectionFactory
outgoing(Socket, ByteBuffer) - Method in interface org.eclipse.jetty.io.NetworkTrafficListener
Callback method invoked when bytes are sent to a remote client from the server.
OutputStreamContentSource - Class in org.eclipse.jetty.io.content
A Content.Source backed by an OutputStream.
OutputStreamContentSource() - Constructor for class org.eclipse.jetty.io.content.OutputStreamContentSource
 
OutputStreamRequestContent - Class in org.eclipse.jetty.client
A Request.Content that provides content asynchronously through an OutputStream similar to AsyncRequestContent.
OutputStreamRequestContent() - Constructor for class org.eclipse.jetty.client.OutputStreamRequestContent
 
OutputStreamRequestContent(String) - Constructor for class org.eclipse.jetty.client.OutputStreamRequestContent
 
outwardClose(long, String) - Method in class org.eclipse.jetty.quic.common.ProtocolSession
 
outwardClose(long, String) - Method in class org.eclipse.jetty.quic.common.QuicSession
 
outwardClose(QuicSession, Throwable) - Method in class org.eclipse.jetty.quic.client.ClientQuicConnection
 
outwardClose(QuicSession, Throwable) - Method in class org.eclipse.jetty.quic.common.QuicConnection
 
outwardClose(QuicSession, Throwable) - Method in class org.eclipse.jetty.quic.server.ServerQuicConnection
 
overlay(Classpath) - Method in class org.eclipse.jetty.start.Classpath
Overlay another classpath, copying its elements into place on this Classpath, while eliminating duplicate entries on the classpath.

P

packetType(ByteBuffer) - Static method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
 
packetTypeAsString(ByteBuffer) - Static method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
 
padding() - Method in class org.eclipse.jetty.http2.frames.DataFrame
 
PADDING - Static variable in interface org.eclipse.jetty.http2.internal.Flags
 
param(String) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
param(String, String) - Method in interface org.eclipse.jetty.client.Request
Adds a URI query parameter with the given name and value.
param(String, String) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
PARAMETER_TOKENIZER - Static variable in class org.eclipse.jetty.http.HttpField
A constant QuotedStringTokenizer configured for quoting/tokenizing parameters lists as defined by RFC9110
PARAMS - Enum constant in enum class org.eclipse.jetty.fcgi.FCGI.FrameType
 
ParamsContentParser - Class in org.eclipse.jetty.fcgi.parser
Parser for the PARAMS frame content.
ParamsContentParser(HeaderParser, ServerParser.Listener) - Constructor for class org.eclipse.jetty.fcgi.parser.ParamsContentParser
 
PARENT_LOADER_PRIORITY - Static variable in interface org.eclipse.jetty.server.Deployable
 
parentPath(String) - Static method in class org.eclipse.jetty.util.URIUtil
Return the parent Path.
parse() - Method in class org.eclipse.jetty.io.content.ContentSourceCompletableFuture
Initiates the parsing of the Content.Source.
parse(File) - Method in class org.eclipse.jetty.xml.XmlParser
Parse File.
parse(InputStream) - Method in class org.eclipse.jetty.xml.XmlParser
Parse InputStream.
parse(String) - Method in class org.eclipse.jetty.jndi.InitialContextFactory.DefaultParser
 
parse(String) - Method in class org.eclipse.jetty.jndi.java.javaNameParser
Parse a name into its components.
parse(String) - Static method in class org.eclipse.jetty.util.JavaVersion
 
parse(String) - Method in class org.eclipse.jetty.xml.XmlParser
Parse String URL.
parse(ByteBuffer) - Method in class org.eclipse.jetty.fcgi.parser.BeginRequestContentParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.fcgi.parser.ContentParser
Parses the bytes in the given buffer as FastCGI frame content bytes.
parse(ByteBuffer) - Method in class org.eclipse.jetty.fcgi.parser.EndRequestContentParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.fcgi.parser.HeaderParser
Parses the bytes in the given buffer as FastCGI frame header bytes
parse(ByteBuffer) - Method in class org.eclipse.jetty.fcgi.parser.ParamsContentParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.fcgi.parser.Parser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.fcgi.parser.StreamContentParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.BodyParser
Parses the body bytes in the given buffer; only the body bytes are consumed, therefore when this method returns, the buffer may contain unconsumed bytes.
parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.ContinuationBodyParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.DataBodyParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.GoAwayBodyParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.HeaderParser
Parses the header bytes in the given buffer; only the header bytes are consumed, therefore when this method returns, the buffer may contain unconsumed bytes.
parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.HeadersBodyParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.Parser
Parses the given buffer bytes and emit events to a Parser.Listener.
parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.PingBodyParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.PrefaceParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.PriorityBodyParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.PushPromiseBodyParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.ResetBodyParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.ServerParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.SettingsBodyParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.UnknownBodyParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.WindowUpdateBodyParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.http3.parser.BodyParser
Parses the frame body bytes in the given buffer.
parse(ByteBuffer) - Method in class org.eclipse.jetty.http3.parser.CancelPushBodyParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.http3.parser.ControlParser
Parses the given buffer bytes and emit events to a ParserListener.
parse(ByteBuffer) - Method in class org.eclipse.jetty.http3.parser.DataBodyParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.http3.parser.GoAwayBodyParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.http3.parser.HeaderParser
Parses the frame header bytes in the given buffer; only the frame header bytes are consumed, therefore when this method returns, the buffer may contain the unconsumed bytes of the frame body (or other frames).
parse(ByteBuffer) - Method in class org.eclipse.jetty.http3.parser.HeadersBodyParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.http3.parser.MaxPushIdBodyParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.http3.parser.MessageParser
Parses the given buffer bytes and emit events to a ParserListener.
parse(ByteBuffer) - Method in class org.eclipse.jetty.http3.parser.PushPromiseBodyParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.http3.parser.SettingsBodyParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.http3.parser.UnknownBodyParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.http3.qpack.internal.parser.DecoderInstructionParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.http3.qpack.internal.parser.EncoderInstructionParser
 
parse(ByteBuffer) - Method in class org.eclipse.jetty.util.Utf8LineParser
Parse a ByteBuffer (could be a partial buffer), and return once a complete line of UTF8 parsed text has been reached.
parse(ByteBuffer, boolean) - Method in class org.eclipse.jetty.server.internal.MultiPartParser
Parse until next Event.
parse(ByteBuffer, int) - Method in class org.eclipse.jetty.http2.parser.HeaderBlockParser
Parses @{code blockLength} HPACK bytes from the given buffer.
parse(List<String>, long) - Static method in record class org.eclipse.jetty.http.ByteRange
Parses the Range header values such as byte=10-20 to obtain a list of ByteRanges.
parse(Content.Chunk) - Method in class org.eclipse.jetty.http.MultiPart.Parser
Parses the multipart/form-data bytes contained in the given Content.Chunk.
parse(Content.Chunk) - Method in class org.eclipse.jetty.io.content.ContentSourceCompletableFuture
parse(Content.Chunk) - Method in class org.eclipse.jetty.server.FormFields
 
parse(Content.Source) - Method in class org.eclipse.jetty.http.MultiPartByteRanges.Parser
 
parse(Content.Source) - Method in class org.eclipse.jetty.http.MultiPartFormData.Parser
 
parse(ConfigSources) - Method in class org.eclipse.jetty.start.StartArgs
 
parse(StartEnvironment, String, String) - Method in class org.eclipse.jetty.start.StartArgs
Parse a single line of argument.
parse(InputSource) - Method in class org.eclipse.jetty.xml.XmlParser
 
parseBody(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.Parser
 
parseBody(ByteBuffer) - Static method in class org.eclipse.jetty.http2.parser.SettingsBodyParser
Parses the given buffer containing the whole body of a SETTINGS frame (without header bytes), typically from the HTTP2-Settings header.
parseBytes(String, int) - Static method in class org.eclipse.jetty.util.TypeUtil
Deprecated.
parseContent(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpParser
 
parseCsvIndex(String, Function<HttpHeaderValue, Boolean>) - Static method in enum class org.eclipse.jetty.http.HttpHeaderValue
Parse an unquoted comma separated list of index keys.
parseCsvIndex(String, Function<HttpHeaderValue, Boolean>, Function<String, Boolean>) - Static method in enum class org.eclipse.jetty.http.HttpHeaderValue
Parse an unquoted comma separated list of index keys.
parseDate(String) - Static method in class org.eclipse.jetty.http.DateParser
 
parseDateField(HttpField) - Static method in interface org.eclipse.jetty.http.HttpFields
 
parsedField(String, String) - Method in interface org.eclipse.jetty.server.internal.MultiPartParser.Handler
 
parsedHeader(HttpField) - Method in class org.eclipse.jetty.client.transport.internal.HttpReceiverOverHTTP
 
parsedHeader(HttpField) - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
This is the method called by parser when an HTTP Header name and value is found
parsedHeader(HttpField) - Method in class org.eclipse.jetty.http.HttpTester.Message
 
parsedHeader(HttpField) - Method in class org.eclipse.jetty.server.internal.HttpConnection.HttpStreamOverHTTP1
 
parsedHeader(HttpField) - Method in class org.eclipse.jetty.server.internal.HttpConnection.RequestHandler
 
parsedParam(StringBuffer, int, int, int) - Method in class org.eclipse.jetty.http.QuotedCSVParser
Called when a parameter has been parsed
parsedParam(StringBuffer, int, int, int) - Method in class org.eclipse.jetty.http.QuotedQualityCSV
 
parsedTrailer(HttpField) - Method in class org.eclipse.jetty.client.transport.internal.HttpReceiverOverHTTP
 
parsedTrailer(HttpField) - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
This is the method called by parser when an HTTP Trailer name and value is found
parsedTrailer(HttpField) - Method in class org.eclipse.jetty.server.internal.HttpConnection.RequestHandler
 
parsedValue(StringBuffer) - Method in class org.eclipse.jetty.http.QuotedCSVParser
Called when a value has been parsed (prior to any parameters)
parsedValue(StringBuffer) - Method in class org.eclipse.jetty.http.QuotedQualityCSV
 
parsedValueAndParams(StringBuffer) - Method in class org.eclipse.jetty.http.QuotedCSV
 
parsedValueAndParams(StringBuffer) - Method in class org.eclipse.jetty.http.QuotedCSVParser
Called when a value and it's parameters has been parsed
parsedValueAndParams(StringBuffer) - Method in class org.eclipse.jetty.http.QuotedQualityCSV
 
parseExpires(String) - Static method in interface org.eclipse.jetty.http.HttpCookie
Parses the Expires attribute value (in RFC 1123 format) into an Instant.
parseField(String) - Method in class org.eclipse.jetty.http.CookieCutter
Deprecated.
 
parseField(String) - Method in interface org.eclipse.jetty.http.CookieParser
 
parseField(String) - Method in class org.eclipse.jetty.http.RFC6265CookieParser
 
parseFields(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpParser
 
parseFields(List<String>) - Method in class org.eclipse.jetty.http.CookieCutter
Deprecated.
 
parseFields(List<String>) - Method in interface org.eclipse.jetty.http.CookieParser
 
parseHeader(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.Parser
 
parseHeadResponse(String) - Static method in class org.eclipse.jetty.http.HttpTester
 
parseHeadResponse(ByteBuffer) - Static method in class org.eclipse.jetty.http.HttpTester
 
parseInstruction(ByteBuffer) - Method in class org.eclipse.jetty.http3.DecoderStreamConnection
 
parseInstruction(ByteBuffer) - Method in class org.eclipse.jetty.http3.EncoderStreamConnection
 
parseInstruction(ByteBuffer) - Method in class org.eclipse.jetty.http3.InstructionStreamConnection
 
parseInstructions(ByteBuffer) - Method in class org.eclipse.jetty.http3.qpack.QpackDecoder
Parse instructions from the Encoder stream.
parseInstructions(ByteBuffer) - Method in class org.eclipse.jetty.http3.qpack.QpackEncoder
Parse instructions from the Decoder stream.
parseInt(byte[], int, int, int) - Static method in class org.eclipse.jetty.util.TypeUtil
Parse an int from a byte array of ascii characters.
parseInt(String, int, int, int) - Static method in class org.eclipse.jetty.util.TypeUtil
Parse an int from a substring.
parseMimePartHeaders(ByteBuffer) - Method in class org.eclipse.jetty.server.internal.MultiPartParser
 
parseNext(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpParser
Parse until next Event.
parseOctetContent(ByteBuffer) - Method in class org.eclipse.jetty.server.internal.MultiPartParser
 
parsePort(String) - Static method in class org.eclipse.jetty.util.HostPort
Parse a string representing a port validating it is a valid port value.
Parser - Class in org.eclipse.jetty.fcgi.parser
The FastCGI protocol exchanges frames.
Parser - Class in org.eclipse.jetty.http2.parser
The HTTP/2 protocol parser.
Parser(String) - Constructor for class org.eclipse.jetty.http.MultiPartByteRanges.Parser
 
Parser(String) - Constructor for class org.eclipse.jetty.http.MultiPartFormData.Parser
 
Parser(String, MultiPart.Parser.Listener) - Constructor for class org.eclipse.jetty.http.MultiPart.Parser
 
Parser(Parser.Listener) - Constructor for class org.eclipse.jetty.fcgi.parser.Parser
 
Parser(ByteBufferPool, int) - Constructor for class org.eclipse.jetty.http2.parser.Parser
 
Parser(ByteBufferPool, int, RateControl) - Constructor for class org.eclipse.jetty.http2.parser.Parser
 
Parser.Listener - Interface in org.eclipse.jetty.fcgi.parser
 
Parser.Listener - Interface in org.eclipse.jetty.http2.parser
 
Parser.Listener.Wrapper - Class in org.eclipse.jetty.http2.parser
 
parseRequest(InputStream) - Static method in class org.eclipse.jetty.http.HttpTester
 
parseRequest(String) - Static method in class org.eclipse.jetty.http.HttpTester
 
parseRequest(ByteBuffer) - Static method in class org.eclipse.jetty.http.HttpTester
 
parseRequest(ReadableByteChannel) - Static method in class org.eclipse.jetty.http.HttpTester
 
parseRequest(HttpTester.Input) - Static method in class org.eclipse.jetty.http.HttpTester
 
parseResponse(InputStream) - Static method in class org.eclipse.jetty.http.HttpTester
 
parseResponse(String) - Static method in class org.eclipse.jetty.http.HttpTester
 
parseResponse(ByteBuffer) - Static method in class org.eclipse.jetty.http.HttpTester
 
parseResponse(ReadableByteChannel) - Static method in class org.eclipse.jetty.http.HttpTester
 
parseResponse(HttpTester.Input) - Static method in class org.eclipse.jetty.http.HttpTester
 
parseResponse(HttpTester.Input, boolean) - Static method in class org.eclipse.jetty.http.HttpTester
 
ParserListener - Interface in org.eclipse.jetty.http3.parser
 
ParserListener.Wrapper - Class in org.eclipse.jetty.http3.parser
 
parseSetCookie(String) - Static method in class org.eclipse.jetty.server.HttpCookieUtils
 
Part(String, String, HttpFields) - Constructor for class org.eclipse.jetty.http.MultiPart.Part
 
Part(String, Path, ByteRange, long) - Constructor for class org.eclipse.jetty.http.MultiPartByteRanges.Part
 
Part(HttpFields, Path, ByteRange) - Constructor for class org.eclipse.jetty.http.MultiPartByteRanges.Part
 
PARTIAL_CONTENT - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
PARTIAL_CONTENT_206 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
partialReset() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
Partially reset the appendable: clear the buffer and clear any errors, but retain the decoding state of any partially decoded sequences.
passConditionalHeaders(Request, Response, HttpContent, Callback) - Method in class org.eclipse.jetty.server.ResourceService
 
Password - Class in org.eclipse.jetty.util.security
Password utility class.
Password(String) - Constructor for class org.eclipse.jetty.util.security.Password
Constructor.
PASSWORD_PROPERTY - Static variable in class org.eclipse.jetty.util.ssl.SslContextFactory
String name of keystore password property.
PATCH - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
path(String) - Method in interface org.eclipse.jetty.client.Request
Specifies the URI path - and possibly the query - of this request.
path(String) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
path(String) - Method in class org.eclipse.jetty.http.HttpCookie.Builder
 
path(String) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
PATH_ATTRIBUTE - Static variable in interface org.eclipse.jetty.http.HttpCookie
 
PATH_INFO - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
 
pathAdded(Path) - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
 
pathAdded(Path) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
pathAdded(Path) - Method in class org.eclipse.jetty.security.PropertyUserStore
 
pathAdded(Path) - Method in interface org.eclipse.jetty.util.Scanner.DiscreteListener
Called when a file is added.
pathChanged(Path) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
pathChanged(Path) - Method in class org.eclipse.jetty.security.PropertyUserStore
 
pathChanged(Path) - Method in interface org.eclipse.jetty.util.Scanner.DiscreteListener
Called when a file is changed.
PathCollators - Class in org.eclipse.jetty.util.resource
 
PathCollators() - Constructor for class org.eclipse.jetty.util.resource.PathCollators
 
PathContentSource - Class in org.eclipse.jetty.io.content
A Content.Source that provides the file content of the passed Path.
PathContentSource(Path) - Constructor for class org.eclipse.jetty.io.content.PathContentSource
 
PathContentSource(Path, ByteRange) - Constructor for class org.eclipse.jetty.http.MultiPartByteRanges.PathContentSource
 
PathContentSource(Path, ByteBufferPool) - Constructor for class org.eclipse.jetty.io.content.PathContentSource
 
PathFinder - Class in org.eclipse.jetty.start
 
PathFinder() - Constructor for class org.eclipse.jetty.start.PathFinder
 
pathInfo(String, String) - Static method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
Return the portion of a path that is after a path spec.
PathMapped() - Constructor for class org.eclipse.jetty.security.SecurityHandler.PathMapped
 
PathMapped(Handler) - Constructor for class org.eclipse.jetty.security.SecurityHandler.PathMapped
 
PathMappings<E> - Class in org.eclipse.jetty.http.pathmap
Path Mappings of PathSpec to Resource.
PathMappings() - Constructor for class org.eclipse.jetty.http.pathmap.PathMappings
 
PathMappingsHandler - Class in org.eclipse.jetty.server.handler
A Handler that delegates to other handlers through a configured PathMappings.
PathMappingsHandler() - Constructor for class org.eclipse.jetty.server.handler.PathMappingsHandler
 
PathMappingsHandler(boolean) - Constructor for class org.eclipse.jetty.server.handler.PathMappingsHandler
 
pathMatch(String, String) - Static method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
Return the portion of a path that matches a path spec.
PathMatchers - Class in org.eclipse.jetty.start
Common PathMatcher implementations.
PathMatchers() - Constructor for class org.eclipse.jetty.start.PathMatchers
 
PathPart(String, String, HttpFields, Path) - Constructor for class org.eclipse.jetty.http.MultiPart.PathPart
 
pathQuery(String) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
pathRemoved(Path) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
pathRemoved(Path) - Method in class org.eclipse.jetty.security.PropertyUserStore
 
pathRemoved(Path) - Method in interface org.eclipse.jetty.util.Scanner.DiscreteListener
Called when a file is removed.
PathRequestContent - Class in org.eclipse.jetty.client
A Request.Content for files using JDK 7's java.nio.file APIs.
PathRequestContent(String, Path) - Constructor for class org.eclipse.jetty.client.PathRequestContent
 
PathRequestContent(String, Path, int) - Constructor for class org.eclipse.jetty.client.PathRequestContent
 
PathRequestContent(String, Path, ByteBufferPool) - Constructor for class org.eclipse.jetty.client.PathRequestContent
 
PathRequestContent(Path) - Constructor for class org.eclipse.jetty.client.PathRequestContent
 
PathRequestContent(Path, int) - Constructor for class org.eclipse.jetty.client.PathRequestContent
 
PathResource - Class in org.eclipse.jetty.util.resource
Java NIO Path Resource.
PathResourceFactory - Class in org.eclipse.jetty.util.resource
 
PathResourceFactory() - Constructor for class org.eclipse.jetty.util.resource.PathResourceFactory
 
Paths() - Constructor for class org.eclipse.jetty.start.NaturalSort.Paths
 
paths_count - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_stats
 
pathsChanged(Set<Path>) - Method in interface org.eclipse.jetty.util.Scanner.BulkListener
 
pathSeparator() - Static method in class org.eclipse.jetty.start.FS
 
PathSpec - Interface in org.eclipse.jetty.http.pathmap
A path specification is a URI path template that can be matched against.
PathSpecGroup - Enum Class in org.eclipse.jetty.http.pathmap
Types of path spec groups.
pathSpecGroupPrecedence(PathSpecGroup) - Method in class org.eclipse.jetty.security.SecurityHandler.PathMapped
Get the relative precedence of a PathSpecGroup used by SecurityHandler.PathMapped.compare(MappedResource, MappedResource) to sort Constraints.
PathSpecSet - Class in org.eclipse.jetty.http.pathmap
A Set of PathSpec strings.
PathSpecSet() - Constructor for class org.eclipse.jetty.http.pathmap.PathSpecSet
 
PatternRule - Class in org.eclipse.jetty.rewrite.handler
Abstract rule that uses the Servlet pattern syntax via ServletPathSpec for path pattern matching.
PatternRule() - Constructor for class org.eclipse.jetty.rewrite.handler.PatternRule
 
PatternRule(String) - Constructor for class org.eclipse.jetty.rewrite.handler.PatternRule
 
PAYLOAD_TOO_LARGE - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
PAYLOAD_TOO_LARGE_413 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
PAYMENT_REQUIRED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
PAYMENT_REQUIRED_402 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
peek() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
peer_ack_delay_exponent - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_stats
 
peer_active_conn_id_limit - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_stats
 
peer_addr - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_path_stats
 
peer_addr_len - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_path_stats
 
PEER_CERTIFICATES_ATTRIBUTE - Static variable in class org.eclipse.jetty.server.SecureRequestCustomizer
The request attribute name to use to obtain the peer certificate chain as an array of X509Certificate objects.
peer_disable_active_migration - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_stats
 
peer_initial_max_data - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_stats
 
peer_initial_max_stream_data_bidi_local - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_stats
 
peer_initial_max_stream_data_bidi_remote - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_stats
 
peer_initial_max_stream_data_uni - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_stats
 
peer_initial_max_streams_bidi - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_stats
 
peer_initial_max_streams_uni - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_stats
 
peer_max_ack_delay - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_stats
 
peer_max_datagram_frame_size - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_stats
 
peer_max_idle_timeout - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_stats
 
peer_max_udp_payload_size - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_stats
 
peerCertificates() - Method in record class org.eclipse.jetty.server.SecureRequestCustomizer.SslSessionData
Returns the value of the peerCertificates record component.
PemExporter - Class in org.eclipse.jetty.quic.quiche
 
PENDING - Enum constant in enum class org.eclipse.jetty.fcgi.parser.ContentParser.Result
Not enough bytes have been provided to the parser with a call to ContentParser.parse(ByteBuffer).
PERMANENT_REDIRECT - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
PERMANENT_REDIRECT_308 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
PERMANET_REDIRECT - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
ping(PingFrame, Callback) - Method in interface org.eclipse.jetty.http2.api.Session
Sends the given PING frame.
ping(PingFrame, Callback) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
PING - Enum constant in enum class org.eclipse.jetty.http2.frames.FrameType
 
PING_LENGTH - Static variable in class org.eclipse.jetty.http2.frames.PingFrame
 
PingBodyParser - Class in org.eclipse.jetty.http2.parser
 
PingBodyParser(HeaderParser, Parser.Listener) - Constructor for class org.eclipse.jetty.http2.parser.PingBodyParser
 
PingFrame - Class in org.eclipse.jetty.http2.frames
 
PingFrame(boolean) - Constructor for class org.eclipse.jetty.http2.frames.PingFrame
Creates a PING frame with an empty payload.
PingFrame(byte[], boolean) - Constructor for class org.eclipse.jetty.http2.frames.PingFrame
Creates a PING frame with the given payload.
PingFrame(long, boolean) - Constructor for class org.eclipse.jetty.http2.frames.PingFrame
Creates a PING frame with the given long value as payload.
PingGenerator - Class in org.eclipse.jetty.http2.generator
 
PingGenerator(HeaderGenerator) - Constructor for class org.eclipse.jetty.http2.generator.PingGenerator
 
pmtu - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_path_stats
 
poll() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
poll(long, TimeUnit) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
pollTask() - Method in class org.eclipse.jetty.quic.client.ClientQuicSession
 
pollTask() - Method in class org.eclipse.jetty.quic.common.QuicSession
 
Pool<P> - Interface in org.eclipse.jetty.util
A pool of objects, with support for multiplexing and several optimized strategies plus an optional ThreadLocal cache of the last released entry.
Pool.Entry<E> - Interface in org.eclipse.jetty.util
A Pool entry that holds metadata and a pooled object.
Pool.Entry.Wrapper<W> - Class in org.eclipse.jetty.util
A wrapper for Entry instances.
Pool.Factory<F> - Interface in org.eclipse.jetty.util
A factory for Pool instances.
Pool.Wrapper<W> - Class in org.eclipse.jetty.util
A wrapper for Pool instances.
poolFor(int, boolean) - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
 
port(int) - Method in interface org.eclipse.jetty.client.Request
 
port(int) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
port(int) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
POST - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
POST(String) - Method in class org.eclipse.jetty.client.HttpClient
Creates a POST request to the specified URI.
POST(URI) - Method in class org.eclipse.jetty.client.HttpClient
Creates a POST request to the specified URI.
POST_AS_INT - Static variable in enum class org.eclipse.jetty.http.HttpMethod
 
POWERED_BY - Static variable in class org.eclipse.jetty.util.Jetty
 
PRAGMA - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
PREAMBLE - Enum constant in enum class org.eclipse.jetty.server.internal.MultiPartParser.State
 
PreCompressedHttpContent - Class in org.eclipse.jetty.http.content
 
PreCompressedHttpContent(HttpContent, HttpContent, CompressedContentFormat) - Constructor for class org.eclipse.jetty.http.content.PreCompressedHttpContent
 
PreCompressedHttpContentFactory - Class in org.eclipse.jetty.http.content
This HttpContent.Factory populates the HttpContent.getPreCompressedContentFormats() field for any HttpContent fetched through this factory.
PreCompressedHttpContentFactory(HttpContent.Factory, List<CompressedContentFormat>) - Constructor for class org.eclipse.jetty.http.content.PreCompressedHttpContentFactory
 
PreCompressedHttpContentFactory(HttpContent.Factory, CompressedContentFormat[]) - Constructor for class org.eclipse.jetty.http.content.PreCompressedHttpContentFactory
 
PRECONDITION_FAILED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
PRECONDITION_FAILED_412 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
PRECONDITION_REQUIRED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
PRECONDITION_REQUIRED_428 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
preCreateConnections(int) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
preCreateConnections(int) - Method in interface org.eclipse.jetty.client.ConnectionPool
Optionally pre-create up to connectionCount connections so they are immediately ready for use.
PreEncodedHttpField - Class in org.eclipse.jetty.http
Pre encoded HttpField.
PreEncodedHttpField(String, long) - Constructor for class org.eclipse.jetty.http.PreEncodedHttpField
 
PreEncodedHttpField(String, String) - Constructor for class org.eclipse.jetty.http.PreEncodedHttpField
 
PreEncodedHttpField(HttpHeader, long) - Constructor for class org.eclipse.jetty.http.PreEncodedHttpField
 
PreEncodedHttpField(HttpHeader, String) - Constructor for class org.eclipse.jetty.http.PreEncodedHttpField
 
PreEncodedHttpField(HttpHeader, String, String) - Constructor for class org.eclipse.jetty.http.PreEncodedHttpField
 
PREFACE - Enum constant in enum class org.eclipse.jetty.http2.frames.FrameType
 
PREFACE_BYTES - Static variable in class org.eclipse.jetty.http2.frames.PrefaceFrame
The HTTP/2 preface bytes.
PREFACE_PREAMBLE_BYTES - Static variable in class org.eclipse.jetty.http2.frames.PrefaceFrame
The bytes of the HTTP/2 preface that form a legal HTTP/1.1 request, used in the direct upgrade.
PrefaceFrame - Class in org.eclipse.jetty.http2.frames
 
PrefaceFrame() - Constructor for class org.eclipse.jetty.http2.frames.PrefaceFrame
 
PrefaceGenerator - Class in org.eclipse.jetty.http2.generator
 
PrefaceGenerator() - Constructor for class org.eclipse.jetty.http2.generator.PrefaceGenerator
 
PrefaceParser - Class in org.eclipse.jetty.http2.parser
 
PrefaceParser(Parser.Listener) - Constructor for class org.eclipse.jetty.http2.parser.PrefaceParser
 
PREFIX_GLOB - Enum constant in enum class org.eclipse.jetty.http.pathmap.PathSpecGroup
For path specs that have a hardcoded prefix and a trailing wildcard glob.
prepare(Request) - Method in interface org.eclipse.jetty.client.HttpUpgrader
Prepares the request for the upgrade, for example by setting the HTTP method or by setting HTTP headers required for the upgrade.
prepare(Request) - Method in class org.eclipse.jetty.client.transport.internal.ProtocolHttpUpgrader
 
prepareContext(Request, ConcurrentMap<String, Object>) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
prepareRequest(Request, AuthenticationState) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
prepareRequest(Request, AuthenticationState) - Method in interface org.eclipse.jetty.security.Authenticator
prepareResponse(HttpFields.Mutable) - Method in class org.eclipse.jetty.fcgi.server.internal.HttpStreamOverFCGI
 
prepareResponse(HttpFields.Mutable) - Method in class org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2
 
prepareResponse(HttpFields.Mutable) - Method in class org.eclipse.jetty.http3.server.internal.HttpStreamOverHTTP3
 
prepareResponse(HttpFields.Mutable) - Method in interface org.eclipse.jetty.server.HttpStream
Prepare the response headers with respect to the stream.
prepareResponse(HttpFields.Mutable) - Method in class org.eclipse.jetty.server.HttpStream.Wrapper
 
prepareResponse(HttpFields.Mutable) - Method in class org.eclipse.jetty.server.internal.HttpConnection.HttpStreamOverHTTP1
 
prepareTables() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
Set up the tables in the database
prepend(HTTP2Session.Entry) - Method in class org.eclipse.jetty.http2.internal.HTTP2Flusher
 
prependToArray(T, T[], Class<?>) - Static method in class org.eclipse.jetty.util.ArrayUtil
Add element to the start of an array
prevent(ClassLoader) - Method in class org.eclipse.jetty.util.preventers.AbstractLeakPreventer
 
prevent(ClassLoader) - Method in class org.eclipse.jetty.util.preventers.AppContextLeakPreventer
 
prevent(ClassLoader) - Method in class org.eclipse.jetty.util.preventers.AWTLeakPreventer
 
prevent(ClassLoader) - Method in class org.eclipse.jetty.util.preventers.DriverManagerLeakPreventer
 
preVisitDirectory(Path, BasicFileAttributes) - Method in class org.eclipse.jetty.start.PathFinder
 
PRI - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
PRI_AS_INT - Static variable in enum class org.eclipse.jetty.http.HttpMethod
 
printable(byte[]) - Static method in class org.eclipse.jetty.util.StringUtil
 
printable(String) - Static method in class org.eclipse.jetty.util.StringUtil
 
printTextResource(String) - Static method in class org.eclipse.jetty.start.Main
 
priority() - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheBinding
 
priority() - Method in interface org.eclipse.jetty.quic.quiche.QuicheBinding
 
priority(PriorityFrame, Callback) - Method in interface org.eclipse.jetty.http2.api.Session
Sends the given PRIORITY frame.
priority(PriorityFrame, Callback) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
PRIORITY - Enum constant in enum class org.eclipse.jetty.http2.frames.FrameType
 
PRIORITY - Static variable in interface org.eclipse.jetty.http2.internal.Flags
 
PRIORITY_LENGTH - Static variable in class org.eclipse.jetty.http2.frames.PriorityFrame
 
PriorityBodyParser - Class in org.eclipse.jetty.http2.parser
 
PriorityBodyParser(HeaderParser, Parser.Listener) - Constructor for class org.eclipse.jetty.http2.parser.PriorityBodyParser
 
PriorityFrame - Class in org.eclipse.jetty.http2.frames
 
PriorityFrame(int, int, boolean) - Constructor for class org.eclipse.jetty.http2.frames.PriorityFrame
 
PriorityFrame(int, int, int, boolean) - Constructor for class org.eclipse.jetty.http2.frames.PriorityFrame
 
PriorityGenerator - Class in org.eclipse.jetty.http2.generator
 
PriorityGenerator(HeaderGenerator) - Constructor for class org.eclipse.jetty.http2.generator.PriorityGenerator
 
proceed() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
proceed(Throwable) - Method in class org.eclipse.jetty.client.transport.HttpExchange
 
proceed(HttpExchange, Throwable) - Method in class org.eclipse.jetty.client.transport.HttpChannel
 
proceed(HttpExchange, Throwable) - Method in class org.eclipse.jetty.client.transport.HttpSender
 
process() - Method in class org.eclipse.jetty.http2.internal.HTTP2Flusher
 
process() - Method in class org.eclipse.jetty.http3.ControlFlusher
 
process() - Method in class org.eclipse.jetty.http3.InstructionFlusher
 
process() - Method in class org.eclipse.jetty.http3.MessageFlusher
 
process() - Method in class org.eclipse.jetty.io.internal.ContentCopier
 
process() - Method in class org.eclipse.jetty.server.handler.DelayedHandler.DelayedProcess
 
process() - Method in class org.eclipse.jetty.util.IteratingCallback
Method called by IteratingCallback.iterate() to process the asynchronous sub-task.
process(String) - Method in class org.eclipse.jetty.start.TextFile
 
process(SocketAddress, ByteBuffer) - Method in class org.eclipse.jetty.quic.common.QuicSession
 
process(SocketAddress, ByteBuffer) - Method in class org.eclipse.jetty.quic.server.ServerQuicSession
 
process(Stream.Data) - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
process(Frame, Callback) - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
process(Content.Chunk, Callback) - Method in interface org.eclipse.jetty.io.Content.Chunk.Processor
 
process(BaseHome) - Method in class org.eclipse.jetty.start.Module
 
processBinding(Node, App) - Method in interface org.eclipse.jetty.deploy.AppLifeCycle.Binding
Event called to process a AppLifeCycle binding.
processBinding(Node, App) - Method in class org.eclipse.jetty.deploy.bindings.DebugBinding
 
processBinding(Node, App) - Method in class org.eclipse.jetty.deploy.bindings.OrderedGroupBinding
 
processBinding(Node, App) - Method in class org.eclipse.jetty.deploy.bindings.StandardDeployer
 
processBinding(Node, App) - Method in class org.eclipse.jetty.deploy.bindings.StandardStarter
 
processBinding(Node, App) - Method in class org.eclipse.jetty.deploy.bindings.StandardStopper
 
processBinding(Node, App) - Method in class org.eclipse.jetty.deploy.bindings.StandardUndeployer
 
processCommandLine(String[]) - Method in class org.eclipse.jetty.start.Main
 
processCommandLine(List<String>) - Method in class org.eclipse.jetty.start.Main
Convenience for processCommandLine(cmdLine.toArray(new String[cmdLine.size()]))
processData() - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
processDataAvailable() - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
 
processFailure(Throwable) - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
 
processIncludeCipherSuites(String[], List<String>) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Deprecated.
no replacement
PROCESSING - Enum constant in enum class org.eclipse.jetty.http.HttpHeaderValue
 
PROCESSING - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
PROCESSING_102 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
ProcessingProtocolHandler - Class in org.eclipse.jetty.client
A protocol handler that handles the 102 response code.
ProcessingProtocolHandler() - Constructor for class org.eclipse.jetty.client.ProcessingProtocolHandler
 
ProcessorUtils - Class in org.eclipse.jetty.util
ProcessorUtils provides access to runtime info about processors, that may be overridden by system properties or environment variables.
ProcessorUtils() - Constructor for class org.eclipse.jetty.util.ProcessorUtils
 
processReadableStreams() - Method in class org.eclipse.jetty.quic.common.ProtocolSession
 
processSystemProperty(String, String, String) - Method in class org.eclipse.jetty.start.StartArgs
 
processWritableStreams() - Method in class org.eclipse.jetty.quic.common.ProtocolSession
 
produce() - Method in class org.eclipse.jetty.http2.HTTP2Connection.HTTP2Producer
 
produce() - Method in class org.eclipse.jetty.http2.HTTP2Connection
 
produce() - Method in class org.eclipse.jetty.quic.common.ProtocolSession
 
produce() - Method in interface org.eclipse.jetty.util.thread.ExecutionStrategy
Initiates (or resumes) the task production and consumption.
produce() - Method in interface org.eclipse.jetty.util.thread.ExecutionStrategy.Producer
Produces a task to be executed.
produce() - Method in class org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy
 
produce() - Method in class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume
 
produce() - Method in class org.eclipse.jetty.util.thread.strategy.ProduceConsume
 
produce() - Method in class org.eclipse.jetty.util.thread.strategy.ProduceExecuteConsume
 
ProduceConsume - Class in org.eclipse.jetty.util.thread.strategy
A strategy where the caller thread iterates over task production, submitting each task to an Executor for execution.
ProduceConsume(ExecutionStrategy.Producer, Executor) - Constructor for class org.eclipse.jetty.util.thread.strategy.ProduceConsume
 
ProduceExecuteConsume - Class in org.eclipse.jetty.util.thread.strategy
A strategy where the caller thread iterates over task production, submitting each task to an Executor for execution.
ProduceExecuteConsume(ExecutionStrategy.Producer, Executor) - Constructor for class org.eclipse.jetty.util.thread.strategy.ProduceExecuteConsume
 
PROGRESS_102_INFO - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
Promise<C> - Interface in org.eclipse.jetty.util
A callback abstraction that handles completed/failed events of asynchronous operations.
Promise.Adapter<U> - Class in org.eclipse.jetty.util
Empty implementation of Promise.
Promise.Completable<S> - Class in org.eclipse.jetty.util
A CompletableFuture that is also a Promise.
Promise.Wrapper<W> - Class in org.eclipse.jetty.util
 
Prop(String, String, String) - Constructor for class org.eclipse.jetty.start.Props.Prop
 
PropertyFileLoginModule - Class in org.eclipse.jetty.security.jaas.spi
PropertyFileLoginModule
PropertyFileLoginModule() - Constructor for class org.eclipse.jetty.security.jaas.spi.PropertyFileLoginModule
 
PropertyUserStore - Class in org.eclipse.jetty.security
This class monitors a property file of the format mentioned below and notifies registered listeners of the changes to the the given file.
PropertyUserStore() - Constructor for class org.eclipse.jetty.security.PropertyUserStore
 
PropertyUserStore.UserListener - Interface in org.eclipse.jetty.security
 
PropertyUserStoreManager - Class in org.eclipse.jetty.security.jaas
PropertyUserStoreManager Maintains a map of PropertyUserStores, keyed off the location of the property file containing the authentication and authorization information.
PropertyUserStoreManager() - Constructor for class org.eclipse.jetty.security.jaas.PropertyUserStoreManager
 
PROPFIND - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
PROPPATCH - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
Props - Class in org.eclipse.jetty.start
Management of Properties.
Props() - Constructor for class org.eclipse.jetty.start.Props
 
Props.Prop - Class in org.eclipse.jetty.start
 
PropsException - Exception Class in org.eclipse.jetty.start
An non-recoverable error with Props usage
PropsException(String) - Constructor for exception class org.eclipse.jetty.start.PropsException
 
PropsException(String, Throwable) - Constructor for exception class org.eclipse.jetty.start.PropsException
 
PropsException(Throwable) - Constructor for exception class org.eclipse.jetty.start.PropsException
 
Protocol(List<String>, boolean) - Constructor for class org.eclipse.jetty.client.Origin.Protocol
Creates a Protocol with the given list of protocol names and whether it should negotiate the protocol.
PROTOCOL_ATTRIBUTE - Static variable in interface org.eclipse.jetty.client.HttpUpgrader
The request attribute key for the upgrade protocol, used by the HTTP/2 extended CONNECT mechanism.
PROTOCOL_ERROR - Enum constant in enum class org.eclipse.jetty.http2.ErrorCode
Indicates a generic HTTP/2 protocol violation.
PROTOCOL_ERROR - Enum constant in enum class org.eclipse.jetty.http3.HTTP3ErrorCode
 
PROTOCOL_VERSION - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.tls_alert
 
PROTOCOL_VIOLATION - Enum constant in enum class org.eclipse.jetty.quic.common.QuicErrorCode
 
PROTOCOL_VIOLATION - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quic_error
 
ProtocolHandler - Interface in org.eclipse.jetty.client
A protocol handler performs HTTP protocol operations on behalf of the application, typically like a browser would.
ProtocolHandlers - Class in org.eclipse.jetty.client
A container for ProtocolHandlers accessible from HttpClient.getProtocolHandlers().
ProtocolHandlers() - Constructor for class org.eclipse.jetty.client.ProtocolHandlers
 
ProtocolHttpUpgrader - Class in org.eclipse.jetty.client.transport.internal
A HttpUpgrader that upgrades to a given protocol.
ProtocolHttpUpgrader(HttpDestination, String) - Constructor for class org.eclipse.jetty.client.transport.internal.ProtocolHttpUpgrader
 
ProtocolSession - Class in org.eclipse.jetty.quic.common
Represents an established stateful connection with a remote peer for a specific QUIC connection ID.
ProtocolSession(QuicSession) - Constructor for class org.eclipse.jetty.quic.common.ProtocolSession
 
ProtocolSession.Factory - Interface in org.eclipse.jetty.quic.common
A factory for protocol specific instances of ProtocolSession.
proxied() - Element in annotation interface org.eclipse.jetty.util.annotation.ManagedAttribute
Does the managed field exist on a proxy object?
proxied() - Element in annotation interface org.eclipse.jetty.util.annotation.ManagedOperation
Does the managed field exist on a proxy object?
ProxiedRequestHandler - Class in org.eclipse.jetty.server.handler
 
ProxiedRequestHandler() - Constructor for class org.eclipse.jetty.server.handler.ProxiedRequestHandler
 
Proxy(Origin.Address, boolean, SslContextFactory.Client, Origin.Protocol) - Constructor for class org.eclipse.jetty.client.ProxyConfiguration.Proxy
 
Proxy(Origin, SslContextFactory.Client) - Constructor for class org.eclipse.jetty.client.ProxyConfiguration.Proxy
 
PROXY - Enum constant in enum class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Command
 
PROXY - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
PROXY - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
PROXY_AUTHENTICATE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
PROXY_AUTHENTICATION_REQUIRED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
PROXY_AUTHENTICATION_REQUIRED_407 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
PROXY_AUTHORIZATION - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
PROXY_CONNECTION - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
ProxyAuthenticationProtocolHandler - Class in org.eclipse.jetty.client
A protocol handler that handles the 401 response code in association with the Proxy-Authenticate header.
ProxyAuthenticationProtocolHandler(HttpClient) - Constructor for class org.eclipse.jetty.client.ProxyAuthenticationProtocolHandler
 
ProxyAuthenticationProtocolHandler(HttpClient, int) - Constructor for class org.eclipse.jetty.client.ProxyAuthenticationProtocolHandler
 
ProxyConfiguration - Class in org.eclipse.jetty.client
The configuration of the forward proxy to use with HttpClient.
ProxyConfiguration() - Constructor for class org.eclipse.jetty.client.ProxyConfiguration
 
ProxyConfiguration.Proxy - Class in org.eclipse.jetty.client
 
ProxyConnectionFactory - Class in org.eclipse.jetty.server
ConnectionFactory for the PROXY Protocol.
ProxyConnectionFactory() - Constructor for class org.eclipse.jetty.server.ProxyConnectionFactory
 
ProxyConnectionFactory(String) - Constructor for class org.eclipse.jetty.server.ProxyConnectionFactory
 
ProxyConnectionFactory.ProxyEndPoint - Class in org.eclipse.jetty.server
 
ProxyCustomizer - Class in org.eclipse.jetty.server
Customizer that extracts the real local and remote address:port pairs from a ProxyConnectionFactory and sets them on the request with Attributes.setAttribute(String, Object).
ProxyCustomizer() - Constructor for class org.eclipse.jetty.server.ProxyCustomizer
 
ProxyEndPoint(EndPoint, InetSocketAddress, InetSocketAddress) - Constructor for class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
Deprecated.
ProxyEndPoint(EndPoint, SocketAddress, SocketAddress) - Constructor for class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
ProxyHandler - Class in org.eclipse.jetty.proxy
A Handler that can be used to implement a forward proxy ("proxy") or a reverse proxy ("gateway") as defined by RFC 7230.
ProxyHandler() - Constructor for class org.eclipse.jetty.proxy.ProxyHandler
 
ProxyHandler.Forward - Class in org.eclipse.jetty.proxy
A ProxyHandler that can be used to implement a forward proxy server.
ProxyHandler.ProxyRequestContent - Class in org.eclipse.jetty.proxy
 
ProxyHandler.ProxyResponseListener - Class in org.eclipse.jetty.proxy
 
ProxyHandler.Reverse - Class in org.eclipse.jetty.proxy
A ProxyHandler that can be used to implement a reverse proxy.
ProxyProtocolClientConnectionFactory - Class in org.eclipse.jetty.client
ClientConnectionFactory for the PROXY protocol.
ProxyProtocolClientConnectionFactory.ProxyProtocolConnection - Class in org.eclipse.jetty.client
 
ProxyProtocolClientConnectionFactory.V1 - Class in org.eclipse.jetty.client
A ClientConnectionFactory for the PROXY protocol version 1.
ProxyProtocolClientConnectionFactory.V1.Tag - Class in org.eclipse.jetty.client
PROXY protocol version 1 metadata holder to be used in conjunction with Request.tag(Object).
ProxyProtocolClientConnectionFactory.V2 - Class in org.eclipse.jetty.client
A ClientConnectionFactory for the PROXY protocol version 2.
ProxyProtocolClientConnectionFactory.V2.Tag - Class in org.eclipse.jetty.client
PROXY protocol version 2 metadata holder to be used in conjunction with Request.tag(Object).
ProxyProtocolClientConnectionFactory.V2.Tag.Command - Enum Class in org.eclipse.jetty.client
 
ProxyProtocolClientConnectionFactory.V2.Tag.Family - Enum Class in org.eclipse.jetty.client
 
ProxyProtocolClientConnectionFactory.V2.Tag.Protocol - Enum Class in org.eclipse.jetty.client
 
ProxyProtocolClientConnectionFactory.V2.Tag.TLV - Class in org.eclipse.jetty.client
 
ProxyRequestContent(Request) - Constructor for class org.eclipse.jetty.proxy.ProxyHandler.ProxyRequestContent
 
ProxyResponseListener(Request, Request, Response, Callback) - Constructor for class org.eclipse.jetty.proxy.ProxyHandler.ProxyResponseListener
 
push(MetaData.Request) - Method in class org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2
 
push(MetaData.Request) - Method in interface org.eclipse.jetty.server.HttpStream
Pushes the given resource to the client.
push(MetaData.Request) - Method in class org.eclipse.jetty.server.HttpStream.Wrapper
 
push(MetaData.Request) - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelRequest
 
push(MetaData.Request) - Method in interface org.eclipse.jetty.server.Request
Pushes the given resource to the client.
push(MetaData.Request) - Method in class org.eclipse.jetty.server.Request.Wrapper
 
push(Stream, Promise<Stream>, PushPromiseFrame, Stream.Listener) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
push(PushPromiseFrame, Stream.Listener) - Method in interface org.eclipse.jetty.http2.api.Stream
Sends the given PUSH_PROMISE frame.
push(PushPromiseFrame, Promise<Stream>, Stream.Listener) - Method in interface org.eclipse.jetty.http2.api.Stream
Sends the given PUSH_PROMISE frame.
push(PushPromiseFrame, Promise<Stream>, Stream.Listener) - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
push(HTTP2Stream, MetaData.Request) - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerConnection
 
PUSH_PROMISE - Enum constant in enum class org.eclipse.jetty.http2.frames.FrameType
 
PUSH_PROMISE - Enum constant in enum class org.eclipse.jetty.http3.frames.FrameType
 
PushPromiseBodyParser - Class in org.eclipse.jetty.http2.parser
 
PushPromiseBodyParser - Class in org.eclipse.jetty.http3.parser
 
PushPromiseBodyParser(HeaderParser, Parser.Listener, HeaderBlockParser) - Constructor for class org.eclipse.jetty.http2.parser.PushPromiseBodyParser
 
PushPromiseBodyParser(HeaderParser, ParserListener) - Constructor for class org.eclipse.jetty.http3.parser.PushPromiseBodyParser
 
PushPromiseFrame - Class in org.eclipse.jetty.http2.frames
 
PushPromiseFrame(int, int, MetaData.Request) - Constructor for class org.eclipse.jetty.http2.frames.PushPromiseFrame
 
PushPromiseFrame(int, MetaData.Request) - Constructor for class org.eclipse.jetty.http2.frames.PushPromiseFrame
 
PushPromiseGenerator - Class in org.eclipse.jetty.http2.generator
 
PushPromiseGenerator - Class in org.eclipse.jetty.http3.generator
 
PushPromiseGenerator(HeaderGenerator, HpackEncoder) - Constructor for class org.eclipse.jetty.http2.generator.PushPromiseGenerator
 
PushPromiseGenerator(ByteBufferPool) - Constructor for class org.eclipse.jetty.http3.generator.PushPromiseGenerator
 
put(int, String) - Method in class org.eclipse.jetty.server.handler.ReHandlingErrorHandler.ByHttpStatus
 
put(E) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
put(String, long) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
Sets the value of a long field.
put(String, E) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
put(String, String) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
Set a field.
put(String, String) - Method in class org.eclipse.jetty.http.HttpFields.MutableHttpFields
 
put(String, String) - Method in class org.eclipse.jetty.util.Fields
Inserts or replaces the given name/value pair as a single-valued Fields.Field.
put(String, List<String>) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
Set a field.
put(String, List<String>) - Method in class org.eclipse.jetty.http.HttpFields.MutableHttpFields
 
put(String, Constraint) - Method in class org.eclipse.jetty.security.SecurityHandler.PathMapped
 
put(String, TYPE) - Method in class org.eclipse.jetty.util.HostMap
 
put(String, V) - Method in interface org.eclipse.jetty.util.Index.Mutable
Put an entry into the index.
put(String, V) - Method in class org.eclipse.jetty.util.MultiMap
Put multi valued entry.
put(ByteBuffer, ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Put data from one buffer into another, avoiding over/under flows
put(ContentDecoder.Factory) - Method in class org.eclipse.jetty.client.ContentDecoder.Factories
 
put(ProtocolHandler) - Method in class org.eclipse.jetty.client.ProtocolHandlers
Stores the given protocolHandler in this container.
put(HttpField) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
 
put(HttpField) - Method in class org.eclipse.jetty.http.HttpFields.MutableHttpFields
 
put(HttpHeader, long) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
Sets the value of a long field.
put(HttpHeader, String) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
Set a field.
put(HttpHeader, String) - Method in class org.eclipse.jetty.http.HttpFields.MutableHttpFields
 
put(HttpHeader, HttpHeaderValue) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
 
put(HttpHeader, HttpHeaderValue) - Method in class org.eclipse.jetty.http.HttpFields.MutableHttpFields
 
put(PathSpec, E) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
put(PathSpec, Constraint) - Method in class org.eclipse.jetty.security.SecurityHandler.PathMapped
 
put(Fields.Field) - Method in class org.eclipse.jetty.util.Fields
Inserts or replaces the given Fields.Field, mapped to the field's name
put(V) - Method in interface org.eclipse.jetty.util.Index.Mutable
Put a value as both a key and a value.
PUT - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
PUT_AS_INT - Static variable in enum class org.eclipse.jetty.http.HttpMethod
 
putAllAttributes(Map<String, Object>) - Method in class org.eclipse.jetty.session.SessionData
 
putAllValues(Map<String, V>) - Method in class org.eclipse.jetty.util.MultiMap
Shorthand version of putAll
putAttribute(String, Object) - Method in class org.eclipse.jetty.jmx.ConnectorServer
Puts an attribute into the environment Map.
putAuthenticationFactory(Socks5.Authentication.Factory) - Method in class org.eclipse.jetty.client.Socks5Proxy
Provides this class with the given SOCKS5 authentication method.
putCookie(URI, HttpField) - Method in class org.eclipse.jetty.client.HttpClient
 
putCRLF(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
 
putDate(String, long) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
Sets the value of a date field.
putDate(HttpHeader, long) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
Sets the value of a date field.
putDecInt(ByteBuffer, int) - Static method in class org.eclipse.jetty.util.BufferUtil
 
putDecLong(ByteBuffer, long) - Static method in class org.eclipse.jetty.util.BufferUtil
 
putHeaders(Response, HttpContent, long) - Method in class org.eclipse.jetty.server.ResourceService
 
putHexInt(ByteBuffer, int) - Static method in class org.eclipse.jetty.util.BufferUtil
 
putIntLittleEndian(ByteBuffer, int) - Static method in class org.eclipse.jetty.util.BufferUtil
Put an integer little endian
putTo(ByteBuffer, HttpVersion) - Method in class org.eclipse.jetty.http.PreEncodedHttpField
 
putTo(HttpField, ByteBuffer) - Static method in class org.eclipse.jetty.http.HttpGenerator
 
putTo(HttpFields.Mutable, ByteBuffer) - Static method in class org.eclipse.jetty.http.HttpGenerator
 
putValues(String, List<V>) - Method in class org.eclipse.jetty.util.MultiMap
Put multi valued entry.
putValues(String, V...) - Method in class org.eclipse.jetty.util.MultiMap
Put multi valued entry.

Q

QPACK_DECODER_STREAM_ERROR - Static variable in exception class org.eclipse.jetty.http3.qpack.QpackException
 
QPACK_DECOMPRESSION_FAILED - Static variable in exception class org.eclipse.jetty.http3.qpack.QpackException
 
QPACK_ENCODER_STREAM_ERROR - Static variable in exception class org.eclipse.jetty.http3.qpack.QpackException
 
QpackContext - Class in org.eclipse.jetty.http3.qpack.internal
QPACK - Header Compression for HTTP/2
QpackContext() - Constructor for class org.eclipse.jetty.http3.qpack.internal.QpackContext
 
QpackDecoder - Class in org.eclipse.jetty.http3.qpack
 
QpackDecoder(Instruction.Handler) - Constructor for class org.eclipse.jetty.http3.qpack.QpackDecoder
 
QpackDecoder.Handler - Interface in org.eclipse.jetty.http3.qpack
 
QpackEncoder - Class in org.eclipse.jetty.http3.qpack
 
QpackEncoder(Instruction.Handler) - Constructor for class org.eclipse.jetty.http3.qpack.QpackEncoder
 
QpackException - Exception Class in org.eclipse.jetty.http3.qpack
 
QpackException.SessionException - Exception Class in org.eclipse.jetty.http3.qpack
A Session QPACK Exception.
QpackException.StreamException - Exception Class in org.eclipse.jetty.http3.qpack
A Stream QPACK exception.
QpackFieldPreEncoder - Class in org.eclipse.jetty.http3.qpack
 
QpackFieldPreEncoder() - Constructor for class org.eclipse.jetty.http3.qpack.QpackFieldPreEncoder
 
Quadratic() - Constructor for class org.eclipse.jetty.io.ArrayByteBufferPool.Quadratic
 
Quadratic(int, int, int) - Constructor for class org.eclipse.jetty.io.ArrayByteBufferPool.Quadratic
 
Quadratic(int, int, int, long, long) - Constructor for class org.eclipse.jetty.io.ArrayByteBufferPool.Quadratic
 
query(String) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
QUERY_STRING - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
 
queryExpiryByEntity() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
A less efficient query to find sessions whose expiry time has passed: retrieves the whole Entity.
queryExpiryByEntity(long) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
A less efficient query to find sessions whose expiry time is before the given timeLimit.
queryExpiryByIndex() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
An efficient query to find sessions whose expiry time has passed: uses a projection query, which requires indexes to be uploaded.
queryExpiryByIndex(long) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
An efficient query to find sessions whose expiry time is before the given timeLimit: uses a projection query, which requires indexes to be uploaded.
QueuedPool<P> - Class in org.eclipse.jetty.io.internal
A Queue based implementation of Pool.
QueuedPool(int) - Constructor for class org.eclipse.jetty.io.internal.QueuedPool
 
QueuedThreadPool - Class in org.eclipse.jetty.util.thread
A thread pool with a queue of jobs to execute.
QueuedThreadPool() - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
 
QueuedThreadPool(int) - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
 
QueuedThreadPool(int, int) - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
 
QueuedThreadPool(int, int, int) - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
 
QueuedThreadPool(int, int, int, int, BlockingQueue<Runnable>, ThreadGroup) - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
 
QueuedThreadPool(int, int, int, int, BlockingQueue<Runnable>, ThreadGroup, ThreadFactory) - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
 
QueuedThreadPool(int, int, int, BlockingQueue<Runnable>) - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
 
QueuedThreadPool(int, int, int, BlockingQueue<Runnable>, ThreadGroup) - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
 
QueuedThreadPool(int, int, BlockingQueue<Runnable>) - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
 
queuedToBegin(HttpExchange) - Method in class org.eclipse.jetty.client.transport.HttpSender
 
QuicClientConnectorConfigurator - Class in org.eclipse.jetty.quic.client
QuicClientConnectorConfigurator() - Constructor for class org.eclipse.jetty.quic.client.QuicClientConnectorConfigurator
 
QuicClientConnectorConfigurator(UnaryOperator<Connection>) - Constructor for class org.eclipse.jetty.quic.client.QuicClientConnectorConfigurator
 
QuicConfiguration - Class in org.eclipse.jetty.quic.common
A record that captures QUIC configuration parameters.
QuicConfiguration() - Constructor for class org.eclipse.jetty.quic.common.QuicConfiguration
 
QuicConnection - Class in org.eclipse.jetty.quic.common
A Connection implementation that receives and sends datagram packets via its associated DatagramChannelEndPoint.
QuicConnection(Executor, Scheduler, ByteBufferPool, EndPoint) - Constructor for class org.eclipse.jetty.quic.common.QuicConnection
 
QuicErrorCode - Enum Class in org.eclipse.jetty.quic.common
 
Quiche - Interface in org.eclipse.jetty.quic.quiche
 
quiche_accept(byte[], size_t, byte[], size_t, sockaddr, size_t, sockaddr, size_t, LibQuiche.quiche_config) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
QUICHE_CC_BBR - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quiche_cc_algorithm
 
QUICHE_CC_CUBIC - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quiche_cc_algorithm
 
QUICHE_CC_RENO - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quiche_cc_algorithm
 
quiche_config() - Constructor for class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_config
 
quiche_config_free(LibQuiche.quiche_config) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_config_load_cert_chain_from_pem_file(LibQuiche.quiche_config, String) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_config_load_priv_key_from_pem_file(LibQuiche.quiche_config, String) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_config_load_verify_locations_from_file(LibQuiche.quiche_config, String) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_config_new(uint32_t) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_config_set_ack_delay_exponent(LibQuiche.quiche_config, uint64_t) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_config_set_active_connection_id_limit(LibQuiche.quiche_config, uint64_t) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_config_set_application_protos(LibQuiche.quiche_config, byte[], size_t) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_config_set_cc_algorithm(LibQuiche.quiche_config, int) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_config_set_disable_active_migration(LibQuiche.quiche_config, boolean) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_config_set_initial_max_data(LibQuiche.quiche_config, uint64_t) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_config_set_initial_max_stream_data_bidi_local(LibQuiche.quiche_config, uint64_t) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_config_set_initial_max_stream_data_bidi_remote(LibQuiche.quiche_config, uint64_t) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_config_set_initial_max_stream_data_uni(LibQuiche.quiche_config, uint64_t) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_config_set_initial_max_streams_bidi(LibQuiche.quiche_config, uint64_t) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_config_set_initial_max_streams_uni(LibQuiche.quiche_config, uint64_t) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_config_set_max_ack_delay(LibQuiche.quiche_config, uint64_t) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_config_set_max_connection_window(LibQuiche.quiche_config, uint64_t) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_config_set_max_idle_timeout(LibQuiche.quiche_config, uint64_t) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_config_set_max_send_udp_payload_size(LibQuiche.quiche_config, size_t) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_config_set_max_stream_window(LibQuiche.quiche_config, uint64_t) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_config_set_stateless_reset_token(LibQuiche.quiche_config, byte[]) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_config_verify_peer(LibQuiche.quiche_config, boolean) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_conn() - Constructor for class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_conn
 
quiche_conn_application_proto(LibQuiche.quiche_conn, char_pointer, size_t_pointer) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_conn_close(LibQuiche.quiche_conn, boolean, uint64_t, String, size_t) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_conn_free(LibQuiche.quiche_conn) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_conn_is_closed(LibQuiche.quiche_conn) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_conn_is_draining(LibQuiche.quiche_conn) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_conn_is_established(LibQuiche.quiche_conn) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_conn_is_in_early_data(LibQuiche.quiche_conn) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_conn_is_timed_out(LibQuiche.quiche_conn) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_conn_local_error(LibQuiche.quiche_conn, bool_pointer, uint64_t_pointer, char_pointer, size_t_pointer) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_conn_on_timeout(LibQuiche.quiche_conn) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_conn_path_stats(LibQuiche.quiche_conn, size_t, LibQuiche.quiche_path_stats) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_conn_peer_cert(LibQuiche.quiche_conn, char_pointer, size_t_pointer) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_conn_peer_error(LibQuiche.quiche_conn, bool_pointer, uint64_t_pointer, char_pointer, size_t_pointer) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_conn_readable(LibQuiche.quiche_conn) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_conn_recv(LibQuiche.quiche_conn, ByteBuffer, size_t, LibQuiche.quiche_recv_info) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_conn_send(LibQuiche.quiche_conn, ByteBuffer, size_t, LibQuiche.quiche_send_info) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_conn_send_quantum(LibQuiche.quiche_conn) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_conn_set_qlog_path(LibQuiche.quiche_conn, String, String, String) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_conn_stats(LibQuiche.quiche_conn, LibQuiche.quiche_stats) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_conn_stream_capacity(LibQuiche.quiche_conn, uint64_t) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_conn_stream_finished(LibQuiche.quiche_conn, uint64_t) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_conn_stream_priority(LibQuiche.quiche_conn, uint64_t, uint8_t, boolean) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_conn_stream_recv(LibQuiche.quiche_conn, uint64_t, ByteBuffer, size_t, bool_pointer) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_conn_stream_send(LibQuiche.quiche_conn, uint64_t, ByteBuffer, size_t, boolean) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_conn_stream_shutdown(LibQuiche.quiche_conn, uint64_t, int, uint64_t) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_conn_timeout_as_millis(LibQuiche.quiche_conn) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_conn_writable(LibQuiche.quiche_conn) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_connect(String, byte[], size_t, sockaddr, size_t, sockaddr, size_t, LibQuiche.quiche_config) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_enable_debug_logging(LibQuiche.LoggingCallback, Pointer) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
QUICHE_ERR_BUFFER_TOO_SHORT - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quiche_error
 
QUICHE_ERR_CONGESTION_CONTROL - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quiche_error
 
QUICHE_ERR_CRYPTO_FAIL - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quiche_error
 
QUICHE_ERR_DONE - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quiche_error
 
QUICHE_ERR_FINAL_SIZE - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quiche_error
 
QUICHE_ERR_FLOW_CONTROL - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quiche_error
 
QUICHE_ERR_INVALID_FRAME - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quiche_error
 
QUICHE_ERR_INVALID_PACKET - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quiche_error
 
QUICHE_ERR_INVALID_STATE - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quiche_error
 
QUICHE_ERR_INVALID_STREAM_STATE - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quiche_error
 
QUICHE_ERR_INVALID_TRANSPORT_PARAM - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quiche_error
 
QUICHE_ERR_STREAM_LIMIT - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quiche_error
 
QUICHE_ERR_STREAM_RESET - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quiche_error
 
QUICHE_ERR_STREAM_STOPPED - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quiche_error
 
QUICHE_ERR_TLS_FAIL - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quiche_error
 
QUICHE_ERR_UNKNOWN_VERSION - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quiche_error
 
quiche_header_info(ByteBuffer, size_t, size_t, uint32_t_pointer, uint8_t_pointer, byte[], size_t_pointer, byte[], size_t_pointer, byte[], size_t_pointer) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
QUICHE_MAX_CONN_ID_LEN - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche
 
QUICHE_MIN_CLIENT_INITIAL_LEN - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche
 
quiche_negotiate_version(byte[], size_t, byte[], size_t, ByteBuffer, size_t) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_path_stats() - Constructor for class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_path_stats
 
QUICHE_PROTOCOL_VERSION - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche
 
quiche_recv_info() - Constructor for class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_recv_info
 
quiche_retry(byte[], size_t, byte[], size_t, byte[], size_t, byte[], size_t, uint32_t, ByteBuffer, size_t) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_send_info() - Constructor for class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_send_info
 
QUICHE_SHUTDOWN_READ - Static variable in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_shutdown
 
QUICHE_SHUTDOWN_WRITE - Static variable in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_shutdown
 
quiche_stats() - Constructor for class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_stats
 
quiche_stream_iter() - Constructor for class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_stream_iter
 
quiche_stream_iter_free(LibQuiche.quiche_stream_iter) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_stream_iter_next(LibQuiche.quiche_stream_iter, uint64_t_pointer) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_version() - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
quiche_version_is_supported(uint32_t) - Method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
 
Quiche.quic_error - Interface in org.eclipse.jetty.quic.quiche
 
Quiche.quiche_cc_algorithm - Interface in org.eclipse.jetty.quic.quiche
 
Quiche.quiche_error - Interface in org.eclipse.jetty.quic.quiche
 
Quiche.tls_alert - Interface in org.eclipse.jetty.quic.quiche
 
QuicheBinding - Interface in org.eclipse.jetty.quic.quiche
 
QuicheConfig - Class in org.eclipse.jetty.quic.quiche
 
QuicheConfig() - Constructor for class org.eclipse.jetty.quic.quiche.QuicheConfig
 
QuicheConfig.CongestionControl - Enum Class in org.eclipse.jetty.quic.quiche
 
QuicheConnection - Class in org.eclipse.jetty.quic.quiche
 
QuicheConnection() - Constructor for class org.eclipse.jetty.quic.quiche.QuicheConnection
 
QuicheConnection.CloseInfo - Class in org.eclipse.jetty.quic.quiche
 
QuicheConnection.TokenMinter - Interface in org.eclipse.jetty.quic.quiche
 
QuicheConnection.TokenValidationException - Exception Class in org.eclipse.jetty.quic.quiche
 
QuicheConnection.TokenValidator - Interface in org.eclipse.jetty.quic.quiche
 
QuicheConnectionId - Class in org.eclipse.jetty.quic.quiche
 
QuicServerConnector - Class in org.eclipse.jetty.quic.server
A server side network connector that uses a DatagramChannel to listen on a network port for QUIC traffic.
QuicServerConnector(Server, Executor, Scheduler, ByteBufferPool, SslContextFactory.Server, ConnectionFactory...) - Constructor for class org.eclipse.jetty.quic.server.QuicServerConnector
 
QuicServerConnector(Server, SslContextFactory.Server, ConnectionFactory...) - Constructor for class org.eclipse.jetty.quic.server.QuicServerConnector
 
QuicSession - Class in org.eclipse.jetty.quic.common
Represents a logical connection with a remote peer, identified by a QUIC connection ID.
QuicSession(Executor, Scheduler, ByteBufferPool, QuicheConnection, QuicConnection, SocketAddress) - Constructor for class org.eclipse.jetty.quic.common.QuicSession
 
QuicSession.Listener - Interface in org.eclipse.jetty.quic.common
A listener for QuicSession events.
QuicSessionContainer - Class in org.eclipse.jetty.quic.common
A container that tracks QuicSession instances.
QuicSessionContainer() - Constructor for class org.eclipse.jetty.quic.common.QuicSessionContainer
 
QuicStreamEndPoint - Class in org.eclipse.jetty.quic.common
An EndPoint implementation on top of a QUIC stream.
QuicStreamEndPoint(Scheduler, QuicSession, long) - Constructor for class org.eclipse.jetty.quic.common.QuicStreamEndPoint
 
QuietException - Interface in org.eclipse.jetty.io
A Quiet Exception.
QuietException.Exception - Exception Class in org.eclipse.jetty.io
 
quote(Appendable, String) - Method in class org.eclipse.jetty.util.LegacyQuotedStringTokenizer
 
quote(Appendable, String) - Method in interface org.eclipse.jetty.util.QuotedStringTokenizer
Quote a string into an Appendable, escaping any characters that need to be escaped.
quote(Appendable, String) - Method in class org.eclipse.jetty.util.RFC9110QuotedStringTokenizer
 
quote(String) - Static method in class org.eclipse.jetty.http.QuotedCSVParser
 
quote(String) - Static method in class org.eclipse.jetty.start.CommandLineBuilder
Deprecated.
no replacement, quoting is done by CommandLineBuilder.toQuotedString() now.
quote(String) - Method in interface org.eclipse.jetty.util.QuotedStringTokenizer
Quote a string.
QuotedCSV - Class in org.eclipse.jetty.http
Implements a quoted comma separated list of values in accordance with RFC7230.
QuotedCSV(boolean, String...) - Constructor for class org.eclipse.jetty.http.QuotedCSV
 
QuotedCSV(String...) - Constructor for class org.eclipse.jetty.http.QuotedCSV
 
QuotedCSVParser - Class in org.eclipse.jetty.http
Implements a quoted comma separated list parser in accordance with RFC9110 section 5.6.
QuotedCSVParser(boolean) - Constructor for class org.eclipse.jetty.http.QuotedCSVParser
 
QuotedQualityCSV - Class in org.eclipse.jetty.http
Implements a quoted comma separated list of quality values in accordance with RFC7230 and RFC7231.
QuotedQualityCSV() - Constructor for class org.eclipse.jetty.http.QuotedQualityCSV
Sorts values with equal quality according to the length of the value String.
QuotedQualityCSV(String[]) - Constructor for class org.eclipse.jetty.http.QuotedQualityCSV
Sorts values with equal quality according to given order.
QuotedQualityCSV(ToIntFunction<String>) - Constructor for class org.eclipse.jetty.http.QuotedQualityCSV
Orders values with equal quality with the given function.
QuotedQualityCSV(List<String>) - Constructor for class org.eclipse.jetty.http.QuotedQualityCSV
Sorts values with equal quality according to given order.
QuotedStringTokenizer - Interface in org.eclipse.jetty.util
A Tokenizer that splits a string into parts, allowing for quotes.
QuotedStringTokenizer.Builder - Class in org.eclipse.jetty.util
 
quoteIfNeeded(String) - Static method in class org.eclipse.jetty.http.QuotedCSVParser
 
quoteIfNeeded(String) - Method in class org.eclipse.jetty.util.LegacyQuotedStringTokenizer
 
quoteIfNeeded(String) - Method in interface org.eclipse.jetty.util.QuotedStringTokenizer
Quote a string.
quoteIfNeeded(String) - Method in class org.eclipse.jetty.util.RFC9110QuotedStringTokenizer
 
quoteIfNeeded(StringBuilder, String) - Method in class org.eclipse.jetty.util.LegacyQuotedStringTokenizer
 
quoteIfNeeded(StringBuilder, String) - Method in interface org.eclipse.jetty.util.QuotedStringTokenizer
Append into buf the provided string, adding quotes if needed.
quoteIfNeeded(StringBuilder, String) - Method in class org.eclipse.jetty.util.RFC9110QuotedStringTokenizer
 

R

RANDOM - Enum constant in enum class org.eclipse.jetty.util.ConcurrentPool.StrategyType
A strategy that looks for an entry by iterating from a random starting index.
randomAlphaNumeric(int) - Static method in class org.eclipse.jetty.util.StringUtil
 
RandomConnectionPool - Class in org.eclipse.jetty.client
A ConnectionPool that provides connections randomly among the ones that are available.
RandomConnectionPool(Destination, int, int) - Constructor for class org.eclipse.jetty.client.RandomConnectionPool
 
randomReservedCode() - Static method in enum class org.eclipse.jetty.http3.HTTP3ErrorCode
 
RANGE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
RANGE_NOT_SATISFIABLE - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
RANGE_NOT_SATISFIABLE_416 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
RateControl - Interface in org.eclipse.jetty.http2
Controls rate of events via RateControl.onEvent(Object).
RateControl.Factory - Interface in org.eclipse.jetty.http2
Factory to create RateControl instances.
rateControlOnEvent(Object) - Method in class org.eclipse.jetty.http2.parser.BodyParser
 
RateCounter - Class in org.eclipse.jetty.util.statistic
Counts the rate that Longs are added to this from the time of creation or the last call to RateCounter.reset().
RateCounter() - Constructor for class org.eclipse.jetty.util.statistic.RateCounter
 
RateStatistic - Class in org.eclipse.jetty.util.statistic
Statistics on a time sequence rate.
RateStatistic(long, TimeUnit) - Constructor for class org.eclipse.jetty.util.statistic.RateStatistic
 
RawArgs - Class in org.eclipse.jetty.start
 
RawArgs() - Constructor for class org.eclipse.jetty.start.RawArgs
 
RawArgs.Entry - Class in org.eclipse.jetty.start
 
RawHTTP2ServerConnectionFactory - Class in org.eclipse.jetty.http2.server
 
RawHTTP2ServerConnectionFactory(ServerSessionListener) - Constructor for class org.eclipse.jetty.http2.server.RawHTTP2ServerConnectionFactory
 
RawHTTP2ServerConnectionFactory(HttpConfiguration, ServerSessionListener) - Constructor for class org.eclipse.jetty.http2.server.RawHTTP2ServerConnectionFactory
 
RawHTTP2ServerConnectionFactory(HttpConfiguration, ServerSessionListener, String...) - Constructor for class org.eclipse.jetty.http2.server.RawHTTP2ServerConnectionFactory
 
RawHTTP3ServerConnectionFactory - Class in org.eclipse.jetty.http3.server
 
RawHTTP3ServerConnectionFactory(Session.Server.Listener) - Constructor for class org.eclipse.jetty.http3.server.RawHTTP3ServerConnectionFactory
 
RawHTTP3ServerConnectionFactory(HttpConfiguration, Session.Server.Listener) - Constructor for class org.eclipse.jetty.http3.server.RawHTTP3ServerConnectionFactory
 
read() - Method in class org.eclipse.jetty.fcgi.server.internal.HttpStreamOverFCGI
 
read() - Method in class org.eclipse.jetty.http.MultiPart.AbstractContentSource
 
read() - Method in class org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2
 
read() - Method in class org.eclipse.jetty.http3.server.internal.HttpStreamOverHTTP3
 
read() - Method in class org.eclipse.jetty.io.ByteBufferInputStream
 
read() - Method in class org.eclipse.jetty.io.content.AsyncContent
 
read() - Method in class org.eclipse.jetty.io.content.ByteBufferContentSource
 
read() - Method in class org.eclipse.jetty.io.content.ChunksContentSource
 
read() - Method in class org.eclipse.jetty.io.content.ContentSourceInputStream
 
read() - Method in class org.eclipse.jetty.io.content.ContentSourceTransformer
 
read() - Method in class org.eclipse.jetty.io.content.InputStreamContentSource
 
read() - Method in class org.eclipse.jetty.io.content.OutputStreamContentSource
 
read() - Method in class org.eclipse.jetty.io.content.PathContentSource
 
read() - Method in interface org.eclipse.jetty.io.Content.Source
Reads a chunk of content.
read() - Method in class org.eclipse.jetty.proxy.ProxyHandler.ProxyRequestContent
 
read() - Method in class org.eclipse.jetty.server.handler.ErrorHandler.ErrorRequest
 
read() - Method in class org.eclipse.jetty.server.handler.gzip.GzipRequest
 
read() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler.MinimumDataRateHandler.MinimumDataRateRequest
 
read() - Method in interface org.eclipse.jetty.server.HttpStream
Reads a chunk of content, with the same semantic as Content.Source.read().
read() - Method in class org.eclipse.jetty.server.HttpStream.Wrapper
 
read() - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelRequest
 
read() - Method in class org.eclipse.jetty.server.internal.HttpConnection.HttpStreamOverHTTP1
 
read() - Method in interface org.eclipse.jetty.server.Request
Reads a chunk of content.
read() - Method in class org.eclipse.jetty.server.Request.Wrapper
 
read(boolean) - Method in class org.eclipse.jetty.client.transport.HttpReceiver
Reads a chunk of data.
read(boolean) - Method in class org.eclipse.jetty.client.transport.internal.HttpReceiverOverHTTP
 
read(boolean) - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpReceiverOverFCGI
 
read(boolean) - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpReceiverOverHTTP2
 
read(boolean) - Method in class org.eclipse.jetty.http3.client.transport.internal.HttpReceiverOverHTTP3
 
read(byte[], int, int) - Method in class org.eclipse.jetty.io.ByteBufferInputStream
 
read(byte[], int, int) - Method in class org.eclipse.jetty.io.content.ContentSourceInputStream
 
read(SeekableByteChannel, ByteBuffer) - Method in class org.eclipse.jetty.http.MultiPartByteRanges.PathContentSource
 
read(SeekableByteChannel, ByteBuffer) - Method in class org.eclipse.jetty.io.content.PathContentSource
 
read(EndPoint, ByteBuffer) - Method in class org.eclipse.jetty.server.handler.ConnectHandler.DownstreamConnection
 
read(EndPoint, ByteBuffer) - Method in class org.eclipse.jetty.server.handler.ConnectHandler.UpstreamConnection
 
read(EndPoint, ByteBuffer, ConcurrentMap<String, Object>) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
Reads (with non-blocking semantic) into the given buffer from the given endPoint.
readableStreamIds() - Method in class org.eclipse.jetty.quic.quiche.QuicheConnection
 
readBytes(InputStream) - Static method in class org.eclipse.jetty.util.IO
 
readData() - Method in interface org.eclipse.jetty.http2.api.Stream
Reads DATA frames from this stream, wrapping them in retainable Stream.Data objects.
readData() - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
readData() - Method in interface org.eclipse.jetty.http3.api.Stream
Reads request content bytes or response content bytes.
readData() - Method in class org.eclipse.jetty.http3.HTTP3Stream
 
readFrom(File, ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
 
readFrom(InputStream, int, ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
 
readFrom(InputStream, ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
 
readFrom(ReadableByteChannel, ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Read content from a ReadableByteChannel into a buffer.
readFrom(Path, ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
 
readObject(ClassLoader) - Method in class org.eclipse.jetty.util.ClassLoadingObjectInputStream
 
readonly() - Element in annotation interface org.eclipse.jetty.util.annotation.ManagedAttribute
Is the managed field read-only? Required only when a setter exists but should not be exposed via JMX
ReadyTask(Invocable.InvocationType, Runnable) - Constructor for class org.eclipse.jetty.util.thread.Invocable.ReadyTask
 
realPath() - Method in record class org.eclipse.jetty.server.CustomRequestLog.LogDetail
Returns the value of the realPath record component.
reason() - Method in class org.eclipse.jetty.quic.common.CloseInfo
 
reason() - Method in class org.eclipse.jetty.quic.quiche.QuicheConnection.CloseInfo
 
reason(String) - Method in class org.eclipse.jetty.client.transport.HttpResponse
 
REASON - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
rebind(String, Object) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
rebind(String, Object) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
rebind(String, Object) - Method in class org.eclipse.jetty.jndi.NamingContext
Overwrite or create a binding from Name to Object
rebind(Name, Object) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
rebind(Name, Object) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
rebind(Name, Object) - Method in class org.eclipse.jetty.jndi.NamingContext
Overwrite or create a binding
REBIND - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
receive() - Method in class org.eclipse.jetty.client.transport.internal.HttpChannelOverHTTP
 
receive() - Method in class org.eclipse.jetty.http3.HTTP3StreamConnection
 
receive(ByteBuffer) - Method in class org.eclipse.jetty.io.DatagramChannelEndPoint
Receives data into the given buffer from the returned address.
RECEIVED - Enum constant in enum class org.eclipse.jetty.http2.CloseState.Event
 
RECOGNIZED - Enum constant in enum class org.eclipse.jetty.server.ConnectionFactory.Detecting.Detection
A ConnectionFactory.Detecting can work with the given bytes.
record() - Method in class org.eclipse.jetty.util.statistic.RateStatistic
Records a sample value.
record(long) - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
Records a sample value.
RECORD_OVERFLOW - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.tls_alert
 
recordBytesIn(long) - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
 
recordBytesOut(long) - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
 
recordDuration(long) - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
 
recordMessagesIn(long) - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
 
recordMessagesOut(long) - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
 
recordSessionTime(ManagedSession) - Method in class org.eclipse.jetty.session.AbstractSessionManager
Record length of time session has been active.
recordSessionTime(ManagedSession) - Method in interface org.eclipse.jetty.session.SessionManager
 
recv - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_path_stats
 
recv - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_stats
 
recv_bytes - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_path_stats
 
recv_bytes - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_stats
 
recycle() - Method in interface org.eclipse.jetty.server.HttpChannel
Recycle the HttpChannel, so that a new cycle of calling HttpChannel.setHttpStream(HttpStream), HttpChannel.onRequest(MetaData.Request) etc.
recycle() - Method in class org.eclipse.jetty.server.internal.HttpChannelState
 
redirect(Request, Response) - Method in class org.eclipse.jetty.client.HttpRedirector
Redirects the given response, blocking until the redirect is complete.
redirect(Request, Response, Response.CompleteListener) - Method in class org.eclipse.jetty.client.HttpRedirector
Redirects the given response asynchronously.
REDIRECT - Enum constant in enum class org.eclipse.jetty.server.ResourceService.WelcomeMode
The welcome target is used as the location for a redirect response, sent by ResourceService.redirectWelcome(Request, Response, Callback, String).
RedirectPatternRule - Class in org.eclipse.jetty.rewrite.handler
Issues a (3xx) redirect response whenever the rule finds a request path Servlet pattern match.
RedirectPatternRule() - Constructor for class org.eclipse.jetty.rewrite.handler.RedirectPatternRule
 
RedirectPatternRule(String, String) - Constructor for class org.eclipse.jetty.rewrite.handler.RedirectPatternRule
 
RedirectProtocolHandler - Class in org.eclipse.jetty.client
A protocol handler that handles redirect status codes 301, 302, 303, 307 and 308.
RedirectProtocolHandler(HttpClient) - Constructor for class org.eclipse.jetty.client.RedirectProtocolHandler
 
RedirectRegexRule - Class in org.eclipse.jetty.rewrite.handler
Issues a (3xx) redirect response whenever the rule finds a request path regular expression match
RedirectRegexRule() - Constructor for class org.eclipse.jetty.rewrite.handler.RedirectRegexRule
 
RedirectRegexRule(String, String) - Constructor for class org.eclipse.jetty.rewrite.handler.RedirectRegexRule
 
redirectToSecure(Request, Response, Callback) - Method in class org.eclipse.jetty.security.SecurityHandler
 
redirectWelcome(Request, Response, Callback, String) - Method in class org.eclipse.jetty.server.ResourceService
Redirects to the given welcome target.
reference() - Method in class org.eclipse.jetty.http3.qpack.internal.table.Entry
 
reference(Entry) - Method in class org.eclipse.jetty.http3.qpack.internal.StreamInfo.SectionInfo
 
ReferenceCounter() - Constructor for class org.eclipse.jetty.io.Retainable.ReferenceCounter
 
ReferenceCounter(int) - Constructor for class org.eclipse.jetty.io.Retainable.ReferenceCounter
 
REFERER - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
REFUSED_STREAM_ERROR - Enum constant in enum class org.eclipse.jetty.http2.ErrorCode
Indicates that a stream was rejected before application processing.
RegexPathSpec - Class in org.eclipse.jetty.http.pathmap
RegexPathSpec is a PathSpec implementation for a PathMappings instance.
RegexPathSpec(String) - Constructor for class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
RegexRule - Class in org.eclipse.jetty.rewrite.handler
Abstract rule that uses the regular expression syntax for path pattern matching.
RegexRule() - Constructor for class org.eclipse.jetty.rewrite.handler.RegexRule
 
RegexRule(String) - Constructor for class org.eclipse.jetty.rewrite.handler.RegexRule
 
RegexSet - Class in org.eclipse.jetty.util
A Set of Regular expressions strings.
RegexSet() - Constructor for class org.eclipse.jetty.util.RegexSet
 
register(int, LifeCycle...) - Static method in class org.eclipse.jetty.util.thread.ShutdownThread
 
register(Callback) - Method in class org.eclipse.jetty.io.FillInterest
Call to register interest in a callback when a read is possible.
register(LifeCycle...) - Static method in class org.eclipse.jetty.server.ShutdownMonitor
 
register(LifeCycle...) - Static method in class org.eclipse.jetty.util.thread.ShutdownThread
 
registerAll() - Method in class org.eclipse.jetty.start.Modules
 
registerResourceFactory(String, ResourceFactory) - Static method in interface org.eclipse.jetty.util.resource.ResourceFactory
Register a new ResourceFactory that can handle the specific scheme for the Resource API.
registerUserListener(PropertyUserStore.UserListener) - Method in class org.eclipse.jetty.security.PropertyUserStore
Registers a listener to be notified of the contents of the property file
REHANDLE - Enum constant in enum class org.eclipse.jetty.server.ResourceService.WelcomeMode
rehandleWelcome(Request, Response, Callback, String) - Method in class org.eclipse.jetty.server.ResourceService
Rehandles the given welcome target.
ReHandlingErrorHandler - Class in org.eclipse.jetty.server.handler
An ErrorHandler that can re-handle a request at an error page location.
ReHandlingErrorHandler(Handler) - Constructor for class org.eclipse.jetty.server.handler.ReHandlingErrorHandler
 
ReHandlingErrorHandler.ByHttpStatus - Class in org.eclipse.jetty.server.handler
An ReHandlingErrorHandler that uses a map of error codes to select a page.
relativePath(String, String, String) - Static method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
Relative path.
relativize(String) - Method in class org.eclipse.jetty.client.transport.HttpSender
 
release() - Method in class org.eclipse.jetty.client.transport.HttpChannel
 
release() - Method in class org.eclipse.jetty.client.transport.internal.HttpChannelOverHTTP
 
release() - Method in class org.eclipse.jetty.client.transport.internal.HttpConnectionOverHTTP
 
release() - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpChannelOverFCGI
 
release() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.CachedHttpContent
 
release() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.NotFoundHttpContent
 
release() - Method in interface org.eclipse.jetty.http.content.HttpContent
 
release() - Method in class org.eclipse.jetty.http.content.HttpContent.Wrapper
 
release() - Method in class org.eclipse.jetty.http.content.PreCompressedHttpContent
 
release() - Method in class org.eclipse.jetty.http.content.ResourceHttpContent
 
release() - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpChannelOverHTTP2
 
release() - Method in class org.eclipse.jetty.http3.client.transport.internal.HttpChannelOverHTTP3
 
release() - Method in class org.eclipse.jetty.http3.qpack.internal.StreamInfo.SectionInfo
 
release() - Method in class org.eclipse.jetty.http3.qpack.internal.table.Entry
 
release() - Method in class org.eclipse.jetty.io.AbstractRetainableByteBuffer
 
release() - Method in class org.eclipse.jetty.io.ByteBufferPool.Accumulator
 
release() - Method in class org.eclipse.jetty.io.internal.ByteBufferChunk.ReleasedByConsumer
 
release() - Method in class org.eclipse.jetty.io.internal.ByteBufferChunk.ReleasedByRunnable
 
release() - Method in class org.eclipse.jetty.io.internal.ByteBufferChunk.WithReferenceCount
 
release() - Method in class org.eclipse.jetty.io.internal.ByteBufferChunk.WithRetainable
 
release() - Method in class org.eclipse.jetty.io.Retainable.ReferenceCounter
 
release() - Method in interface org.eclipse.jetty.io.Retainable
Releases this resource, potentially decrementing a reference count (if any).
release() - Method in class org.eclipse.jetty.io.Retainable.Wrapper
 
release() - Method in class org.eclipse.jetty.util.compression.CompressionPool.Entry
 
release() - Method in class org.eclipse.jetty.util.ConcurrentPool.ConcurrentEntry
 
release() - Method in interface org.eclipse.jetty.util.Pool.Entry
Releases this Entry to the Pool.
release() - Method in class org.eclipse.jetty.util.Pool.Entry.Wrapper
 
release(Connection) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
release(Connection) - Method in interface org.eclipse.jetty.client.ConnectionPool
Returns the given connection, previously obtained via ConnectionPool.acquire(boolean), back to this ConnectionPool.
release(Connection) - Method in class org.eclipse.jetty.client.transport.HttpDestination
 
release(Connection) - Method in class org.eclipse.jetty.client.ValidatingConnectionPool
 
release(HttpChannelOverFCGI) - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpConnectionOverFCGI
 
release(HttpChannelOverHTTP2) - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpConnectionOverHTTP2
 
release(HttpChannelOverHTTP3) - Method in class org.eclipse.jetty.http3.client.transport.internal.HttpConnectionOverHTTP3
 
release(ManagedSession) - Method in class org.eclipse.jetty.session.AbstractSessionCache
Finish using the Session object.
release(ManagedSession) - Method in interface org.eclipse.jetty.session.SessionCache
Finish using a Session.
release(CompressionPool.Entry) - Method in class org.eclipse.jetty.util.compression.CompressionPool
 
released(Connection) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
released(Connection) - Method in class org.eclipse.jetty.client.LeakTrackingConnectionPool
 
released(Pool<T>, Pool.Entry<T>) - Method in interface org.eclipse.jetty.util.LockedPool.Tracker
Callback method invoked when an entry is released.
released(T) - Method in class org.eclipse.jetty.util.LeakDetector
Tracks the resource as been released.
ReleasedByConsumer(ByteBuffer, boolean, Consumer<ByteBuffer>) - Constructor for class org.eclipse.jetty.io.internal.ByteBufferChunk.ReleasedByConsumer
 
ReleasedByRunnable(ByteBuffer, boolean, Runnable) - Constructor for class org.eclipse.jetty.io.internal.ByteBufferChunk.ReleasedByRunnable
 
reload() - Method in class org.eclipse.jetty.util.ssl.KeyStoreScanner
 
reload(Consumer<SslContextFactory>) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
remaining() - Method in class org.eclipse.jetty.http2.frames.DataFrame
 
remaining() - Method in interface org.eclipse.jetty.io.Content.Chunk
 
remaining() - Method in interface org.eclipse.jetty.io.RetainableByteBuffer
 
remaining() - Method in class org.eclipse.jetty.io.RetainableByteBuffer.Wrapper
 
remaining(ByteBuffer...) - Static method in class org.eclipse.jetty.util.BufferUtil
Get the remaining bytes in 0 or more buffers.
remainingCapacity() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
REMOTE_ADDR - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
 
REMOTE_ADDRESS_ATTRIBUTE_NAME - Static variable in class org.eclipse.jetty.server.ProxyCustomizer
The remote address attribute name.
REMOTE_PORT - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
 
REMOTE_PORT_ATTRIBUTE_NAME - Static variable in class org.eclipse.jetty.server.ProxyCustomizer
The remote port attribute name.
REMOTE_SOCKET_ADDRESS_CONTEXT_KEY - Static variable in class org.eclipse.jetty.io.ClientConnector
 
REMOTELY_CLOSED - Enum constant in enum class org.eclipse.jetty.http2.CloseState
A half-close frame has been received.
remove() - Method in class org.eclipse.jetty.client.transport.internal.HttpConnectionOverHTTP
 
remove() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
remove() - Method in class org.eclipse.jetty.util.ConcurrentPool.ConcurrentEntry
 
remove() - Method in interface org.eclipse.jetty.util.Pool.Entry
Removes this Entry from the Pool.
remove() - Method in class org.eclipse.jetty.util.Pool.Entry.Wrapper
 
remove(int) - Method in class org.eclipse.jetty.server.handler.ReHandlingErrorHandler.ByHttpStatus
 
remove(int) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
remove(Object) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
remove(Object) - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
 
remove(Object) - Method in class org.eclipse.jetty.io.IncludeExcludeConnectionStatistics.ConnectionSet
 
remove(Object) - Method in class org.eclipse.jetty.server.handler.InetAccessSet
 
remove(Object) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
remove(Object) - Method in class org.eclipse.jetty.util.InetAddressSet
 
remove(Object) - Method in class org.eclipse.jetty.util.RegexSet
 
remove(Object, int) - Static method in class org.eclipse.jetty.util.LazyList
 
remove(Object, Object) - Static method in class org.eclipse.jetty.util.LazyList
 
remove(String) - Method in class org.eclipse.jetty.client.ProtocolHandlers
Removes the protocol handler with the given name.
remove(String) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
Remove a field.
remove(String) - Method in class org.eclipse.jetty.http.HttpFields.MutableHttpFields
 
remove(String) - Method in interface org.eclipse.jetty.security.PropertyUserStore.UserListener
 
remove(String) - Method in class org.eclipse.jetty.util.Fields
Removes the Fields.Field with the given name.
remove(String) - Method in interface org.eclipse.jetty.util.Index.Mutable
Remove an entry from the index.
remove(URI, HttpCookie) - Method in class org.eclipse.jetty.http.HttpCookieStore.Default
 
remove(URI, HttpCookie) - Method in class org.eclipse.jetty.http.HttpCookieStore.Empty
 
remove(URI, HttpCookie) - Method in interface org.eclipse.jetty.http.HttpCookieStore
Removes the cookie associated with the given URI.
remove(EnumSet<HttpHeader>) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
 
remove(EnumSet<HttpHeader>) - Method in class org.eclipse.jetty.http.HttpFields.MutableHttpFields
 
remove(Connection) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
remove(Connection) - Method in interface org.eclipse.jetty.client.ConnectionPool
Removes the given connection from this ConnectionPool.
remove(Connection) - Method in class org.eclipse.jetty.client.transport.HttpDestination
 
remove(Connection) - Method in class org.eclipse.jetty.client.ValidatingConnectionPool
 
remove(HttpExchange) - Method in class org.eclipse.jetty.client.transport.HttpDestination
 
remove(HttpHeader) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
Remove a field.
remove(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields.MutableHttpFields
 
remove(PathSpec) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
remove(PathSpec) - Method in class org.eclipse.jetty.security.SecurityHandler.PathMapped
 
remove(StreamInfo.SectionInfo) - Method in class org.eclipse.jetty.http3.qpack.internal.StreamInfo
 
remove(QuicStreamEndPoint, Throwable) - Method in class org.eclipse.jetty.quic.common.QuicSession
 
remove(Sweeper.Sweepable) - Method in class org.eclipse.jetty.util.thread.Sweeper
 
removeApp(App) - Method in class org.eclipse.jetty.deploy.DeploymentManager
Remove the app from the tracking of the DeploymentManager
removeAppProvider(AppProvider) - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
removeAttribute(String) - Method in class org.eclipse.jetty.fcgi.server.internal.ServerFCGIConnection
 
removeAttribute(String) - Method in interface org.eclipse.jetty.http2.api.Stream
 
removeAttribute(String) - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
removeAttribute(String) - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerConnection
 
removeAttribute(String) - Method in class org.eclipse.jetty.http3.server.internal.ServerHTTP3StreamConnection
 
removeAttribute(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
removeAttribute(String) - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelRequest
 
removeAttribute(String) - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
removeAttribute(String) - Method in class org.eclipse.jetty.server.Server
 
removeAttribute(String) - Method in class org.eclipse.jetty.session.ManagedSession
 
removeAttribute(String) - Method in class org.eclipse.jetty.util.Attributes.Layer
 
removeAttribute(String) - Method in class org.eclipse.jetty.util.Attributes.Lazy
 
removeAttribute(String) - Method in class org.eclipse.jetty.util.Attributes.Mapped
 
removeAttribute(String) - Method in interface org.eclipse.jetty.util.Attributes
Remove an attribute
removeAttribute(String) - Method in class org.eclipse.jetty.util.Attributes.Wrapper
 
removeAttribute(String) - Method in class org.eclipse.jetty.util.AttributesMap
Deprecated.
 
removeAttribute(String) - Method in class org.eclipse.jetty.util.component.AttributeContainerMap
 
removeAuthentication(Authentication) - Method in interface org.eclipse.jetty.client.AuthenticationStore
 
removeAuthentication(Authentication) - Method in class org.eclipse.jetty.client.internal.HttpAuthenticationStore
 
removeAuthenticationFactory(byte) - Method in class org.eclipse.jetty.client.Socks5Proxy
Removes the authentication of the given method.
removeAuthenticationResult(Authentication.Result) - Method in interface org.eclipse.jetty.client.AuthenticationStore
 
removeAuthenticationResult(Authentication.Result) - Method in class org.eclipse.jetty.client.internal.HttpAuthenticationStore
 
removeBean(Object) - Method in interface org.eclipse.jetty.util.component.Container
Removes the given bean.
removeBean(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
removeBean(Object, Object) - Static method in interface org.eclipse.jetty.util.component.Container
A utility method to remove a bean from a container.
removeBeans() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Removes all bean
removeBeginListener(Request.BeginListener) - Method in class org.eclipse.jetty.client.RequestListeners
 
removeBinding(Name) - Method in class org.eclipse.jetty.jndi.NamingContext
 
removeBinding(AppLifeCycle.Binding) - Method in class org.eclipse.jetty.deploy.AppLifeCycle
 
removeCommitListener(Request.CommitListener) - Method in class org.eclipse.jetty.client.RequestListeners
 
removeConnectionFactory(String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
removeConnector(Connector) - Method in class org.eclipse.jetty.server.Server
Convenience method which calls Server.getConnectors() and Server.setConnectors(Connector[]) to remove a connector.
removeContentListener(Request.ContentListener) - Method in class org.eclipse.jetty.client.RequestListeners
 
removeContext(HttpContext) - Method in class org.eclipse.jetty.http.spi.JettyHttpServer
 
removeContext(String) - Method in class org.eclipse.jetty.http.spi.JettyHttpServer
 
removeContextAttribute(String) - Method in class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
 
removed(Connection) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
removed(RetainableByteBuffer) - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
 
removed(Pool<T>, Pool.Entry<T>) - Method in interface org.eclipse.jetty.util.LockedPool.Tracker
Callback method invoked when an entry is removed.
removeDecorator(Decorator) - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
 
removeDestination(Destination) - Method in class org.eclipse.jetty.client.HttpClient
 
removeEdge(String, String) - Method in class org.eclipse.jetty.deploy.graph.Graph
 
removeEdge(Edge) - Method in class org.eclipse.jetty.deploy.graph.Graph
 
removeEventListener(EventListener) - Method in class org.eclipse.jetty.io.AbstractConnection
 
removeEventListener(EventListener) - Method in interface org.eclipse.jetty.io.Connection
Removes a listener of connection events.
removeEventListener(EventListener) - Method in class org.eclipse.jetty.io.SelectorManager
 
removeEventListener(EventListener) - Method in class org.eclipse.jetty.quic.common.QuicConnection
 
removeEventListener(EventListener) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
removeEventListener(EventListener) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
removeEventListener(EventListener) - Method in interface org.eclipse.jetty.util.component.Container
Remove an event listener.
removeEventListener(EventListener) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
removeEventListener(EventListener) - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
removeExcludedCipherSuites(List<String>) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Deprecated.
no replacement
removeFailureListener(Request.FailureListener) - Method in class org.eclipse.jetty.client.RequestListeners
 
removeFile(String) - Method in class org.eclipse.jetty.util.component.FileDestroyable
 
removeFile(Path) - Method in class org.eclipse.jetty.util.component.FileDestroyable
 
removeFromArray(T[], Object) - Static method in class org.eclipse.jetty.util.ArrayUtil
 
removeFromCache(CachingHttpContentFactory.CachingHttpContent) - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory
 
removeFromEnvironment(String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
removeFromEnvironment(String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
removeFromEnvironment(String) - Method in class org.eclipse.jetty.jndi.NamingContext
Remove a property from this Context's environment.
removeHandler(Handler) - Method in class org.eclipse.jetty.server.Handler.Sequence
 
removeHandshakeListener(SslHandshakeListener) - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
removeHeadersListener(Request.HeadersListener) - Method in class org.eclipse.jetty.client.RequestListeners
 
removeIf(Predicate<MappedResource<E>>) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
removeListener(Request.Listener) - Method in class org.eclipse.jetty.client.RequestListeners
 
removeListener(NamingContext.Listener) - Method in class org.eclipse.jetty.jndi.NamingContext
 
removeListener(Scanner.Listener) - Method in class org.eclipse.jetty.util.Scanner
Remove a registered listener
removeNode(Node) - Method in class org.eclipse.jetty.deploy.graph.Graph
 
removeNulls(T[]) - Static method in class org.eclipse.jetty.util.ArrayUtil
 
removeProxy(ProxyConfiguration.Proxy) - Method in class org.eclipse.jetty.client.ProxyConfiguration
Removes a proxy.
removeQueuedListener(Request.QueuedListener) - Method in class org.eclipse.jetty.client.RequestListeners
 
removeStream(Stream) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
removeStream(HTTP3Stream, Throwable) - Method in class org.eclipse.jetty.http3.HTTP3Session
 
removeSuccessListener(Request.SuccessListener) - Method in class org.eclipse.jetty.client.RequestListeners
 
removeThread(Thread) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
removeUser(String) - Method in class org.eclipse.jetty.security.UserStore
 
removeValue(String, V) - Method in class org.eclipse.jetty.util.MultiMap
Remove value.
removeVirtualHosts(String...) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Removes an array of virtual host entries, if this removes all entries the _vhosts will be set to null
rename(String, String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
rename(String, String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
rename(String, String) - Method in class org.eclipse.jetty.jndi.NamingContext
Not supported
rename(Name, Name) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
rename(Name, Name) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
rename(Name, Name) - Method in class org.eclipse.jetty.jndi.NamingContext
Not supported
renewId(Request, Response) - Method in interface org.eclipse.jetty.server.Session
Renew the identity of the session.
renewId(Request, Response) - Method in class org.eclipse.jetty.session.ManagedSession
Force a change to the id of a session.
renewSession(Request, Response) - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator
Change the session id.
renewSessionId(String, String, String, String) - Method in class org.eclipse.jetty.session.AbstractSessionCache
 
renewSessionId(String, String, String, String) - Method in class org.eclipse.jetty.session.AbstractSessionManager
Change the existing session id.
renewSessionId(String, String, String, String) - Method in interface org.eclipse.jetty.session.SessionCache
Change the id of a Session.
renewSessionId(String, String, String, String) - Method in interface org.eclipse.jetty.session.SessionManager
 
renewSessionId(String, String, Request) - Method in class org.eclipse.jetty.session.DefaultSessionIdManager
Generate a new id for a session and update across all SessionManagers.
renewSessionId(String, String, Request) - Method in interface org.eclipse.jetty.session.SessionIdManager
Change the existing session id.
renewSessionId(ManagedSession, String, String) - Method in class org.eclipse.jetty.session.AbstractSessionCache
Swap the id on a session.
RENO - Enum constant in enum class org.eclipse.jetty.quic.quiche.QuicheConfig.CongestionControl
 
replace(String, char, char) - Static method in class org.eclipse.jetty.util.StringUtil
Replace chars within string.
replace(String, String, String) - Static method in class org.eclipse.jetty.util.StringUtil
Replace substrings within string.
replaceCookie(Response, HttpCookie) - Static method in interface org.eclipse.jetty.server.Response
Replaces (if already exists, otherwise adds) an HTTP cookie to the response.
replaceCookieList(List<HttpCookie>) - Method in class org.eclipse.jetty.http.CookieCache
Replace the cookie list with
replaceFirst(String, String, String) - Static method in class org.eclipse.jetty.util.StringUtil
Replace first substrings within string.
replaceKey(SelectionKey) - Method in interface org.eclipse.jetty.io.ManagedSelector.Selectable
Callback method invoked when the SelectionKey is replaced because the channel has been moved to a new selector.
replaceKey(SelectionKey) - Method in class org.eclipse.jetty.io.SelectableChannelEndPoint
 
REPLACEMENT - Static variable in class org.eclipse.jetty.util.Utf8StringBuilder
 
REPORT - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
reportComplianceViolation(CookieCompliance.Violation, String) - Method in class org.eclipse.jetty.http.CookieCutter
Deprecated.
 
reportComplianceViolation(CookieCompliance.Violation, String) - Method in class org.eclipse.jetty.http.RFC6265CookieParser
 
reportComplianceViolation(HttpCompliance.Violation) - Method in class org.eclipse.jetty.http.HttpParser
 
reportComplianceViolation(HttpCompliance.Violation, String) - Method in class org.eclipse.jetty.http.HttpParser
 
ReportingUtf8StringBuilder() - Constructor for class org.eclipse.jetty.util.CharsetStringBuilder.ReportingUtf8StringBuilder
 
Request - Interface in org.eclipse.jetty.client
Request represents an HTTP request, and offers a fluent interface to customize various attributes such as the path, the headers, the content, etc.
Request - Interface in org.eclipse.jetty.server
The representation of an HTTP request, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).
Request() - Constructor for class org.eclipse.jetty.http.HttpTester.Request
 
Request(long, String, String, HostPortHttpField, String, HttpVersion, HttpFields, long) - Constructor for class org.eclipse.jetty.http.MetaData.Request
 
Request(long, String, HttpURI, HttpVersion, HttpFields) - Constructor for class org.eclipse.jetty.http.MetaData.Request
 
Request(long, String, HttpURI, HttpVersion, HttpFields, long) - Constructor for class org.eclipse.jetty.http.MetaData.Request
 
Request(long, String, HttpURI, HttpVersion, HttpFields, long, Supplier<HttpFields>) - Constructor for class org.eclipse.jetty.http.MetaData.Request
 
Request(String, String, HostPortHttpField, String, HttpVersion, HttpFields, long) - Constructor for class org.eclipse.jetty.http.MetaData.Request
 
Request(String, HttpURI, HttpVersion, HttpFields) - Constructor for class org.eclipse.jetty.http.MetaData.Request
 
Request(String, HttpURI, HttpVersion, HttpFields, long) - Constructor for class org.eclipse.jetty.http.MetaData.Request
 
Request(String, HttpURI, HttpVersion, HttpFields, long, Supplier<HttpFields>) - Constructor for class org.eclipse.jetty.http.MetaData.Request
 
REQUEST_CANCELLED_ERROR - Enum constant in enum class org.eclipse.jetty.http3.HTTP3ErrorCode
 
REQUEST_HEADER_FIELDS_TOO_LARGE - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
REQUEST_HEADER_FIELDS_TOO_LARGE_431 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
REQUEST_INCOMPLETE_ERROR - Enum constant in enum class org.eclipse.jetty.http3.HTTP3ErrorCode
 
REQUEST_METHOD - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
 
REQUEST_RANGE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
REQUEST_REJECTED_ERROR - Enum constant in enum class org.eclipse.jetty.http3.HTTP3ErrorCode
 
REQUEST_TIMEOUT - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
REQUEST_TIMEOUT_408 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
REQUEST_URI - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
 
REQUEST_VERSION - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
Request.AuthenticationState - Interface in org.eclipse.jetty.server
A minimal Authentication interface, primarily used for logging.
Request.BeginListener - Interface in org.eclipse.jetty.client
Listener for the request begin event.
Request.CommitListener - Interface in org.eclipse.jetty.client
Listener for the request committed event.
Request.Content - Interface in org.eclipse.jetty.client
A client-side representation of HTTP request content.
Request.ContentListener - Interface in org.eclipse.jetty.client
Listener for the request content event.
Request.FailureListener - Interface in org.eclipse.jetty.client
Listener for the request failed event.
Request.Handler - Interface in org.eclipse.jetty.server
A handler for an HTTP request and response.
Request.HeadersListener - Interface in org.eclipse.jetty.client
Listener for the request headers event.
Request.Listener - Interface in org.eclipse.jetty.client
Listener for all request events.
Request.QueuedListener - Interface in org.eclipse.jetty.client
Listener for the request queued event.
Request.RequestListener - Interface in org.eclipse.jetty.client
Common, empty, super-interface for request listeners.
Request.SuccessListener - Interface in org.eclipse.jetty.client
Listener for the request succeeded event.
Request.Wrapper - Class in org.eclipse.jetty.server
A wrapper for Request instances.
requestAppGoal(String, String) - Method in class org.eclipse.jetty.deploy.DeploymentManager
Move an App through the AppLifeCycle to the desired Node, executing each lifecycle step in the process to reach the desired state.
requestAppGoal(String, String) - Method in class org.eclipse.jetty.deploy.jmx.DeploymentManagerMBean
 
requestAppGoal(App, String) - Method in class org.eclipse.jetty.deploy.DeploymentManager
Move an App through the AppLifeCycle to the desired Node, executing each lifecycle step in the process to reach the desired state.
RequestCallback - Class in org.eclipse.jetty.security.jaas.callback
ServletRequestCallback Provides access to the request associated with the authentication.
RequestCallback() - Constructor for class org.eclipse.jetty.security.jaas.callback.RequestCallback
 
requestComplete(Throwable) - Method in class org.eclipse.jetty.client.transport.HttpExchange
 
RequestedSession(ManagedSession, String, boolean) - Constructor for record class org.eclipse.jetty.session.AbstractSessionManager.RequestedSession
Creates an instance of a RequestedSession record class.
RequestHandler() - Constructor for class org.eclipse.jetty.server.internal.HttpConnection.RequestHandler
 
requestId(Request) - Static method in class org.eclipse.jetty.proxy.ProxyHandler
 
RequestListeners - Class in org.eclipse.jetty.client
A specialized container for request listeners.
RequestListeners() - Constructor for class org.eclipse.jetty.client.RequestListeners
 
RequestLog - Interface in org.eclipse.jetty.server
TODO
RequestLog.Collection - Class in org.eclipse.jetty.server
 
RequestLog.Writer - Interface in org.eclipse.jetty.server
Writes the generated log string to a log sink
RequestLogWriter - Class in org.eclipse.jetty.server
Writer which outputs pre-formatted request log strings to a file using RolloverFileOutputStream.
RequestLogWriter() - Constructor for class org.eclipse.jetty.server.RequestLogWriter
 
RequestLogWriter(String) - Constructor for class org.eclipse.jetty.server.RequestLogWriter
 
RequestParameterCallback - Class in org.eclipse.jetty.security.jaas.callback
RequestParameterCallback
RequestParameterCallback() - Constructor for class org.eclipse.jetty.security.jaas.callback.RequestParameterCallback
 
requireValidRFC2616Token(String, String) - Static method in class org.eclipse.jetty.http.Syntax
Per RFC2616: Section 2.2, a token follows these syntax rules
requireValidRFC6265CookieValue(String) - Static method in class org.eclipse.jetty.http.Syntax
Per RFC6265, Cookie.value follows these syntax rules
reserve() - Method in class org.eclipse.jetty.io.internal.CompoundPool
 
reserve() - Method in class org.eclipse.jetty.io.internal.QueuedPool
 
reserve() - Method in class org.eclipse.jetty.util.ConcurrentPool
 
reserve() - Method in class org.eclipse.jetty.util.LockedPool
 
reserve() - Method in interface org.eclipse.jetty.util.Pool
Creates a new disabled slot into the pool.
reserve() - Method in class org.eclipse.jetty.util.Pool.Wrapper
 
RESERVED - Static variable in class org.eclipse.jetty.client.Socks5
The reserved byte value: 0x0.
RESERVED_NAMES_NOT_DOLLAR_PREFIXED - Enum constant in enum class org.eclipse.jetty.http.CookieCompliance.Violation
Deprecated.
no replacement because was mistakenly considered a violation
ReservedThreadExecutor - Class in org.eclipse.jetty.util.thread
A TryExecutor using pre-allocated/reserved threads from an external Executor.
ReservedThreadExecutor(Executor, int) - Constructor for class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
reset() - Method in class org.eclipse.jetty.client.transport.HttpReceiver
Resets the state of this HttpReceiver.
reset() - Method in class org.eclipse.jetty.client.transport.HttpSender
 
reset() - Method in class org.eclipse.jetty.client.transport.internal.HttpReceiverOverHTTP
 
reset() - Method in class org.eclipse.jetty.client.transport.internal.HttpSenderOverHTTP
 
reset() - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpReceiverOverFCGI
 
reset() - Method in class org.eclipse.jetty.fcgi.parser.HeaderParser
 
reset() - Method in class org.eclipse.jetty.http.compression.HuffmanDecoder
 
reset() - Method in class org.eclipse.jetty.http.compression.NBitIntegerDecoder
Reset the internal state of the parser.
reset() - Method in class org.eclipse.jetty.http.compression.NBitStringDecoder
 
reset() - Method in class org.eclipse.jetty.http.HttpGenerator
 
reset() - Method in class org.eclipse.jetty.http.HttpParser
 
reset() - Method in class org.eclipse.jetty.http.MultiPart.Parser
Resets this parser to make it ready to parse again a multipart/form-data content.
reset() - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
reset() - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
 
reset() - Method in class org.eclipse.jetty.http2.parser.HeaderParser
 
reset() - Method in class org.eclipse.jetty.http2.parser.SettingsBodyParser
 
reset() - Method in class org.eclipse.jetty.http3.internal.VarLenInt
 
reset() - Method in class org.eclipse.jetty.http3.parser.HeaderParser
 
reset() - Method in class org.eclipse.jetty.http3.qpack.internal.parser.DecoderInstructionParser
 
reset() - Method in class org.eclipse.jetty.http3.qpack.internal.parser.EncoderInstructionParser
 
reset() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
reset() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
reset() - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
reset() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
 
reset() - Method in class org.eclipse.jetty.server.AcceptRateLimit
 
reset() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
reset() - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelResponse
 
reset() - Method in class org.eclipse.jetty.server.internal.MultiPartParser
 
reset() - Method in class org.eclipse.jetty.server.internal.ResponseHttpFields
 
reset() - Method in interface org.eclipse.jetty.server.Response
Resets this response, clearing the HTTP status code, HTTP headers and HTTP trailers.
reset() - Method in class org.eclipse.jetty.server.Response.Wrapper
 
reset() - Static method in class org.eclipse.jetty.server.ShutdownMonitor
 
reset() - Method in class org.eclipse.jetty.start.Props
 
reset() - Method in class org.eclipse.jetty.util.CharsetStringBuilder.DecoderStringBuilder
 
reset() - Method in class org.eclipse.jetty.util.CharsetStringBuilder.Iso88591StringBuilder
 
reset() - Method in interface org.eclipse.jetty.util.CharsetStringBuilder
 
reset() - Method in class org.eclipse.jetty.util.CharsetStringBuilder.UsAsciiStringBuilder
 
reset() - Method in class org.eclipse.jetty.util.IteratingCallback
Resets this callback.
reset() - Method in class org.eclipse.jetty.util.Scanner
Clear the list of scannables.
reset() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
Resets the max and total to the current value.
reset() - Method in class org.eclipse.jetty.util.statistic.RateCounter
 
reset() - Method in class org.eclipse.jetty.util.statistic.RateStatistic
Resets the statistics.
reset() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
Resets the statistics.
reset() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
Resets the statistics.
reset() - Method in class org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy
 
reset() - Method in class org.eclipse.jetty.util.thread.ThreadPoolBudget
 
reset() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
Reset the appendable, clearing the buffer, resetting decoding state and clearing any errors.
reset(int) - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
 
reset(long) - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
Resets the max, total and current value to the given parameter.
reset(long, Throwable) - Method in interface org.eclipse.jetty.http3.api.Stream
Abruptly terminates this stream with the given error.
reset(long, Throwable) - Method in class org.eclipse.jetty.http3.HTTP3Stream
 
reset(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Resets the buffer's endianness to ByteOrder.BIG_ENDIAN and clears the buffer to be empty in flush mode.
reset(Deflater) - Method in class org.eclipse.jetty.util.compression.DeflaterPool
 
reset(Inflater) - Method in class org.eclipse.jetty.util.compression.InflaterPool
 
reset(ResetFrame) - Method in interface org.eclipse.jetty.http2.api.Stream
Sends the given RST_STREAM frame.
reset(ResetFrame, Callback) - Method in interface org.eclipse.jetty.http2.api.Stream
Sends the given RST_STREAM frame.
reset(ResetFrame, Callback) - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
reset(T) - Method in class org.eclipse.jetty.util.compression.CompressionPool
 
RESET_CONTENT - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
RESET_CONTENT_205 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
RESET_LENGTH - Static variable in class org.eclipse.jetty.http2.frames.ResetFrame
 
ResetBodyParser - Class in org.eclipse.jetty.http2.parser
 
ResetBodyParser(HeaderParser, Parser.Listener) - Constructor for class org.eclipse.jetty.http2.parser.ResetBodyParser
 
ResetFrame - Class in org.eclipse.jetty.http2.frames
 
ResetFrame(int, int) - Constructor for class org.eclipse.jetty.http2.frames.ResetFrame
 
ResetGenerator - Class in org.eclipse.jetty.http2.generator
 
ResetGenerator(HeaderGenerator) - Constructor for class org.eclipse.jetty.http2.generator.ResetGenerator
 
resetResponse() - Method in class org.eclipse.jetty.client.transport.HttpExchange
 
resetStats() - Method in class org.eclipse.jetty.io.ManagedSelector
 
resetStats() - Method in class org.eclipse.jetty.session.DefaultSessionCache
 
resetWriter() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
resize(int) - Method in class org.eclipse.jetty.http2.hpack.HpackContext
 
resolve() - Method in class org.eclipse.jetty.start.StartEnvironment
 
resolve(String) - Method in class org.eclipse.jetty.start.BaseHome.SearchDir
 
resolve(String) - Method in class org.eclipse.jetty.util.resource.CombinedResource
Resolves a path against the resource collection.
resolve(String) - Method in class org.eclipse.jetty.util.resource.MemoryResource
 
resolve(String) - Method in class org.eclipse.jetty.util.resource.PathResource
 
resolve(String) - Method in class org.eclipse.jetty.util.resource.Resource
Resolve an existing Resource.
resolve(String, int, Promise<List<InetSocketAddress>>) - Method in class org.eclipse.jetty.util.SocketAddressResolver.Async
 
resolve(String, int, Promise<List<InetSocketAddress>>) - Method in interface org.eclipse.jetty.util.SocketAddressResolver
Resolves via DNS the given host and port, within the connect timeout, returning a list of InetSocketAddress through the given Promise.
resolve(String, int, Promise<List<InetSocketAddress>>) - Method in class org.eclipse.jetty.util.SocketAddressResolver.Sync
 
resolve(Path) - Method in class org.eclipse.jetty.start.BaseHome.SearchDir
 
resolveClass(ObjectStreamClass) - Method in class org.eclipse.jetty.util.ClassLoadingObjectInputStream
 
resolveDestination(Origin) - Method in class org.eclipse.jetty.client.HttpClient
Returns, creating it if absent, the destination with the given origin.
resolveDestination(Request) - Method in class org.eclipse.jetty.client.HttpClient
 
resolveEntity(String, String) - Method in class org.eclipse.jetty.xml.BaseClassCatalog
Implementation of EntityResolver
resolveLibs() - Method in class org.eclipse.jetty.start.StartEnvironment
Expand any command line added --libs lib references.
resolvePath(String, String) - Static method in class org.eclipse.jetty.xml.XmlConfiguration
Utility method to resolve a provided path against a directory.
resolveProxyClass(String[]) - Method in class org.eclipse.jetty.util.ClassLoadingObjectInputStream
 
resolveRequestedSessionId(Request) - Method in class org.eclipse.jetty.session.AbstractSessionManager
Find any Session associated with the Request.
Resource - Class in org.eclipse.jetty.util.resource
A Resource is a wrapper over a Path object pointing to a file or directory that can be represented by aFileSystem.
Resource() - Constructor for class org.eclipse.jetty.util.resource.Resource
 
ResourceCollators - Class in org.eclipse.jetty.util.resource
 
ResourceCollators() - Constructor for class org.eclipse.jetty.util.resource.ResourceCollators
 
ResourceContext() - Constructor for class org.eclipse.jetty.server.handler.ResourceHandler.ResourceContext
 
ResourceFactory - Interface in org.eclipse.jetty.util.resource
ResourceFactory.
ResourceFactory.Closeable - Interface in org.eclipse.jetty.util.resource
 
ResourceFactory.LifeCycle - Interface in org.eclipse.jetty.util.resource
 
ResourceHandler - Class in org.eclipse.jetty.server.handler
Resource Handler.
ResourceHandler() - Constructor for class org.eclipse.jetty.server.handler.ResourceHandler
 
ResourceHandler(Handler) - Constructor for class org.eclipse.jetty.server.handler.ResourceHandler
 
ResourceHandler.ResourceContext - Class in org.eclipse.jetty.server.handler
Utility class to create a ContextHandler containing a ResourceHandler.
ResourceHttpContent - Class in org.eclipse.jetty.http.content
HttpContent created from a Resource.
ResourceHttpContent(Resource, String) - Constructor for class org.eclipse.jetty.http.content.ResourceHttpContent
 
ResourceHttpContentFactory - Class in org.eclipse.jetty.http.content
An HttpContent.Factory for transient content (not cached).
ResourceHttpContentFactory(ResourceFactory, MimeTypes) - Constructor for class org.eclipse.jetty.http.content.ResourceHttpContentFactory
 
ResourceListing - Class in org.eclipse.jetty.server
Utility methods to generate a List of paths.
ResourceListing() - Constructor for class org.eclipse.jetty.server.ResourceListing
 
Resources - Class in org.eclipse.jetty.util.resource
Collection of helpful static methods for working with Resource objects.
Resources() - Constructor for class org.eclipse.jetty.util.resource.Resources
 
ResourceService - Class in org.eclipse.jetty.server
Resource service, used by DefaultServlet and ResourceHandler
ResourceService() - Constructor for class org.eclipse.jetty.server.ResourceService
 
ResourceService.WelcomeAction - Record Class in org.eclipse.jetty.server
A welcome target paired with how to process it.
ResourceService.WelcomeFactory - Interface in org.eclipse.jetty.server
 
ResourceService.WelcomeMode - Enum Class in org.eclipse.jetty.server
How welcome targets should be processed.
ResourceUriPatternPredicate - Class in org.eclipse.jetty.util.resource
Specialized UriPatternPredicate to allow filtering Resource entries by their URI.
ResourceUriPatternPredicate(String, boolean) - Constructor for class org.eclipse.jetty.util.resource.ResourceUriPatternPredicate
 
ResourceUriPatternPredicate(UriPatternPredicate) - Constructor for class org.eclipse.jetty.util.resource.ResourceUriPatternPredicate
 
respond(HeadersFrame) - Method in interface org.eclipse.jetty.http3.api.Stream.Server
Responds to a request performed via Session.Client.newRequest(HeadersFrame, Client.Listener), sending the given HEADERS frame containing the response status code and response headers.
respond(HeadersFrame) - Method in class org.eclipse.jetty.http3.server.internal.HTTP3StreamServer
 
RESPONDER - Enum constant in enum class org.eclipse.jetty.fcgi.FCGI.Role
 
Response - Interface in org.eclipse.jetty.client
Response represents an HTTP response and offers methods to retrieve status code, HTTP version and headers.
Response - Interface in org.eclipse.jetty.server
The representation of an HTTP response, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).
Response() - Constructor for class org.eclipse.jetty.http.HttpTester.Response
 
Response(int, String, HttpVersion, HttpFields) - Constructor for class org.eclipse.jetty.http.MetaData.Response
 
Response(int, String, HttpVersion, HttpFields, long) - Constructor for class org.eclipse.jetty.http.MetaData.Response
 
Response(int, String, HttpVersion, HttpFields, long, Supplier<HttpFields>) - Constructor for class org.eclipse.jetty.http.MetaData.Response
 
RESPONSE_400_INFO - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
RESPONSE_500_INFO - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
RESPONSE_VERSION - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
Response.AsyncContentListener - Interface in org.eclipse.jetty.client
Asynchronous listener for the response content events.
Response.BeginListener - Interface in org.eclipse.jetty.client
Listener for the response begin event.
Response.CompleteListener - Interface in org.eclipse.jetty.client
Listener for the request and response completed event.
Response.ContentListener - Interface in org.eclipse.jetty.client
Synchronous listener for the response content events.
Response.ContentSourceListener - Interface in org.eclipse.jetty.client
Asynchronous listener for the response content events.
Response.FailureListener - Interface in org.eclipse.jetty.client
Listener for the response failure event.
Response.HeaderListener - Interface in org.eclipse.jetty.client
Listener for a response header event.
Response.HeadersListener - Interface in org.eclipse.jetty.client
Listener for the response headers event.
Response.Listener - Interface in org.eclipse.jetty.client
Listener for all response events.
Response.ResponseListener - Interface in org.eclipse.jetty.client
Common, empty, super-interface for response listeners
Response.SuccessListener - Interface in org.eclipse.jetty.client
Listener for the response succeeded event.
Response.Wrapper - Class in org.eclipse.jetty.server
 
responseBegin(int, String) - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpChannelOverFCGI
 
responseBegin(HttpExchange) - Method in class org.eclipse.jetty.client.transport.HttpReceiver
Method to be invoked when the response status code is available.
responseBegin(HttpExchange) - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpReceiverOverFCGI
 
responseComplete(Throwable) - Method in class org.eclipse.jetty.client.transport.HttpExchange
 
responseContentAvailable() - Method in class org.eclipse.jetty.client.transport.HttpReceiver
Method to be invoked when response content is available to be read.
ResponseContentParser - Class in org.eclipse.jetty.fcgi.parser
The parser for STDOUT frame content.
ResponseContentParser(HeaderParser, ClientParser.Listener) - Constructor for class org.eclipse.jetty.fcgi.parser.ResponseContentParser
 
responseFailure(Throwable, Promise<Boolean>) - Method in class org.eclipse.jetty.client.transport.HttpReceiver
Method to be invoked when the response is failed.
responseFailure(Throwable, Promise<Boolean>) - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpChannelOverFCGI
 
responseFailure(Throwable, Promise<Boolean>) - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpReceiverOverFCGI
 
responseHeader(HttpExchange, HttpField) - Method in class org.eclipse.jetty.client.transport.HttpReceiver
Method to be invoked when a response HTTP header is available.
responseHeader(HttpExchange, HttpField) - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpReceiverOverFCGI
 
responseHeader(HttpField) - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpChannelOverFCGI
 
responseHeaders() - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpChannelOverFCGI
 
responseHeaders(HttpExchange) - Method in class org.eclipse.jetty.client.transport.HttpReceiver
Method to be invoked after all response HTTP headers are available.
responseHeaders(HttpExchange) - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpReceiverOverFCGI
 
ResponseHttpFields - Class in org.eclipse.jetty.server.internal
 
ResponseHttpFields() - Constructor for class org.eclipse.jetty.server.internal.ResponseHttpFields
 
ResponseListeners - Class in org.eclipse.jetty.client.transport
A specialized container for response listeners.
ResponseListeners() - Constructor for class org.eclipse.jetty.client.transport.ResponseListeners
 
ResponseListeners(Response.Listener) - Constructor for class org.eclipse.jetty.client.transport.ResponseListeners
 
ResponseListeners(ResponseListeners) - Constructor for class org.eclipse.jetty.client.transport.ResponseListeners
 
ResponsePatternRule - Class in org.eclipse.jetty.rewrite.handler
Sends the response code whenever the rule finds a match.
ResponsePatternRule() - Constructor for class org.eclipse.jetty.rewrite.handler.ResponsePatternRule
 
ResponsePatternRule(String, int, String) - Constructor for class org.eclipse.jetty.rewrite.handler.ResponsePatternRule
 
responseSuccess(HttpExchange, Runnable) - Method in class org.eclipse.jetty.client.transport.HttpReceiver
Method to be invoked when the response is successful.
ResponseUtils - Class in org.eclipse.jetty.server
 
Result - Class in org.eclipse.jetty.client
The result of a request / response exchange, containing the Request, the Response and eventual failures of either.
Result(Request, Throwable, Response) - Constructor for class org.eclipse.jetty.client.Result
 
Result(Request, Throwable, Response, Throwable) - Constructor for class org.eclipse.jetty.client.Result
 
Result(Request, Response) - Constructor for class org.eclipse.jetty.client.Result
 
Result(Request, Response, Throwable) - Constructor for class org.eclipse.jetty.client.Result
 
Result(Result, Throwable) - Constructor for class org.eclipse.jetty.client.Result
 
retain() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.CachedHttpContent
 
retain() - Method in interface org.eclipse.jetty.http.content.CachingHttpContentFactory.CachingHttpContent
 
retain() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.NotFoundHttpContent
 
retain() - Method in class org.eclipse.jetty.io.AbstractRetainableByteBuffer
 
retain() - Method in class org.eclipse.jetty.io.internal.ByteBufferChunk.WithReferenceCount
 
retain() - Method in class org.eclipse.jetty.io.internal.ByteBufferChunk.WithRetainable
 
retain() - Method in class org.eclipse.jetty.io.Retainable.ReferenceCounter
 
retain() - Method in interface org.eclipse.jetty.io.Retainable
Retains this resource, potentially incrementing a reference count if there are resources that will be released.
retain() - Method in class org.eclipse.jetty.io.Retainable.Wrapper
 
Retainable - Interface in org.eclipse.jetty.io
A reference counted resource, for example one that is borrowed from a pool, that may be retained an additional number of times, and released a correspondent number of times, over its lifecycle.
Retainable.ReferenceCounter - Class in org.eclipse.jetty.io
A reference count implementation for a Retainable resource.
Retainable.Wrapper - Class in org.eclipse.jetty.io
A wrapper of Retainable instances.
RetainableByteBuffer - Interface in org.eclipse.jetty.io
A pooled ByteBuffer which maintains a reference count that is incremented with Retainable.retain() and decremented with Retainable.release().
RetainableByteBuffer.Wrapper - Class in org.eclipse.jetty.io
A wrapper for RetainableByteBuffer instances
rethrow(Throwable) - Static method in class org.eclipse.jetty.util.IO
 
rethrow(ExecutionException) - Static method in class org.eclipse.jetty.util.FutureCallback
 
rethrow(ExecutionException) - Static method in class org.eclipse.jetty.util.FuturePromise
 
retrans - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_path_stats
 
retrans - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_stats
 
retry - Variable in class org.eclipse.jetty.client.transport.SendFailure
 
RETRY - Static variable in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche.packet_type
 
RETRY_AFTER - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
returnDelimiters() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer.Builder
If called, the built QuotedStringTokenizer will return delimiter characters as individual tokens.
returnQuotes() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer.Builder
If called, the built QuotedStringTokenizer will return tokens with quotes interpreted but not removed.
Reverse(String, String) - Constructor for class org.eclipse.jetty.proxy.ProxyHandler.Reverse
Convenience constructor that provides a rewrite function using String.replaceAll(String, String).
Reverse(Function<Request, HttpURI>) - Constructor for class org.eclipse.jetty.proxy.ProxyHandler.Reverse
Creates a new instance with the given HttpURI rewrite function.
reverseListIterator() - Method in class org.eclipse.jetty.start.config.ConfigSources
 
rewind() - Method in class org.eclipse.jetty.io.content.ByteBufferContentSource
 
rewind() - Method in class org.eclipse.jetty.io.content.PathContentSource
 
rewind() - Method in interface org.eclipse.jetty.io.Content.Source
Rewinds this content, if possible, so that subsequent reads return chunks starting from the beginning of this content.
rewind() - Method in class org.eclipse.jetty.proxy.ProxyHandler.ProxyRequestContent
 
RewriteCustomizer - Class in org.eclipse.jetty.rewrite
A RuleContainer that is an HttpConfiguration.Customizer, so that its rules are processed at request customization time.
RewriteCustomizer() - Constructor for class org.eclipse.jetty.rewrite.RewriteCustomizer
 
RewriteHandler - Class in org.eclipse.jetty.rewrite.handler
RewriteHandler rewrites incoming requests through a set of Rules.
RewriteHandler() - Constructor for class org.eclipse.jetty.rewrite.handler.RewriteHandler
 
RewriteHandler(RuleContainer) - Constructor for class org.eclipse.jetty.rewrite.handler.RewriteHandler
 
RewriteHandler(Handler) - Constructor for class org.eclipse.jetty.rewrite.handler.RewriteHandler
 
RewriteHandler(Handler, RuleContainer) - Constructor for class org.eclipse.jetty.rewrite.handler.RewriteHandler
 
rewriteHttpURI(Request) - Method in class org.eclipse.jetty.proxy.ProxyHandler.Forward
Rewrites the client-to-proxy request URI to the proxy-to-server request URI.
rewriteHttpURI(Request) - Method in class org.eclipse.jetty.proxy.ProxyHandler.Reverse
Rewrites the client-to-proxy request URI to the proxy-to-server request URI.
rewriteHttpURI(Request) - Method in class org.eclipse.jetty.proxy.ProxyHandler
Rewrites the client-to-proxy request URI to the proxy-to-server request URI.
RewritePatternRule - Class in org.eclipse.jetty.rewrite.handler
A rule to rewrite the path and query that match a Servlet pattern with a fixed string.
RewritePatternRule() - Constructor for class org.eclipse.jetty.rewrite.handler.RewritePatternRule
 
RewritePatternRule(String, String) - Constructor for class org.eclipse.jetty.rewrite.handler.RewritePatternRule
 
RewriteRegexRule - Class in org.eclipse.jetty.rewrite.handler
A rule to rewrite the path and query that match a regular expression pattern with a fixed string.
RewriteRegexRule() - Constructor for class org.eclipse.jetty.rewrite.handler.RewriteRegexRule
 
RewriteRegexRule(String, String) - Constructor for class org.eclipse.jetty.rewrite.handler.RewriteRegexRule
 
rewriteWithSuffix(String, String) - Static method in class org.eclipse.jetty.http.EtagUtils
Rewrite etag with a new suffix, satisfying quoting rules, and preserving optional weak flag.
RFC2616 - Static variable in class org.eclipse.jetty.http.HttpCompliance
The HttpCompliance mode that supports RFC 7230 with only the violations that differ from HttpCompliance.RFC7230.
RFC2616_LEGACY - Static variable in class org.eclipse.jetty.http.HttpCompliance
A legacy HttpCompliance mode that supports HttpCompliance.RFC2616, but that also allows: case-insensitive methods; colons after field names; Transfer-Encoding with Content-Length fields; and multiple Content-Length values.
RFC2965 - Static variable in class org.eclipse.jetty.http.CookieCompliance
RFC2965_LEGACY - Static variable in class org.eclipse.jetty.http.CookieCompliance
A CookieCompliance mode that allows RFC 2965 compliance.
RFC3986 - Static variable in class org.eclipse.jetty.http.UriCompliance
Compliance mode that exactly follows RFC3986, excluding all URI Violations.
RFC6265 - Static variable in class org.eclipse.jetty.http.CookieCompliance
A CookieCompliance mode that enforces RFC 6265 compliance, but allows:
RFC6265_LEGACY - Static variable in class org.eclipse.jetty.http.CookieCompliance
A CookieCompliance mode that enforces RFC 6265 compliance, but allows:
RFC6265_STRICT - Static variable in class org.eclipse.jetty.http.CookieCompliance
A CookieCompliance mode that enforces RFC 6265 compliance.
RFC6265CookieParser - Class in org.eclipse.jetty.http
Cookie parser
RFC6265CookieParser(CookieParser.Handler, CookieCompliance, ComplianceViolation.Listener) - Constructor for class org.eclipse.jetty.http.RFC6265CookieParser
 
RFC7230 - Static variable in class org.eclipse.jetty.http.HttpCompliance
The HttpCompliance mode that supports RFC 7230 with no known violations.
RFC7230_LEGACY - Static variable in class org.eclipse.jetty.http.HttpCompliance
A legacy HttpCompliance mode that supports HttpCompliance.RFC7230, but with case-insensitive methods allowed.
RFC9110QuotedStringTokenizer - Class in org.eclipse.jetty.util
An implementation of QuotedStringTokenizer with partial handling of RFC9110 quoted-strings.
RMI_REGISTRY_CLIENT_SOCKET_FACTORY_ATTRIBUTE - Static variable in class org.eclipse.jetty.jmx.ConnectorServer
 
RoleDelegateUserIdentity - Class in org.eclipse.jetty.security
 
RoleDelegateUserIdentity(Subject, Principal, UserIdentity) - Constructor for class org.eclipse.jetty.security.RoleDelegateUserIdentity
 
RolePrincipal - Class in org.eclipse.jetty.security
RolePrincipal Represents a role.
RolePrincipal(String) - Constructor for class org.eclipse.jetty.security.RolePrincipal
 
RoleRunAsToken - Class in org.eclipse.jetty.security.internal
 
RoleRunAsToken(String) - Constructor for class org.eclipse.jetty.security.internal.RoleRunAsToken
 
roles(String...) - Method in class org.eclipse.jetty.security.Constraint.Builder
 
rollover(File, File, File) - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
This method is called whenever a log file is rolled over
RolloverFileOutputStream - Class in org.eclipse.jetty.util
RolloverFileOutputStream.
RolloverFileOutputStream(String) - Constructor for class org.eclipse.jetty.util.RolloverFileOutputStream
 
RolloverFileOutputStream(String, boolean) - Constructor for class org.eclipse.jetty.util.RolloverFileOutputStream
 
RolloverFileOutputStream(String, boolean, int) - Constructor for class org.eclipse.jetty.util.RolloverFileOutputStream
 
RolloverFileOutputStream(String, boolean, int, TimeZone) - Constructor for class org.eclipse.jetty.util.RolloverFileOutputStream
 
RolloverFileOutputStream(String, boolean, int, TimeZone, String, String) - Constructor for class org.eclipse.jetty.util.RolloverFileOutputStream
 
root() - Method in class org.eclipse.jetty.util.resource.FileSystemPool.Mount
 
root() - Static method in interface org.eclipse.jetty.util.resource.ResourceFactory
The JVM wide (root) ResourceFactory.
ROOT - Enum constant in enum class org.eclipse.jetty.http.pathmap.PathSpecGroup
The root spec for accessing the Root behavior.
ROUND_ROBIN - Enum constant in enum class org.eclipse.jetty.util.ConcurrentPool.StrategyType
A strategy that looks for an entry by iterating from a starting point that is incremented on every search.
RoundRobinConnectionPool - Class in org.eclipse.jetty.client
A ConnectionPool that attempts to provide connections using a round-robin algorithm.
RoundRobinConnectionPool(Destination, int) - Constructor for class org.eclipse.jetty.client.RoundRobinConnectionPool
 
RoundRobinConnectionPool(Destination, int, int) - Constructor for class org.eclipse.jetty.client.RoundRobinConnectionPool
 
Route - Class in org.eclipse.jetty.deploy.graph
 
Route() - Constructor for class org.eclipse.jetty.deploy.graph.Route
 
RST_STREAM - Enum constant in enum class org.eclipse.jetty.http2.frames.FrameType
 
rtt - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_path_stats
 
Rule - Class in org.eclipse.jetty.rewrite.handler
An abstract rule that, upon matching a certain condition, may wrap the Request or the Handler to execute custom logic.
Rule() - Constructor for class org.eclipse.jetty.rewrite.handler.Rule
 
Rule.Handler - Class in org.eclipse.jetty.rewrite.handler
A Request.Wrapper that is also a Request.Handler, used to chain a sequence of Rules together.
Rule.HttpURIHandler - Class in org.eclipse.jetty.rewrite.handler
 
RuleContainer - Class in org.eclipse.jetty.rewrite.handler
A container that groups Rules and is itself a Rule.
RuleContainer() - Constructor for class org.eclipse.jetty.rewrite.handler.RuleContainer
 
run() - Method in class org.eclipse.jetty.http.content.ValidatingCachingHttpContentFactory
 
run() - Method in class org.eclipse.jetty.io.internal.ContentSourceByteBuffer
 
run() - Method in class org.eclipse.jetty.io.internal.ContentSourceConsumer
 
run() - Method in class org.eclipse.jetty.server.AcceptRateLimit
 
run() - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
run() - Method in class org.eclipse.jetty.session.HouseKeeper.Runner
 
run() - Method in interface org.eclipse.jetty.util.component.Graceful.ThrowingRunnable
 
run() - Method in class org.eclipse.jetty.util.LeakDetector
 
run() - Method in class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
Deprecated.
 
run() - Method in class org.eclipse.jetty.util.thread.Invocable.ReadyTask
 
run() - Method in class org.eclipse.jetty.util.thread.ShutdownThread
 
run() - Method in class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume
 
run() - Method in class org.eclipse.jetty.util.thread.strategy.ProduceConsume
 
run() - Method in class org.eclipse.jetty.util.thread.Sweeper
 
run() - Method in class org.eclipse.jetty.util.thread.TimerScheduler
 
run(Runnable) - Method in interface org.eclipse.jetty.server.Context
Runs the given task in the current thread scoped to this Context.
run(Runnable) - Method in class org.eclipse.jetty.server.handler.ContextHandler.ScopedContext
 
run(Runnable) - Method in class org.eclipse.jetty.session.SessionContext
Run a runnable in the context (with context classloader set) if there is one, otherwise just run it.
run(Runnable) - Method in interface org.eclipse.jetty.util.component.Environment
Run a Runnable in the environment, i.e.
run(Runnable) - Method in class org.eclipse.jetty.util.thread.SerializedInvoker
Arrange for a task to be run, mutually excluded from other tasks.
run(Runnable...) - Method in class org.eclipse.jetty.util.thread.SerializedInvoker
Arrange for tasks to be executed, mutually excluded from other tasks.
run(Runnable, Request) - Method in interface org.eclipse.jetty.server.Context
Runs the given task in the current thread scoped to this Context and the given Request.
run(Runnable, Request) - Method in class org.eclipse.jetty.server.handler.ContextHandler.ScopedContext
 
runBindings(Node, App, DeploymentManager) - Method in class org.eclipse.jetty.deploy.AppLifeCycle
 
runJob(Runnable) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Runs the given job in the current thread.
runnable() - Static method in class org.eclipse.jetty.util.Blocker
 
runnable() - Method in class org.eclipse.jetty.util.Blocker.Shared
 
Runner() - Constructor for class org.eclipse.jetty.session.HouseKeeper.Runner
 
RuntimeException(int) - Constructor for exception class org.eclipse.jetty.http.HttpException.RuntimeException
 
RuntimeException(int, String) - Constructor for exception class org.eclipse.jetty.http.HttpException.RuntimeException
 
RuntimeException(int, String, Throwable) - Constructor for exception class org.eclipse.jetty.http.HttpException.RuntimeException
 
RuntimeException(int, Throwable) - Constructor for exception class org.eclipse.jetty.http.HttpException.RuntimeException
 
RuntimeIOException - Exception Class in org.eclipse.jetty.io
Subclass of RuntimeException used to signal that there was an IOException thrown by underlying Writer
RuntimeIOException() - Constructor for exception class org.eclipse.jetty.io.RuntimeIOException
 
RuntimeIOException(String) - Constructor for exception class org.eclipse.jetty.io.RuntimeIOException
 
RuntimeIOException(String, Throwable) - Constructor for exception class org.eclipse.jetty.io.RuntimeIOException
 
RuntimeIOException(Throwable) - Constructor for exception class org.eclipse.jetty.io.RuntimeIOException
 

S

SAME_SITE_ATTRIBUTE - Static variable in interface org.eclipse.jetty.http.HttpCookie
 
SAME_SITE_DEFAULT_ATTRIBUTE - Static variable in class org.eclipse.jetty.server.HttpCookieUtils
Name of context attribute with default SameSite cookie value
sameSite(HttpCookie.SameSite) - Method in class org.eclipse.jetty.http.HttpCookie.Builder
 
SampleStatistic - Class in org.eclipse.jetty.util.statistic
Statistics on a sampled value.
SampleStatistic() - Constructor for class org.eclipse.jetty.util.statistic.SampleStatistic
 
sanitizeFieldVchar(char) - Static method in class org.eclipse.jetty.http.HttpTokens
This is used when decoding to not decode illegal characters based on RFC9110.
sanitizeFileSystemName(String) - Static method in class org.eclipse.jetty.util.StringUtil
Replace all characters from input string that are known to have special meaning in various filesystems.
sanitizeXmlString(String) - Static method in class org.eclipse.jetty.util.StringUtil
 
save(OutputStream, String, SessionData) - Method in class org.eclipse.jetty.session.FileSessionDataStore
Save the session data.
scan() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
scan(long) - Method in class org.eclipse.jetty.util.ssl.KeyStoreScanner
 
scan(Callback) - Method in class org.eclipse.jetty.util.Scanner
Get the scanner to perform a scan cycle as soon as possible and call the Callback when the scan is finished or failed.
scanEnded(int) - Method in interface org.eclipse.jetty.util.Scanner.ScanCycleListener
 
Scanner - Class in org.eclipse.jetty.util
Scanner Utility for scanning a directory for added, removed and changed files and reporting these events via registered Listeners.
Scanner() - Constructor for class org.eclipse.jetty.util.Scanner
 
Scanner(Scheduler) - Constructor for class org.eclipse.jetty.util.Scanner
 
Scanner(Scheduler, boolean) - Constructor for class org.eclipse.jetty.util.Scanner
 
Scanner.BulkListener - Interface in org.eclipse.jetty.util
Notification of files that changed in the last scan.
Scanner.DiscreteListener - Interface in org.eclipse.jetty.util
Notification of exact file changes in the last scan.
Scanner.Listener - Interface in org.eclipse.jetty.util
Listener Marker for notifications re file changes.
Scanner.ScanCycleListener - Interface in org.eclipse.jetty.util
Listener that notifies when a scan has started and when it has ended.
ScanningAppProvider - Class in org.eclipse.jetty.deploy.providers
 
ScanningAppProvider() - Constructor for class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
ScanningAppProvider(FilenameFilter) - Constructor for class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
scanStarted(int) - Method in interface org.eclipse.jetty.util.Scanner.ScanCycleListener
 
scavenge() - Method in class org.eclipse.jetty.session.AbstractSessionManager
Called periodically by the HouseKeeper to handle the list of sessions that have expired since the last call to scavenge.
scavenge() - Method in class org.eclipse.jetty.session.DefaultSessionIdManager
 
scavenge() - Method in class org.eclipse.jetty.session.HouseKeeper
Periodically do session housekeeping
scavenge() - Method in interface org.eclipse.jetty.session.SessionIdManager
 
scavenge() - Method in interface org.eclipse.jetty.session.SessionManager
 
schedule(long) - Method in class org.eclipse.jetty.session.SessionInactivityTimer
 
schedule(long, TimeUnit) - Method in class org.eclipse.jetty.io.CyclicTimeout
Schedules a timeout, even if already set, cancelled or expired.
schedule(Runnable, long, TimeUnit) - Method in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
schedule(Runnable, long, TimeUnit) - Method in interface org.eclipse.jetty.util.thread.Scheduler
 
schedule(Runnable, long, TimeUnit) - Method in class org.eclipse.jetty.util.thread.TimerScheduler
 
schedule(ServerQuicSession) - Method in class org.eclipse.jetty.quic.server.ServerQuicConnection
 
schedule(T) - Method in class org.eclipse.jetty.io.CyclicTimeouts
Manages the timeout of a new entity.
SCHEDULED - Enum constant in enum class org.eclipse.jetty.util.IteratingCallback.Action
Indicates that IteratingCallback.process() has initiated an asynchronous sub-task, where the execution has started but the callback that signals the completion of the asynchronous sub-task may have not yet been invoked.
ScheduledExecutorScheduler - Class in org.eclipse.jetty.util.thread
Implementation of Scheduler based on JDK's ScheduledThreadPoolExecutor.
ScheduledExecutorScheduler() - Constructor for class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
ScheduledExecutorScheduler(String, boolean) - Constructor for class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
ScheduledExecutorScheduler(String, boolean, int) - Constructor for class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
ScheduledExecutorScheduler(String, boolean, ClassLoader) - Constructor for class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
ScheduledExecutorScheduler(String, boolean, ClassLoader, ThreadGroup) - Constructor for class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
ScheduledExecutorScheduler(String, boolean, ClassLoader, ThreadGroup, int) - Constructor for class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
Scheduler - Interface in org.eclipse.jetty.util.thread
 
Scheduler.Task - Interface in org.eclipse.jetty.util.thread
 
scheme(String) - Method in interface org.eclipse.jetty.client.Request
 
scheme(String) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
scheme(String) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
scheme(HttpScheme) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
SCI_EXCLUSION_PATTERN - Static variable in interface org.eclipse.jetty.server.Deployable
 
SCI_ORDER - Static variable in interface org.eclipse.jetty.server.Deployable
 
ScopedContext() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.ScopedContext
 
SCRIPT_FILENAME - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
 
SCRIPT_NAME - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
 
SEARCH - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
SearchDir(String) - Constructor for class org.eclipse.jetty.start.BaseHome.SearchDir
 
SearchPattern - Class in org.eclipse.jetty.util
Fast search for patterns within strings, arrays of bytes and ByteBuffers.
SEC_WEBSOCKET_ACCEPT - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
SEC_WEBSOCKET_EXTENSIONS - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
SEC_WEBSOCKET_KEY - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
SEC_WEBSOCKET_SUBPROTOCOL - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
SEC_WEBSOCKET_VERSION - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
secondsElapsed(long, long) - Static method in class org.eclipse.jetty.util.NanoTime
Calculates the seconds elapsed between two nanoTimes.
secondsSince(long) - Static method in class org.eclipse.jetty.util.NanoTime
Calculates the seconds elapsed between a begin nanoTime and the current nanoTime.
secondsUntil(long) - Static method in class org.eclipse.jetty.util.NanoTime
Calculates the seconds remaining between the current nanoTime and an end nanoTime.
SectionAcknowledgmentInstruction - Class in org.eclipse.jetty.http3.qpack.internal.instruction
 
SectionAcknowledgmentInstruction(long) - Constructor for class org.eclipse.jetty.http3.qpack.internal.instruction.SectionAcknowledgmentInstruction
 
SectionInfo() - Constructor for class org.eclipse.jetty.http3.qpack.internal.StreamInfo.SectionInfo
 
secure(boolean) - Method in class org.eclipse.jetty.http.HttpCookie.Builder
 
SECURE - Enum constant in enum class org.eclipse.jetty.security.Constraint.Transport
The transport must be secure (e.g.
SECURE_ATTRIBUTE - Static variable in interface org.eclipse.jetty.http.HttpCookie
 
SECURE_TRANSPORT - Static variable in interface org.eclipse.jetty.security.Constraint
SecuredRedirectHandler - Class in org.eclipse.jetty.server.handler
Forces a redirect to the secure form of the resource before allowed to access the resource.
SecuredRedirectHandler() - Constructor for class org.eclipse.jetty.server.handler.SecuredRedirectHandler
Uses moved temporarily code (302) as the redirect code.
SecuredRedirectHandler(int) - Constructor for class org.eclipse.jetty.server.handler.SecuredRedirectHandler
Use supplied code as the redirect code.
SecuredRedirectHandler(Handler) - Constructor for class org.eclipse.jetty.server.handler.SecuredRedirectHandler
Uses moved temporarily code (302) as the redirect code.
SecuredRedirectHandler(Handler, int) - Constructor for class org.eclipse.jetty.server.handler.SecuredRedirectHandler
Use supplied code as the redirect code.
SecureRequest(Request) - Constructor for class org.eclipse.jetty.server.SecureRequestCustomizer.SecureRequest
 
SecureRequestCustomizer - Class in org.eclipse.jetty.server
Customizer that extracts the attribute from an SSLContext and sets them on the request with Attributes.setAttribute(String, Object) according to Servlet Specification Requirements.
SecureRequestCustomizer() - Constructor for class org.eclipse.jetty.server.SecureRequestCustomizer
 
SecureRequestCustomizer(boolean) - Constructor for class org.eclipse.jetty.server.SecureRequestCustomizer
 
SecureRequestCustomizer(boolean, boolean, long, boolean) - Constructor for class org.eclipse.jetty.server.SecureRequestCustomizer
 
SecureRequestCustomizer(boolean, long, boolean) - Constructor for class org.eclipse.jetty.server.SecureRequestCustomizer
 
SecureRequestCustomizer.SecureRequest - Class in org.eclipse.jetty.server
 
SecureRequestCustomizer.SecureRequestWithTLSData - Class in org.eclipse.jetty.server
 
SecureRequestCustomizer.SslSessionData - Record Class in org.eclipse.jetty.server
Simple bundle of data that is cached in the SSLSession.
SecureRequestWithTLSData(Request, SSLEngine) - Constructor for class org.eclipse.jetty.server.SecureRequestCustomizer.SecureRequestWithTLSData
 
SecurityHandler - Class in org.eclipse.jetty.security
Abstract SecurityHandler.
SecurityHandler() - Constructor for class org.eclipse.jetty.security.SecurityHandler
 
SecurityHandler(Handler) - Constructor for class org.eclipse.jetty.security.SecurityHandler
 
SecurityHandler.NotChecked - Class in org.eclipse.jetty.security
 
SecurityHandler.PathMapped - Class in org.eclipse.jetty.security
A concrete implementation of SecurityHandler that uses a PathMappings to match request to a list of Constraints, which are applied in the order of least significant to most significant.
SecurityUtils - Class in org.eclipse.jetty.util.security
Collections of utility methods to deal with the scheduled removal of the security classes defined by JEP 411.
SEE_OTHER - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
SEE_OTHER_303 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
select(Selector) - Method in class org.eclipse.jetty.io.ManagedSelector
 
select(List<String>) - Method in class org.eclipse.jetty.alpn.server.ALPNServerConnection
 
SelectableChannelEndPoint - Class in org.eclipse.jetty.io
A partial EndPoint implementation based on SelectableChannel.
SelectableChannelEndPoint(Scheduler, SelectableChannel, ManagedSelector, SelectionKey) - Constructor for class org.eclipse.jetty.io.SelectableChannelEndPoint
 
selectCipherSuites(String[], String[]) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Select cipher suites to be used by the connector based on configured inclusion and exclusion lists as well as enabled and supported cipher suite lists.
selected(String) - Method in class org.eclipse.jetty.alpn.client.ALPNClientConnection
 
SelectorManager - Class in org.eclipse.jetty.io
SelectorManager manages a number of ManagedSelectors that simplify the non-blocking primitives provided by the JVM via the java.nio package.
SelectorManager(Executor, Scheduler) - Constructor for class org.eclipse.jetty.io.SelectorManager
 
SelectorManager(Executor, Scheduler, int) - Constructor for class org.eclipse.jetty.io.SelectorManager
 
SelectorManager.AcceptListener - Interface in org.eclipse.jetty.io
A listener for accept events.
SelectorManager.SelectorManagerListener - Interface in org.eclipse.jetty.io
 
selectProtocols(String[], String[]) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Select protocols to be used by the connector based on configured inclusion and exclusion lists as well as enabled and supported protocols.
send() - Method in interface org.eclipse.jetty.client.Request
Sends this request and returns the response.
send() - Method in class org.eclipse.jetty.client.transport.HttpChannel
 
send() - Method in class org.eclipse.jetty.client.transport.HttpDestination
 
send() - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
send(SocketAddress, ByteBuffer...) - Method in class org.eclipse.jetty.io.DatagramChannelEndPoint
Sends to the given address the data in the given buffers.
send(Request, Response.CompleteListener) - Method in interface org.eclipse.jetty.client.Connection
Sends a request with an associated response listener.
send(Request, Response.CompleteListener) - Method in interface org.eclipse.jetty.client.Destination
Sends the given request to this destination.
send(Request, Response.CompleteListener) - Method in class org.eclipse.jetty.client.transport.HttpConnection
 
send(Request, Response.CompleteListener) - Method in class org.eclipse.jetty.client.transport.HttpDestination
 
send(Request, Response.CompleteListener) - Method in class org.eclipse.jetty.client.transport.internal.HttpConnectionOverHTTP
 
send(Request, Response.CompleteListener) - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpConnectionOverFCGI
 
send(Response.CompleteListener) - Method in interface org.eclipse.jetty.client.Request
Sends this request and asynchronously notifies the given listener for response events.
send(Response.CompleteListener) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
send(HttpChannel, HttpExchange) - Method in class org.eclipse.jetty.client.transport.HttpConnection
 
send(HttpExchange) - Method in class org.eclipse.jetty.client.transport.HttpChannel
 
send(HttpExchange) - Method in class org.eclipse.jetty.client.transport.HttpDestination
 
send(HttpExchange) - Method in class org.eclipse.jetty.client.transport.HttpSender
 
send(HttpExchange) - Method in interface org.eclipse.jetty.client.transport.IConnection
 
send(HttpExchange) - Method in class org.eclipse.jetty.client.transport.internal.HttpChannelOverHTTP
 
send(HttpExchange) - Method in class org.eclipse.jetty.client.transport.internal.HttpConnectionOverHTTP
 
send(HttpExchange) - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpChannelOverFCGI
 
send(HttpExchange) - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpConnectionOverFCGI
 
send(HttpExchange) - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpChannelOverHTTP2
 
send(HttpExchange) - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpConnectionOverHTTP2
 
send(HttpExchange) - Method in class org.eclipse.jetty.http3.client.transport.internal.HttpChannelOverHTTP3
 
send(HttpExchange) - Method in class org.eclipse.jetty.http3.client.transport.internal.HttpConnectionOverHTTP3
 
send(IConnection, HttpExchange) - Method in class org.eclipse.jetty.client.transport.HttpDestination
 
send(MetaData.Request, MetaData.Response, boolean, ByteBuffer, Callback) - Method in class org.eclipse.jetty.fcgi.server.internal.HttpStreamOverFCGI
 
send(MetaData.Request, MetaData.Response, boolean, ByteBuffer, Callback) - Method in class org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2
 
send(MetaData.Request, MetaData.Response, boolean, ByteBuffer, Callback) - Method in class org.eclipse.jetty.http3.server.internal.HttpStreamOverHTTP3
 
send(MetaData.Request, MetaData.Response, boolean, ByteBuffer, Callback) - Method in interface org.eclipse.jetty.server.HttpStream
Send response meta-data and/or data.
send(MetaData.Request, MetaData.Response, boolean, ByteBuffer, Callback) - Method in class org.eclipse.jetty.server.HttpStream.Wrapper
 
send(MetaData.Request, MetaData.Response, boolean, ByteBuffer, Callback) - Method in class org.eclipse.jetty.server.internal.HttpConnection.HttpStreamOverHTTP1
 
send(HTTP2Stream.FrameList, Callback) - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
SEND_FAILURE - Static variable in interface org.eclipse.jetty.security.AuthenticationState
Authentication failure sent.
SEND_SUCCESS - Static variable in interface org.eclipse.jetty.security.AuthenticationState
Authentication success sent.
sendContent(HttpExchange, ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.client.transport.HttpSender
Implementations should send the given HTTP content over the wire.
sendContent(HttpExchange, ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.client.transport.internal.HttpSenderOverHTTP
 
sendContent(HttpExchange, ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpSenderOverFCGI
 
sendContent(HttpExchange, ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpSenderOverHTTP2
 
sendContent(HttpExchange, ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.http3.client.transport.internal.HttpSenderOverHTTP3
 
SendFailure - Class in org.eclipse.jetty.client.transport
 
SendFailure(Throwable, boolean) - Constructor for class org.eclipse.jetty.client.transport.SendFailure
 
sendHeaders(HttpExchange, ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.client.transport.HttpSender
Implementations should send the HTTP headers over the wire, possibly with some content, in a single write, and notify the given callback of the result of this operation.
sendHeaders(HttpExchange, ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.client.transport.internal.HttpSenderOverHTTP
 
sendHeaders(HttpExchange, ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpSenderOverFCGI
 
sendHeaders(HttpExchange, ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpSenderOverHTTP2
 
sendHeaders(HttpExchange, ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.http3.client.transport.internal.HttpSenderOverHTTP3
 
sendProxyToServerRequest(Request, Request, Response, Callback) - Method in class org.eclipse.jetty.proxy.ProxyHandler
 
sendRedirect(Request, Response, Callback, int, String, boolean) - Static method in interface org.eclipse.jetty.server.Response
Sends a 302 HTTP redirect status code to the given location.
sendRedirect(Request, Response, Callback, String) - Method in class org.eclipse.jetty.server.ResourceService
 
sendRedirect(Request, Response, Callback, String) - Static method in interface org.eclipse.jetty.server.Response
Sends a HTTP redirect status code to the given location, without consuming the available request content.
sendRedirect(Request, Response, Callback, String, boolean) - Static method in interface org.eclipse.jetty.server.Response
Sends HTTP redirect status code to the given location, without consuming the available request content.
sendResponseHeaders(int, long) - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
 
sendResponseHeaders(int, long) - Method in class org.eclipse.jetty.http.spi.JettyHttpExchangeDelegate
 
sendResponseHeaders(int, long) - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
 
sendWelcome(HttpContent, String, boolean, Request, Response, Callback) - Method in class org.eclipse.jetty.server.ResourceService
 
sendWindowUpdate(Session, Stream, List<WindowUpdateFrame>) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
 
sent - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_path_stats
 
sent - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_stats
 
sent_bytes - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_path_stats
 
sent_bytes - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_stats
 
separator() - Static method in class org.eclipse.jetty.start.FS
 
separators(String) - Static method in class org.eclipse.jetty.start.FS
 
Sequence(boolean) - Constructor for class org.eclipse.jetty.server.Handler.Sequence
 
Sequence(boolean, List<Handler>) - Constructor for class org.eclipse.jetty.server.Handler.Sequence
 
Sequence(List<Handler>) - Constructor for class org.eclipse.jetty.server.Handler.Sequence
 
Sequence(Handler...) - Constructor for class org.eclipse.jetty.server.Handler.Sequence
 
serializeAttributes(SessionData, ObjectOutputStream) - Static method in class org.eclipse.jetty.session.SessionData
Serialize the attribute map of the session.
SerializedExecutor - Class in org.eclipse.jetty.util.thread
Ensures serial execution of submitted tasks.
SerializedExecutor() - Constructor for class org.eclipse.jetty.util.thread.SerializedExecutor
 
SerializedExecutor(Executor) - Constructor for class org.eclipse.jetty.util.thread.SerializedExecutor
 
SerializedExecutor.ErrorHandlingTask - Interface in org.eclipse.jetty.util.thread
Error handling task
SerializedInvoker - Class in org.eclipse.jetty.util.thread
Ensures serial invocation of submitted tasks.
SerializedInvoker() - Constructor for class org.eclipse.jetty.util.thread.SerializedInvoker
 
SERVE - Enum constant in enum class org.eclipse.jetty.server.ResourceService.WelcomeMode
Server - Class in org.eclipse.jetty.server
 
Server() - Constructor for class org.eclipse.jetty.server.Server
 
Server() - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory.Server
 
Server(int) - Constructor for class org.eclipse.jetty.server.Server
Convenience constructor Creates server and a ServerConnector at the passed port.
Server(InetSocketAddress) - Constructor for class org.eclipse.jetty.server.Server
Convenience constructor
Server(ThreadPool) - Constructor for class org.eclipse.jetty.server.Server
 
Server(ThreadPool, Scheduler, ByteBufferPool) - Constructor for class org.eclipse.jetty.server.Server
 
SERVER - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
SERVER_ADDR - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
 
SERVER_BIDIRECTIONAL - Enum constant in enum class org.eclipse.jetty.quic.common.StreamType
 
SERVER_GRACEFUL - Static variable in class org.eclipse.jetty.http3.frames.GoAwayFrame
 
SERVER_NAME - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
 
SERVER_PORT - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
 
SERVER_PROTOCOL - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
 
SERVER_SOFTWARE - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
 
SERVER_UNIDIRECTIONAL - Enum constant in enum class org.eclipse.jetty.quic.common.StreamType
 
SERVER_VERSION - Static variable in class org.eclipse.jetty.server.HttpConfiguration
 
ServerAuthException - Exception Class in org.eclipse.jetty.security
A server specific Authentication or Authorization exception.
ServerAuthException() - Constructor for exception class org.eclipse.jetty.security.ServerAuthException
 
ServerAuthException(String) - Constructor for exception class org.eclipse.jetty.security.ServerAuthException
 
ServerAuthException(String, Throwable) - Constructor for exception class org.eclipse.jetty.security.ServerAuthException
 
ServerAuthException(Throwable) - Constructor for exception class org.eclipse.jetty.security.ServerAuthException
 
ServerConnector - Class in org.eclipse.jetty.server
This Connector implementation is the primary connector for the Jetty server over TCP/IP.
ServerConnector(Server) - Constructor for class org.eclipse.jetty.server.ServerConnector
Construct a ServerConnector with a private instance of HttpConnectionFactory as the only factory.
ServerConnector(Server, int, int) - Constructor for class org.eclipse.jetty.server.ServerConnector
Construct a ServerConnector with a private instance of HttpConnectionFactory as the only factory.
ServerConnector(Server, int, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.ServerConnector
Construct a ServerConnector with a private instance of HttpConnectionFactory as the only factory.
ServerConnector(Server, int, int, SslContextFactory.Server) - Constructor for class org.eclipse.jetty.server.ServerConnector
Construct a ServerConnector with a private instance of HttpConnectionFactory as the primary protocol
ServerConnector(Server, Executor, Scheduler, ByteBufferPool, int, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.ServerConnector
 
ServerConnector(Server, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.ServerConnector
Construct a Server Connector with the passed Connection factories.
ServerConnector(Server, SslContextFactory.Server) - Constructor for class org.eclipse.jetty.server.ServerConnector
Construct a ServerConnector with a private instance of HttpConnectionFactory as the primary protocol
ServerConnector(Server, SslContextFactory.Server, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.ServerConnector
 
ServerConnector.ServerConnectorManager - Class in org.eclipse.jetty.server
 
ServerConnectorManager(Executor, Scheduler, int) - Constructor for class org.eclipse.jetty.server.ServerConnector.ServerConnectorManager
 
ServerFCGIConnection - Class in org.eclipse.jetty.fcgi.server.internal
 
ServerFCGIConnection(Connector, EndPoint, HttpConfiguration, boolean) - Constructor for class org.eclipse.jetty.fcgi.server.internal.ServerFCGIConnection
 
ServerFCGIConnectionFactory - Class in org.eclipse.jetty.fcgi.server
 
ServerFCGIConnectionFactory(HttpConfiguration) - Constructor for class org.eclipse.jetty.fcgi.server.ServerFCGIConnectionFactory
 
ServerFCGIConnectionFactory(HttpConfiguration, boolean) - Constructor for class org.eclipse.jetty.fcgi.server.ServerFCGIConnectionFactory
 
ServerGenerator - Class in org.eclipse.jetty.fcgi.generator
 
ServerGenerator(ByteBufferPool) - Constructor for class org.eclipse.jetty.fcgi.generator.ServerGenerator
 
ServerGenerator(ByteBufferPool, boolean, boolean) - Constructor for class org.eclipse.jetty.fcgi.generator.ServerGenerator
 
ServerHTTP2StreamEndPoint - Class in org.eclipse.jetty.http2.server.internal
 
ServerHTTP2StreamEndPoint(HTTP2Stream) - Constructor for class org.eclipse.jetty.http2.server.internal.ServerHTTP2StreamEndPoint
 
ServerHTTP3Session - Class in org.eclipse.jetty.http3.server.internal
 
ServerHTTP3Session(HTTP3Configuration, ServerQuicSession, Session.Server.Listener) - Constructor for class org.eclipse.jetty.http3.server.internal.ServerHTTP3Session
 
ServerHTTP3StreamConnection - Class in org.eclipse.jetty.http3.server.internal
 
ServerHTTP3StreamConnection(Connector, HttpConfiguration, QuicStreamEndPoint, ServerHTTP3Session, MessageParser) - Constructor for class org.eclipse.jetty.http3.server.internal.ServerHTTP3StreamConnection
 
ServerMBean - Class in org.eclipse.jetty.server.jmx
 
ServerMBean(Object) - Constructor for class org.eclipse.jetty.server.jmx.ServerMBean
 
ServerParser - Class in org.eclipse.jetty.fcgi.parser
 
ServerParser - Class in org.eclipse.jetty.http2.parser
 
ServerParser(ServerParser.Listener) - Constructor for class org.eclipse.jetty.fcgi.parser.ServerParser
 
ServerParser(ByteBufferPool, int, RateControl) - Constructor for class org.eclipse.jetty.http2.parser.ServerParser
 
ServerParser.Listener - Interface in org.eclipse.jetty.fcgi.parser
 
ServerParser.Listener - Interface in org.eclipse.jetty.http2.parser
 
ServerParser.Listener.Wrapper - Class in org.eclipse.jetty.http2.parser
 
ServerProtocolSession - Class in org.eclipse.jetty.quic.server
Server specific implementation of ProtocolSession.
ServerProtocolSession(ServerQuicSession) - Constructor for class org.eclipse.jetty.quic.server.ServerProtocolSession
 
ServerQuicConnection - Class in org.eclipse.jetty.quic.server
The server specific implementation of QuicConnection.
ServerQuicConnection(QuicServerConnector, EndPoint) - Constructor for class org.eclipse.jetty.quic.server.ServerQuicConnection
 
ServerQuicSession - Class in org.eclipse.jetty.quic.server
The server specific implementation of QuicSession.
ServerQuicSession(Executor, Scheduler, ByteBufferPool, QuicheConnection, QuicConnection, SocketAddress, Connector) - Constructor for class org.eclipse.jetty.quic.server.ServerQuicSession
 
ServerSessionListener - Interface in org.eclipse.jetty.http2.api.server
Server-side extension of Session.Listener that exposes additional events.
serveWelcome(Request, Response, Callback, String) - Method in class org.eclipse.jetty.server.ResourceService
Serves the given welcome target.
SERVICE_UNAVAILABLE - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
SERVICE_UNAVAILABLE_503 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
serviceProviderStream(ServiceLoader<T>) - Static method in class org.eclipse.jetty.util.TypeUtil
Utility to create a stream which provides the same functionality as ServiceLoader.stream().
serviceStream(ServiceLoader<T>) - Static method in class org.eclipse.jetty.util.TypeUtil
Utility method to provide a stream of the service type from a ServiceLoader.
SERVLET_ENGINE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
ServletPathSpec - Class in org.eclipse.jetty.http.pathmap
 
ServletPathSpec(String) - Constructor for class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
servletUpgrade() - Method in class org.eclipse.jetty.http.HttpGenerator
 
servletUpgrade() - Method in class org.eclipse.jetty.http.HttpParser
 
session() - Method in record class org.eclipse.jetty.session.AbstractSessionManager.RequestedSession
Returns the value of the session record component.
Session - Interface in org.eclipse.jetty.http2.api
A Session represents the client-side endpoint of an HTTP/2 connection to a single origin server.
Session - Interface in org.eclipse.jetty.http3.api
The low-level HTTP/3 API representing a connection with a remote peer.
Session - Interface in org.eclipse.jetty.server
The interface to a generic session associated with a request.
SESSION_AUTHENTICATED_ATTRIBUTE - Static variable in class org.eclipse.jetty.security.SecurityHandler
 
SESSION_CREATED_SECURE - Static variable in class org.eclipse.jetty.session.ManagedSession
Deprecated.
SESSION_FAILURE - Static variable in class org.eclipse.jetty.http2.parser.HeaderBlockParser
 
SESSION_LISTENER_CONTEXT_KEY - Static variable in class org.eclipse.jetty.http2.client.HTTP2ClientConnectionFactory
 
SESSION_LISTENER_CONTEXT_KEY - Static variable in class org.eclipse.jetty.http3.client.HTTP3Client
 
SESSION_PROMISE_CONTEXT_KEY - Static variable in class org.eclipse.jetty.http2.client.HTTP2ClientConnectionFactory
 
SESSION_PROMISE_CONTEXT_KEY - Static variable in class org.eclipse.jetty.http3.client.HTTP3Client
 
Session.API - Interface in org.eclipse.jetty.server
An API wrapper of the core session.
Session.Client - Interface in org.eclipse.jetty.http3.api
The client-side HTTP/3 API representing a connection with a server.
Session.Client.Listener - Interface in org.eclipse.jetty.http3.api
The client-side specific Session.Listener.
Session.LifeCycleListener - Interface in org.eclipse.jetty.server
Listener interface that if implemented by a value of an attribute of an enclosing Context at start, will be notified of session lifecycle events.
Session.Listener - Interface in org.eclipse.jetty.http2.api
A Session.Listener is the passive counterpart of a Session and receives events happening on an HTTP/2 connection.
Session.Listener - Interface in org.eclipse.jetty.http3.api
A Session.Listener is the passive counterpart of a Session and receives events happening on an HTTP/3 connection.
Session.Server - Interface in org.eclipse.jetty.http3.api
The server-side HTTP/3 API representing a connection with a client.
Session.Server.Listener - Interface in org.eclipse.jetty.http3.api
The server-side specific Session.Listener.
Session.ValueListener - Interface in org.eclipse.jetty.server
Listener interface that if implemented by a session attribute value, will be notified of session value events.
SessionAuthentication - Class in org.eclipse.jetty.security.authentication
SessionAuthentication When a user has been successfully authenticated with some types of Authenticator, the Authenticator stashes a SessionAuthentication into an HttpSession to remember that the user is authenticated.
SessionAuthentication(String, UserIdentity, Object) - Constructor for class org.eclipse.jetty.security.authentication.SessionAuthentication
 
SessionCache - Interface in org.eclipse.jetty.session
SessionCache A working set of ManagedSession objects for a context.
SessionCacheFactory - Interface in org.eclipse.jetty.session
SessionCacheFactory
SessionClientListener - Class in org.eclipse.jetty.http3.client.transport.internal
 
SessionClientListener(Map<String, Object>) - Constructor for class org.eclipse.jetty.http3.client.transport.internal.SessionClientListener
 
SessionConfig - Interface in org.eclipse.jetty.session
 
SessionConfig.Mutable - Interface in org.eclipse.jetty.session
 
SessionContext - Class in org.eclipse.jetty.session
SessionContext Information about the context to which sessions belong: the Context, the SessionManager of the context, and the unique name of the node.
SessionContext() - Constructor for class org.eclipse.jetty.session.SessionContext
 
SessionContext(SessionManager) - Constructor for class org.eclipse.jetty.session.SessionContext
 
SessionData - Class in org.eclipse.jetty.session
SessionData The data associated with a session.
SessionData(String, String, String, long, long, long, long) - Constructor for class org.eclipse.jetty.session.SessionData
 
SessionData(String, String, String, long, long, long, long, Map<String, Object>) - Constructor for class org.eclipse.jetty.session.SessionData
 
SessionDataMap - Interface in org.eclipse.jetty.session
SessionDataMap A map style access to SessionData keyed by the session id.
SessionDataMapFactory - Interface in org.eclipse.jetty.session
SessionDataMapFactory
SessionDataStore - Interface in org.eclipse.jetty.session
SessionDataStore A store for the data contained in a Session object.
SessionDataStoreFactory - Interface in org.eclipse.jetty.session
SessionDataStoreFactory
SessionDataTranscoder() - Constructor for class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap.SessionDataTranscoder
 
SessionException(long, String) - Constructor for exception class org.eclipse.jetty.http3.qpack.QpackException.SessionException
 
SessionException(long, String, Throwable) - Constructor for exception class org.eclipse.jetty.http3.qpack.QpackException.SessionException
 
SessionException(String, Object...) - Constructor for exception class org.eclipse.jetty.http2.hpack.HpackException.SessionException
 
sessionFailure(ByteBuffer, long, String, Throwable) - Method in class org.eclipse.jetty.http3.parser.BodyParser
 
sessionFromEntity(Entity) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
Generate SessionData from an Entity retrieved from gcloud datastore.
SessionHandler - Class in org.eclipse.jetty.session
A simple core SessionHandler
SessionHandler() - Constructor for class org.eclipse.jetty.session.SessionHandler
 
sessionId() - Method in record class org.eclipse.jetty.server.SecureRequestCustomizer.SslSessionData
Returns the value of the sessionId record component.
sessionId() - Method in record class org.eclipse.jetty.session.AbstractSessionManager.RequestedSession
Returns the value of the sessionId record component.
sessionIdFromCookie() - Method in record class org.eclipse.jetty.session.AbstractSessionManager.RequestedSession
Returns the value of the sessionIdFromCookie record component.
SessionIdManager - Interface in org.eclipse.jetty.session
Session ID Manager.
SessionInactivityTimer - Class in org.eclipse.jetty.session
SessionInactivityTimer Each Session has a timer associated with it that fires whenever it has been idle (ie not accessed by a request) for a configurable amount of time, or the Session expires.
SessionInactivityTimer(SessionManager, ManagedSession, Scheduler) - Constructor for class org.eclipse.jetty.session.SessionInactivityTimer
 
SessionManager - Interface in org.eclipse.jetty.session
SessionManager Non-servlet spec specific contract implemented by all SessionHandlers.
SessionTableSchema() - Constructor for class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
sessionTimerExpired(ManagedSession, long) - Method in class org.eclipse.jetty.session.AbstractSessionManager
Each session has a timer that is configured to go off when either the session has not been accessed for a configurable amount of time, or the session itself has passed its expiry.
sessionTimerExpired(ManagedSession, long) - Method in interface org.eclipse.jetty.session.SessionManager
 
set(int, int) - Method in class org.eclipse.jetty.util.AtomicBiInteger
Sets the hi and lo values.
set(int, E) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
set(Request, CompletableFuture<Fields>) - Static method in class org.eclipse.jetty.server.FormFields
Set a Fields or related failure for the request
set(Environment) - Static method in interface org.eclipse.jetty.util.component.Environment
 
SET - Enum constant in enum class org.eclipse.jetty.session.ManagedSession.IdState
 
SET_COOKIE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
SET_COOKIE2 - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
setAcceptedReceiveBufferSize(int) - Method in class org.eclipse.jetty.server.ServerConnector
 
setAcceptedSendBufferSize(int) - Method in class org.eclipse.jetty.server.ServerConnector
 
setAcceptedTcpNoDelay(boolean) - Method in class org.eclipse.jetty.server.ServerConnector
 
setAccepting(boolean) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setAccepting(boolean) - Method in class org.eclipse.jetty.server.ServerConnector
 
setAcceptingInLowResources(boolean) - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
setAcceptorPriorityDelta(int) - Method in class org.eclipse.jetty.server.AbstractConnector
Set the acceptor thread priority delta.
setAcceptQueueSize(int) - Method in class org.eclipse.jetty.server.ServerConnector
 
setAcceptRanges(boolean) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setAcceptRanges(boolean) - Method in class org.eclipse.jetty.server.ResourceService
 
setAccessed(long) - Method in class org.eclipse.jetty.session.SessionData
 
setAccessed(String) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
setAccessTimeColumn(String) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
setActiveConnectionIdLimit(Long) - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
 
setAdd(boolean) - Method in class org.eclipse.jetty.rewrite.handler.HeaderPatternRule
 
setAdd(boolean) - Method in class org.eclipse.jetty.rewrite.handler.HeaderRegexRule
 
setAddresses(InetSocketAddress...) - Method in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMapFactory
 
setAddressResolutionTimeout(long) - Method in class org.eclipse.jetty.client.HttpClient
Sets the socket address resolution timeout used by the default SocketAddressResolver created by this HttpClient at startup.
setAliasChecks(List<AliasCheck>) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setAliasMapper(UnaryOperator<String>) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
Sets a function that transforms the alias into a possibly different alias, invoked when the SNI logic must choose the alias to pick the right certificate.
setAllModules(Modules) - Method in class org.eclipse.jetty.start.StartArgs
 
setAllowNullPathInContext(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setAlwaysSaveUri(boolean) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
If true, uris that cause a redirect to a login page will always be remembered.
setAppend(boolean) - Method in class org.eclipse.jetty.server.RequestLogWriter
Set append to log flag.
setApplicationProtos(String...) - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
 
setApplyToAsync(boolean) - Method in class org.eclipse.jetty.server.handler.IdleTimeoutHandler
Should the adjusted idle time be maintained for asynchronous requests
setAppProviders(Collection<AppProvider>) - Method in class org.eclipse.jetty.deploy.DeploymentManager
Set the AppProviders.
setAttachment(Object) - Method in class org.eclipse.jetty.client.transport.HttpConnection
 
setAttachment(Object) - Method in class org.eclipse.jetty.client.transport.internal.HttpConnectionOverHTTP
 
setAttachment(Object) - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpConnectionOverFCGI
 
setAttachment(Object) - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
setAttachment(Object) - Method in class org.eclipse.jetty.http3.HTTP3Stream
 
setAttachment(Object) - Method in interface org.eclipse.jetty.util.Attachable
Attaches the given object to this stream for later retrieval.
setAttribute(String, Object) - Method in class org.eclipse.jetty.fcgi.server.internal.ServerFCGIConnection
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.http.spi.JettyHttpExchangeDelegate
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
 
setAttribute(String, Object) - Method in interface org.eclipse.jetty.http2.api.Stream
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerConnection
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.http3.server.internal.ServerHTTP3StreamConnection
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelRequest
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.server.Server
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.session.ManagedSession
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.session.SessionData
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.util.Attributes.Layer
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.util.Attributes.Lazy
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.util.Attributes.Mapped
 
setAttribute(String, Object) - Method in interface org.eclipse.jetty.util.Attributes
Set an attribute
setAttribute(String, Object) - Method in class org.eclipse.jetty.util.Attributes.Wrapper
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.util.AttributesMap
Deprecated.
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.util.component.AttributeContainerMap
 
setAttribute(Attribute) - Method in class org.eclipse.jetty.jmx.ObjectMBean
 
setAttributes(String) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
setAttributes(AttributeList) - Method in class org.eclipse.jetty.jmx.ObjectMBean
 
setAuthenticated(boolean) - Method in class org.eclipse.jetty.security.jaas.spi.AbstractLoginModule
 
setAuthenticationDuration(Duration) - Method in class org.eclipse.jetty.security.authentication.SPNEGOAuthenticator
Sets the duration of the authentication.
setAuthenticationState(Request, AuthenticationState) - Static method in interface org.eclipse.jetty.security.AuthenticationState
Set the authentication state of a request.
setAuthenticationState(Request, Request.AuthenticationState) - Static method in interface org.eclipse.jetty.server.Request
 
setAuthenticationStore(AuthenticationStore) - Method in class org.eclipse.jetty.client.HttpClient
 
setAuthenticationType(String) - Method in class org.eclipse.jetty.security.SecurityHandler
 
setAuthenticator(Authenticator) - Method in class org.eclipse.jetty.http.spi.JettyHttpContext
 
setAuthenticator(Authenticator) - Method in class org.eclipse.jetty.security.SecurityHandler
Set the authenticator.
setAuthenticatorFactory(Authenticator.Factory) - Method in class org.eclipse.jetty.security.SecurityHandler
 
setAvailable(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Set Available status.
setAvailableProcessors(int) - Static method in class org.eclipse.jetty.util.ProcessorUtils
 
setBackoffMs(int) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
setBackoffMs(int) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStoreFactory
 
setBase(Path) - Method in class org.eclipse.jetty.start.PathFinder
Set the active basePath, used for resolving relative paths.
setBaseResource(Resource) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Set the base resource for this context.
setBaseResource(Resource) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setBaseResourceAsPath(Path) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setBaseResourceAsString(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setBaseResourceAsString(String) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setBeans(Collection<Object>) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
setBidirectionalStreamRecvWindow(int) - Method in class org.eclipse.jetty.quic.common.QuicConfiguration
 
setBindAddress(SocketAddress) - Method in class org.eclipse.jetty.client.HttpClient
 
setBindAddress(SocketAddress) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setBindAddress(SocketAddress) - Method in class org.eclipse.jetty.io.ClientConnector
Sets the bind address of sockets before the connect operation.
setBlobType(String) - Method in class org.eclipse.jetty.session.DatabaseAdaptor
 
setBufferRatio(float) - Method in class org.eclipse.jetty.http2.BufferingFlowControlStrategy
 
setBufferSize(int) - Method in class org.eclipse.jetty.io.content.InputStreamContentSource
 
setBufferSize(int) - Method in class org.eclipse.jetty.io.content.PathContentSource
 
setBufferSize(int) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
setByteBufferPool(ByteBufferPool) - Method in class org.eclipse.jetty.client.HttpClient
 
setByteBufferPool(ByteBufferPool) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setByteBufferPool(ByteBufferPool) - Method in class org.eclipse.jetty.io.ClientConnector
 
setByteBufferPool(ByteBufferPool) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
setCacheControl(String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
Set the cacheControl.
setCacheControl(String) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
setCacheControl(String) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setCacheControl(String) - Method in class org.eclipse.jetty.server.ResourceService
 
setCallbackHandler(CallbackHandler) - Method in class org.eclipse.jetty.security.jaas.spi.AbstractLoginModule
 
setCallbackHandlerClass(String) - Method in class org.eclipse.jetty.security.jaas.JAASLoginService
 
setCapacity(int) - Method in class org.eclipse.jetty.http3.qpack.internal.table.DynamicTable
 
setCapacity(int) - Method in class org.eclipse.jetty.util.compression.CompressionPool
 
SetCapacityInstruction - Class in org.eclipse.jetty.http3.qpack.internal.instruction
 
SetCapacityInstruction(int) - Constructor for class org.eclipse.jetty.http3.qpack.internal.instruction.SetCapacityInstruction
 
setCatalogName(String) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
setCertAlias(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set the default certificate Alias.
setCertChainPemPath(String) - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
 
setCharset(Charset) - Method in class org.eclipse.jetty.security.authentication.BasicAuthenticator
 
setCheckingRemoteSessionIdEncoding(boolean) - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
setCheckingRemoteSessionIdEncoding(boolean) - Method in interface org.eclipse.jetty.session.SessionConfig.Mutable
 
setCipherComparator(Comparator<String>) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setClassLoader(ClassLoader) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setCode(int) - Method in class org.eclipse.jetty.rewrite.handler.InvalidURIRule
 
setCode(int) - Method in class org.eclipse.jetty.rewrite.handler.ResponsePatternRule
 
setCollectionName(String) - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStoreFactory
 
setCommitted(boolean) - Method in class org.eclipse.jetty.security.jaas.spi.AbstractLoginModule
 
setConfig(String) - Method in class org.eclipse.jetty.security.JDBCLoginService
Load JDBC connection configuration from properties file.
setConfig(Resource) - Method in class org.eclipse.jetty.security.HashLoginService
Load users from properties file.
setConfig(Resource) - Method in class org.eclipse.jetty.security.PropertyUserStore
Set the Config Path from a String reference to a file
setConfiguration(Configuration) - Method in class org.eclipse.jetty.security.jaas.JAASLoginService
 
setConfiguration(Authenticator.Configuration) - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
setConfiguration(Authenticator.Configuration) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
setConfiguration(Authenticator.Configuration) - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator
 
setConfiguration(Authenticator.Configuration) - Method in class org.eclipse.jetty.security.Authenticator.NoOp
 
setConfiguration(Authenticator.Configuration) - Method in interface org.eclipse.jetty.security.Authenticator
Configure the Authenticator
setConfigurationClasses(String) - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
This is equivalent to setting the Deployable.CONFIGURATION_CLASSES property.
setConfigurationClasses(String[]) - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
This is equivalent to setting the Deployable.CONFIGURATION_CLASSES property.
setCongestionControl(QuicheConfig.CongestionControl) - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
 
setConnectBlocking(boolean) - Method in class org.eclipse.jetty.client.HttpClient
Whether connect() operations are performed in blocking mode.
setConnectBlocking(boolean) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setConnectBlocking(boolean) - Method in class org.eclipse.jetty.io.ClientConnector
 
setConnection(Connection) - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
 
setConnection(Connection) - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
setConnection(Connection) - Method in interface org.eclipse.jetty.io.EndPoint
 
setConnection(Connection) - Method in class org.eclipse.jetty.io.ssl.SslConnection.SslEndPoint
 
setConnection(Connection) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
setConnection(ConnectHandler.TunnelConnection) - Method in class org.eclipse.jetty.server.handler.ConnectHandler.DownstreamConnection
 
setConnection(ConnectHandler.TunnelConnection) - Method in class org.eclipse.jetty.server.handler.ConnectHandler.UpstreamConnection
 
setConnectionFactories(Collection<ConnectionFactory>) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setConnectionId(QuicheConnectionId) - Method in class org.eclipse.jetty.quic.common.QuicSession
 
setConnectionPoolFactory(ConnectionPool.Factory) - Method in class org.eclipse.jetty.client.AbstractHttpClientTransport
 
setConnectionPoolFactory(ConnectionPool.Factory) - Method in interface org.eclipse.jetty.client.HttpClientTransport
 
setConnectionString(String) - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStoreFactory
 
setConnectors(Connector[]) - Method in class org.eclipse.jetty.server.Server
Set the connectors for this server.
setConnectProtocolEnabled(boolean) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
setConnectProtocolEnabled(boolean) - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
 
setConnectTimeout(int) - Method in class org.eclipse.jetty.util.resource.URLResourceFactory
 
setConnectTimeout(long) - Method in class org.eclipse.jetty.client.HttpClient
 
setConnectTimeout(long) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setConnectTimeout(long) - Method in class org.eclipse.jetty.io.SelectorManager
Set the connect timeout (in milliseconds)
setConnectTimeout(long) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
setConnectTimeout(Duration) - Method in class org.eclipse.jetty.io.ClientConnector
 
setContent(byte[]) - Method in class org.eclipse.jetty.http.HttpTester.Message
 
setContent(String) - Method in class org.eclipse.jetty.http.HttpTester.Message
 
setContent(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpTester.Message
 
setContextAttribute(String, Object) - Method in class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
 
setContextAttribute(String, String) - Method in class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
 
setContextPath(String) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
setContextPath(String) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.ExpiryInfo
 
setContextPath(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setContextPath(String) - Method in class org.eclipse.jetty.session.SessionData
 
setContextPathColumn(String) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
setContexts(ContextHandlerCollection) - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
SetCookieHttpField(HttpCookie, CookieCompliance) - Constructor for class org.eclipse.jetty.server.HttpCookieUtils.SetCookieHttpField
 
setCookieSet(long) - Method in class org.eclipse.jetty.session.SessionData
 
setCookieSetTime(String) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
setCookieTimeColumn(String) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
setCount(int) - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
 
setCreated(long) - Method in class org.eclipse.jetty.session.SessionData
 
setCreateTime(String) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
setCreateTimeColumn(String) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
setCredential(Object) - Method in class org.eclipse.jetty.security.jaas.callback.AbstractCallbackHandler
 
setCrlPath(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setCurrentConnection(HttpConnection) - Static method in class org.eclipse.jetty.server.internal.HttpConnection
 
setCurrentUser(AbstractLoginModule.JAASUser) - Method in class org.eclipse.jetty.security.jaas.spi.AbstractLoginModule
 
setCustomizers(List<HttpConfiguration.Customizer>) - Method in class org.eclipse.jetty.server.HttpConfiguration
Sets the HttpConfiguration.Customizers that are invoked for every request received.
setDaemon(boolean) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
setDaemon(boolean) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
setDatabaseAdaptor(DatabaseAdaptor) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
setDatabaseAdaptor(DatabaseAdaptor) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore
 
setDatabaseAdaptor(DatabaseAdaptor) - Method in class org.eclipse.jetty.session.JDBCSessionDataStoreFactory
 
setDataMode(boolean) - Method in class org.eclipse.jetty.http3.parser.MessageParser
 
setDatasource(DataSource) - Method in class org.eclipse.jetty.session.DatabaseAdaptor
 
setDatasourceName(String) - Method in class org.eclipse.jetty.session.DatabaseAdaptor
 
setDatastore(Datastore) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
setDBCollection(DBCollection) - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
 
setDbName(String) - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStoreFactory
 
setDebug(boolean) - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
setDecorators(List<? extends Decorator>) - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
 
setDefaultHandler(Handler) - Method in class org.eclipse.jetty.server.Server
 
setDefaultLifeCycleGoal(String) - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
setDefaultProtocol(String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setDefaultProtocol(String) - Method in class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
 
setDefaultRequestContentType(String) - Method in class org.eclipse.jetty.client.HttpClient
 
setDefaultsDescriptor(String) - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
Set the defaultsDescriptor.
setDeflaterPool(DeflaterPool) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the DeflaterPool to be used.
setDelayDispatchUntilContent(boolean) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
setDeleteUnrestorableFiles(boolean) - Method in class org.eclipse.jetty.session.FileSessionDataStore
 
setDeleteUnrestorableFiles(boolean) - Method in class org.eclipse.jetty.session.FileSessionDataStoreFactory
 
setDeploymentManager(DeploymentManager) - Method in interface org.eclipse.jetty.deploy.AppProvider
Set the Deployment Manager
setDeploymentManager(DeploymentManager) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
setDestinationIdleTimeout(long) - Method in class org.eclipse.jetty.client.HttpClient
Whether destinations that have no connections (nor active nor idle) and no exchanges should be removed after the specified timeout.
setDetailedDump(boolean) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
setDetailedDump(boolean) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
setDir(String) - Method in class org.eclipse.jetty.start.BaseHome.SearchDir
 
setDir(Path) - Method in class org.eclipse.jetty.start.BaseHome.SearchDir
 
setDirAllowed(boolean) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setDirAllowed(boolean) - Method in class org.eclipse.jetty.server.ResourceService
 
setDirectBuffersForDecryption(boolean) - Method in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
 
setDirectBuffersForDecryption(boolean) - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
setDirectBuffersForEncryption(boolean) - Method in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
 
setDirectBuffersForEncryption(boolean) - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
setDirMatcher(PathMatcher) - Method in class org.eclipse.jetty.start.PathFinder
 
setDirty(boolean) - Method in class org.eclipse.jetty.session.SessionData
 
setDirty(String) - Method in class org.eclipse.jetty.nosql.NoSqlSessionDataStore.NoSqlSessionData
 
setDirty(String) - Method in class org.eclipse.jetty.session.SessionData
 
setDisableActiveMigration(boolean) - Method in class org.eclipse.jetty.quic.common.QuicConfiguration
 
setDisableActiveMigration(Boolean) - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
 
setDiscardPathInContext(boolean) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
Whether to discard the original request pathInContext when building the redirect URI.
setDiscardQuery(boolean) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
Whether to discard the original request query when building the redirect URI.
setDisplayName(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setDomain(String) - Method in class org.eclipse.jetty.jmx.MBeanContainer
Set domain to be used to add MBeans
setDriverInfo(String, String) - Method in class org.eclipse.jetty.session.DatabaseAdaptor
Configure jdbc connection information via a jdbc Driver
setDriverInfo(Driver, String) - Method in class org.eclipse.jetty.session.DatabaseAdaptor
Configure jdbc connection information via a jdbc Driver
setDryRun(boolean) - Method in class org.eclipse.jetty.server.Server
 
setDumpAfterStart(boolean) - Method in class org.eclipse.jetty.server.Server
 
setDumpBeforeStop(boolean) - Method in class org.eclipse.jetty.server.Server
 
setDynamic(boolean) - Method in class org.eclipse.jetty.server.Handler.AbstractContainer
 
setEdges(Set<Edge>) - Method in class org.eclipse.jetty.deploy.graph.Graph
 
setEnableCRLDP(boolean) - Method in class org.eclipse.jetty.util.security.CertificateValidator
Enables CRL Distribution Points Support
setEnableCRLDP(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Enables CRL Distribution Points Support
setEnabled(boolean) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
setEnableOCSP(boolean) - Method in class org.eclipse.jetty.util.security.CertificateValidator
Enables On-Line Certificate Status Protocol support
setEnableOCSP(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Enables On-Line Certificate Status Protocol support
setEncodingCacheSize(int) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setEncodingCacheSize(int) - Method in class org.eclipse.jetty.server.ResourceService
 
setEndpointIdentificationAlgorithm(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
When set to "HTTPS" hostname verification will be enabled.
setEndStream(boolean) - Method in class org.eclipse.jetty.http2.parser.HeaderBlockFragments
 
setEnsureSecureRequestCustomizer(boolean) - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
setEntityDataModel(GCloudSessionDataStore.EntityDataModel) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
setEntityDataModel(GCloudSessionDataStore.EntityDataModel) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStoreFactory
 
setEnv(Hashtable<String, Object>) - Method in class org.eclipse.jetty.jndi.NamingContext
 
setEnvironmentName(String) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
setErrorHandler(Request.Handler) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setErrorHandler(Request.Handler) - Method in class org.eclipse.jetty.server.Server
 
setEtags(boolean) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setEtags(boolean) - Method in class org.eclipse.jetty.server.ResourceService
 
setEventListeners(Collection<EventListener>) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
setEvictionPolicy(int) - Method in class org.eclipse.jetty.session.AbstractSessionCache
-1 means we never evict inactive sessions.
setEvictionPolicy(int) - Method in class org.eclipse.jetty.session.AbstractSessionCacheFactory
 
setEvictionPolicy(int) - Method in class org.eclipse.jetty.session.NullSessionCache
 
setEvictionPolicy(int) - Method in class org.eclipse.jetty.session.NullSessionCacheFactory
 
setEvictionPolicy(int) - Method in interface org.eclipse.jetty.session.SessionCache
Sessions in this cache can be: never evicted evicted once the last request exits evicted after a configurable period of inactivity
setExcludeCipherSuites(String...) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
You can either use the exact Cipher suite name or a a regular expression.
setExcludedInflatePaths(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the excluded filter list of Path specs (replacing any previously set)
setExcludedMethodList(String) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the excluded filter list of HTTP Methods (replacing any previously set)
setExcludedMethods(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the excluded filter list of HTTP methods (replacing any previously set)
setExcludedMimeTypes(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the excluded filter list of MIME types (replacing any previously set)
setExcludedMimeTypesList(String) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the excluded filter list of MIME types (replacing any previously set)
setExcludedPaths(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the excluded filter list of Path specs (replacing any previously set)
setExcludeProtocols(String...) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
You can either use the exact Protocol name or a a regular expression.
setExecutor(Executor) - Method in class org.eclipse.jetty.client.HttpClient
 
setExecutor(Executor) - Method in class org.eclipse.jetty.http.spi.DelegatingThreadPool
 
setExecutor(Executor) - Method in class org.eclipse.jetty.http.spi.JettyHttpServer
 
setExecutor(Executor) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setExecutor(Executor) - Method in class org.eclipse.jetty.io.ClientConnector
 
setExecutor(Executor) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
setExitJvm(boolean) - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
 
setExitVm(boolean) - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
setExpiry(long) - Method in class org.eclipse.jetty.session.SessionData
 
setExpiry(String) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
setExpirySec(int) - Method in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
 
setExpirySec(int) - Method in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMapFactory
 
setExpiryTimeColumn(String) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
setExtendedId(String) - Method in class org.eclipse.jetty.session.ManagedSession
 
setExtractWars(boolean) - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
Set the extractWars.
setFileMatcher(String) - Method in class org.eclipse.jetty.start.PathFinder
 
setFileMatcher(PathMatcher) - Method in class org.eclipse.jetty.start.PathFinder
 
setFilename(String) - Method in class org.eclipse.jetty.server.RequestLogWriter
Set the output file name of the request log.
setFilenameDateFormat(String) - Method in class org.eclipse.jetty.server.RequestLogWriter
Set the log file name date format.
setFilenameFilter(FilenameFilter) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
setFilenameFilter(FilenameFilter) - Method in class org.eclipse.jetty.util.Scanner
Deprecated.
setFilesDirectory(Path) - Method in class org.eclipse.jetty.http.MultiPartFormData.Parser
Sets the directory where the files uploaded in the parts will be saved.
setFilter(BiPredicate<Request, Response>) - Method in class org.eclipse.jetty.server.CustomRequestLog
This allows you to set a custom filter to decide whether to log a request or omit it from the request log.
setFlowControlStrategyFactory(FlowControlStrategy.Factory) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setFlowControlStrategyFactory(FlowControlStrategy.Factory) - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
 
setFlushOnResponseCommit(boolean) - Method in class org.eclipse.jetty.session.AbstractSessionCache
 
setFlushOnResponseCommit(boolean) - Method in class org.eclipse.jetty.session.AbstractSessionCacheFactory
 
setFlushOnResponseCommit(boolean) - Method in interface org.eclipse.jetty.session.SessionCache
If true, a dirty session will be written to the SessionDataStore just before a response is returned to the client.
setFollowRedirects(boolean) - Method in class org.eclipse.jetty.client.HttpClient
 
setForcedHost(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
Set a forced valued for the host header.
setFormEncodedMethods(String...) - Method in class org.eclipse.jetty.server.HttpConfiguration
Sets the form encoded HTTP methods.
setForwardedCipherSuiteHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
setForwardedForHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
setForwardedHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
setForwardedHostHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
setForwardedHttpsHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
setForwardedOnly(boolean) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
setForwardedPortAsAuthority(boolean) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
Set if the X-Forwarded-Port header will be used for Authority
setForwardedPortHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
setForwardedProtoHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
Set the forwardedProtoHeader.
setForwardedServerHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
setForwardedSslSessionIdHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
setFullValidate(boolean) - Method in class org.eclipse.jetty.security.AbstractLoginService
 
setGracePeriodSec(int) - Method in class org.eclipse.jetty.session.AbstractSessionDataStore
 
setGracePeriodSec(int) - Method in class org.eclipse.jetty.session.AbstractSessionDataStoreFactory
 
setGrowOutput(boolean) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
setGzipEquivalentFileExtensions(List<String>) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setGzipEquivalentFileExtensions(List<String>) - Method in class org.eclipse.jetty.server.ResourceService
 
setHandler(HttpHandler) - Method in class org.eclipse.jetty.http.spi.JettyHttpContext
 
setHandler(Supplier<Handler>) - Method in interface org.eclipse.jetty.server.Handler.Singleton
Set the nested handler from a supplier.
setHandler(Handler) - Method in class org.eclipse.jetty.http.spi.HttpSpiContextHandler
 
setHandler(Handler) - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
setHandler(Handler) - Method in interface org.eclipse.jetty.server.Handler.Singleton
Set the nested handler.
setHandler(Handler) - Method in class org.eclipse.jetty.server.Handler.Wrapper
 
setHandler(Handler) - Method in class org.eclipse.jetty.session.SessionHandler
 
setHandler(Request.Handler) - Method in class org.eclipse.jetty.rewrite.handler.Rule.Handler
Wraps the given Handler within this instance and returns this instance.
setHandlers(List<Handler>) - Method in interface org.eclipse.jetty.server.Handler.Collection
 
setHandlers(List<Handler>) - Method in class org.eclipse.jetty.server.Handler.Sequence
 
setHandlers(Handler...) - Method in interface org.eclipse.jetty.server.Handler.Collection
 
setHeader(String, String) - Method in class org.eclipse.jetty.http.HttpTester.Request
 
setHeaderCacheCaseSensitive(boolean) - Method in class org.eclipse.jetty.client.transport.HttpClientTransportOverHTTP
 
setHeaderCacheCaseSensitive(boolean) - Method in class org.eclipse.jetty.http.HttpParser
 
setHeaderCacheCaseSensitive(boolean) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
setHeaderCacheSize(int) - Method in class org.eclipse.jetty.client.transport.HttpClientTransportOverHTTP
 
setHeaderCacheSize(int) - Method in class org.eclipse.jetty.http.HttpParser
 
setHeaderCacheSize(int) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
setHeaderName(String) - Method in class org.eclipse.jetty.rewrite.handler.ForceRequestHeaderValueRule
 
setHeaderName(String) - Method in class org.eclipse.jetty.rewrite.handler.HeaderPatternRule
 
setHeaderName(String) - Method in class org.eclipse.jetty.rewrite.handler.HeaderRegexRule
 
setHeaderName(String) - Method in class org.eclipse.jetty.rewrite.handler.HeaderRule
 
setHeaderValue(String) - Method in class org.eclipse.jetty.rewrite.handler.ForceRequestHeaderValueRule
 
setHeaderValue(String) - Method in class org.eclipse.jetty.rewrite.handler.HeaderPatternRule
 
setHeaderValue(String) - Method in class org.eclipse.jetty.rewrite.handler.HeaderRegexRule
 
setHeaderValue(String) - Method in class org.eclipse.jetty.rewrite.handler.HeaderRule
 
setHeadResponse(boolean) - Method in class org.eclipse.jetty.http.HttpParser
Set if a HEAD response is expected
setHeartbeats(boolean) - Method in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
 
setHeartbeats(boolean) - Method in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMapFactory
 
setHost(String) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
setHost(String) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStoreFactory
 
setHost(String) - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStoreFactory
 
setHost(String) - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
setHostHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
Set a forced valued for the host header.
setHostName(String) - Method in class org.eclipse.jetty.security.SPNEGOLoginService
 
setHostnameVerifier(HostnameVerifier) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Sets a HostnameVerifier used by a client to verify host names in the server certificate.
setHotReload(boolean) - Method in class org.eclipse.jetty.security.HashLoginService
setHotReload(boolean) - Method in class org.eclipse.jetty.security.PropertyUserStore
setHttpClient(HttpClient) - Method in class org.eclipse.jetty.client.AbstractHttpClientTransport
 
setHttpClient(HttpClient) - Method in interface org.eclipse.jetty.client.HttpClientTransport
Sets the HttpClient instance on this transport.
setHttpClient(HttpClient) - Method in class org.eclipse.jetty.proxy.ProxyHandler
 
setHttpCompliance(HttpCompliance) - Method in class org.eclipse.jetty.client.HttpClient
Sets the http compliance mode for parsing http responses.
setHttpCompliance(HttpCompliance) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
setHttpContentFactory(HttpContent.Factory) - Method in class org.eclipse.jetty.server.ResourceService
 
setHttpCookieStore(HttpCookieStore) - Method in class org.eclipse.jetty.client.HttpClient
 
setHttpHandler(HttpHandler) - Method in class org.eclipse.jetty.http.spi.HttpSpiContextHandler
 
setHttpOnly(boolean) - Method in class org.eclipse.jetty.session.AbstractSessionManager
Set if Session cookies should use HTTP Only
setHttpOnly(boolean) - Method in interface org.eclipse.jetty.session.SessionConfig.Mutable
 
setHttpParser(HttpParser) - Method in class org.eclipse.jetty.http.HttpTester.Input
 
setHttpStream(HttpStream) - Method in interface org.eclipse.jetty.server.HttpChannel
 
setHttpStream(HttpStream) - Method in class org.eclipse.jetty.server.internal.HttpChannelState
 
setId(String) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
setId(String) - Method in class org.eclipse.jetty.session.SessionData
 
setIdColumn(String) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
setIdentityService(IdentityService) - Method in class org.eclipse.jetty.security.AbstractLoginService
Set the identityService.
setIdentityService(IdentityService) - Method in class org.eclipse.jetty.security.EmptyLoginService
 
setIdentityService(IdentityService) - Method in class org.eclipse.jetty.security.jaas.JAASLoginService
Set the identityService.
setIdentityService(IdentityService) - Method in interface org.eclipse.jetty.security.LoginService
Set the IdentityService associated with this Login Service.
setIdentityService(IdentityService) - Method in class org.eclipse.jetty.security.SecurityHandler
Set the identityService.
setIdentityService(IdentityService) - Method in class org.eclipse.jetty.security.SPNEGOLoginService
 
setIdleTimeout(int) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
Sets the maximum thread idle time in ms.
setIdleTimeout(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Set the maximum thread idle time in ms.
setIdleTimeout(long) - Method in class org.eclipse.jetty.client.HttpClient
 
setIdleTimeout(long) - Method in class org.eclipse.jetty.fcgi.server.internal.HttpStreamOverFCGI
 
setIdleTimeout(long) - Method in interface org.eclipse.jetty.http2.api.Stream
 
setIdleTimeout(long) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setIdleTimeout(long) - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
setIdleTimeout(long) - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
 
setIdleTimeout(long) - Method in class org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2
 
setIdleTimeout(long) - Method in class org.eclipse.jetty.http3.HTTP3Stream
 
setIdleTimeout(long) - Method in class org.eclipse.jetty.http3.server.internal.HttpStreamOverHTTP3
 
setIdleTimeout(long) - Method in interface org.eclipse.jetty.io.EndPoint
Set the idle timeout.
setIdleTimeout(long) - Method in class org.eclipse.jetty.io.IdleTimeout
Sets the idle timeout in milliseconds.
setIdleTimeout(long) - Method in class org.eclipse.jetty.io.ssl.SslConnection.SslEndPoint
 
setIdleTimeout(long) - Method in class org.eclipse.jetty.quic.common.QuicSession
 
setIdleTimeout(long) - Method in class org.eclipse.jetty.quic.server.QuicServerConnector
 
setIdleTimeout(long) - Method in class org.eclipse.jetty.quic.server.ServerQuicSession
 
setIdleTimeout(long) - Method in class org.eclipse.jetty.server.AbstractConnector
Sets the maximum Idle time for a connection, which roughly translates to the Socket.setSoTimeout(int) call, although with NIO implementations other mechanisms may be used to implement the timeout.
setIdleTimeout(long) - Method in class org.eclipse.jetty.server.ConnectionLimit
 
setIdleTimeout(long) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
setIdleTimeout(long) - Method in class org.eclipse.jetty.server.HttpConfiguration
The max idle time is applied to an HTTP request for IO operations and delayed dispatch.
setIdleTimeout(long) - Method in interface org.eclipse.jetty.server.HttpStream
 
setIdleTimeout(long) - Method in class org.eclipse.jetty.server.HttpStream.Wrapper
 
setIdleTimeout(long) - Method in class org.eclipse.jetty.server.internal.HttpConnection.HttpStreamOverHTTP1
 
setIdleTimeout(long) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
setIdleTimeout(long, TimeUnit) - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
Set the idle timeout for shrinking the reserved thread pool
setIdleTimeout(Duration) - Method in class org.eclipse.jetty.io.ClientConnector
 
setIdleTimeoutMs(long) - Method in class org.eclipse.jetty.server.handler.IdleTimeoutHandler
 
setIgnorePaths(String[]) - Method in class org.eclipse.jetty.server.CustomRequestLog
Set request paths that will not be logged.
setImpl(Uptime.Impl) - Method in class org.eclipse.jetty.util.Uptime
 
setIncludeCipherSuites(String...) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
You can either use the exact Cipher suite name or a a regular expression.
setIncludedInflatePaths(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the included filter list of Path specs (replacing any previously set)
setIncludeDirsInResults(boolean) - Method in class org.eclipse.jetty.start.PathFinder
 
setIncludedMethodList(String) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the included filter list of HTTP Methods (replacing any previously set)
setIncludedMethods(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the included filter list of HTTP methods (replacing any previously set)
setIncludedMimeTypes(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the included filter list of MIME types (replacing any previously set)
setIncludedMimeTypesList(String) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the included filter list of MIME types (replacing any previously set)
setIncludedPaths(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the included filter list of Path specs (replacing any previously set)
setIncludeProtocols(String...) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
You can either use the exact Protocol name or a a regular expression.
setIndex(int) - Method in class org.eclipse.jetty.http3.qpack.internal.table.Entry
 
setInflateBufferSize(int) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the size (in bytes) of the Inflater buffer used to inflate comrpessed requests.
setInflaterPool(InflaterPool) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the InflaterPool to be used.
setInheritChannel(boolean) - Method in class org.eclipse.jetty.server.ServerConnector
Sets whether this connector uses a channel inherited from the JVM.
setInitialMaxData(Long) - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
 
setInitialMaxMultiplex(int) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
setInitialMaxMultiplex(int) - Method in class org.eclipse.jetty.client.MultiplexConnectionPool
 
setInitialMaxStreamDataBidiLocal(Long) - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
 
setInitialMaxStreamDataBidiRemote(Long) - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
 
setInitialMaxStreamDataUni(Long) - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
 
setInitialMaxStreamsBidi(Long) - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
 
setInitialMaxStreamsUni(Long) - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
 
setInitialSessionRecvWindow(int) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setInitialSessionRecvWindow(int) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
setInitialSessionRecvWindow(int) - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
 
setInitialStreamRecvWindow(int) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setInitialStreamRecvWindow(int) - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
 
setInputBufferSize(int) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setInputBufferSize(int) - Method in class org.eclipse.jetty.http3.HTTP3Configuration
Sets the size of the buffer used for QUIC network reads.
setInputBufferSize(int) - Method in class org.eclipse.jetty.io.AbstractConnection
 
setInputBufferSize(int) - Method in class org.eclipse.jetty.quic.server.QuicServerConnector
 
setInputBufferSize(int) - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
 
setIntervalSec(long) - Method in class org.eclipse.jetty.session.HouseKeeper
Set the period between scavenge cycles
setInvalidateOnShutdown(boolean) - Method in class org.eclipse.jetty.session.AbstractSessionCache
 
setInvalidateOnShutdown(boolean) - Method in class org.eclipse.jetty.session.AbstractSessionCacheFactory
 
setInvalidateOnShutdown(boolean) - Method in class org.eclipse.jetty.session.NullSessionCacheFactory
 
setInvalidateOnShutdown(boolean) - Method in interface org.eclipse.jetty.session.SessionCache
If true, all existing sessions in the cache will be invalidated when the server shuts down.
setJAASInfo(Subject) - Method in class org.eclipse.jetty.security.jaas.spi.AbstractLoginModule.JAASUser
 
setJettyStandardIdsAndProperties(Object, Path) - Method in class org.eclipse.jetty.xml.XmlConfiguration
Set the standard IDs and properties expected in a jetty XML file: RefId Server Property jetty.home Property jetty.home.uri Property jetty.base Property jetty.base.uri Property jetty.webapps Property jetty.webapps.uri
setJettyVersion(String) - Static method in class org.eclipse.jetty.http.HttpGenerator
 
setKey(String) - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
setKeyManagerFactoryAlgorithm(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setKeyManagerPassword(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setKeyStore(KeyStore) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set the key store.
setKeyStorePassword(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setKeyStorePath(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setKeyStoreProvider(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setKeyStoreResource(Resource) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set the key store resource.
setKeyStoreType(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setKeyTabPath(Path) - Method in class org.eclipse.jetty.security.SPNEGOLoginService
 
setKind(String) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
setLastAccessed(long) - Method in class org.eclipse.jetty.session.SessionData
 
setLastAccessed(String) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
setLastAccessedNanos(long) - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.CachedHttpContent
 
setLastAccessedNanos(long) - Method in interface org.eclipse.jetty.http.content.CachingHttpContentFactory.CachingHttpContent
 
setLastAccessedNanos(long) - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.NotFoundHttpContent
 
setLastAccessTimeColumn(String) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
setLastNode(String) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
setLastNode(String) - Method in class org.eclipse.jetty.session.SessionData
 
setLastNodeColumn(String) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
setLastSaved(long) - Method in class org.eclipse.jetty.session.SessionData
 
setLastSaved(String) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
setLastSavedTimeColumn(String) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
setLength(int) - Method in class org.eclipse.jetty.http.compression.HuffmanDecoder
 
setLength(int) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
setLifeCycleBindings(Collection<AppLifeCycle.Binding>) - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
setListener(Stream.Listener) - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
setListener(Stream.Client.Listener) - Method in class org.eclipse.jetty.http3.client.HTTP3StreamClient
 
setListener(FileSystemPool.Listener) - Method in class org.eclipse.jetty.util.resource.FileSystemPool
Set a listener on the FileSystemPool to monitor for pool events.
setLocalAddress(SocketAddress) - Method in class org.eclipse.jetty.server.HttpConfiguration
Specify the connection local address used within application API layer when identifying the local host name/port of a connected endpoint.
setLocation(String) - Method in class org.eclipse.jetty.rewrite.handler.RedirectPatternRule
 
setLocation(String) - Method in class org.eclipse.jetty.rewrite.handler.RedirectRegexRule
 
setLoggedRequest(Request) - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelRequest
 
setLoggerName(String) - Method in class org.eclipse.jetty.server.Slf4jRequestLogWriter
 
setLoginModuleName(String) - Method in class org.eclipse.jetty.security.jaas.JAASLoginService
Set the name to use to index into the config file of LoginModules.
setLoginService(LoginService) - Method in class org.eclipse.jetty.security.SecurityHandler
Set the loginService.
setLongType(String) - Method in class org.eclipse.jetty.session.DatabaseAdaptor
 
setLowResourceChecks(Set<LowResourceMonitor.LowResourceCheck>) - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
setLowResources() - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
setLowResourcesIdleTimeout(int) - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
setLowResourcesReasons(String) - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
setLowResourcesStarted(long) - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
setLowThreadsThreshold(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
setMapColumn(String) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
setMaxBidirectionalRemoteStreams(int) - Method in class org.eclipse.jetty.quic.common.QuicConfiguration
 
setMaxBlockedStreams(int) - Method in class org.eclipse.jetty.http3.HTTP3Configuration
Sets the local QPACK decoder max number of blocked streams.
setMaxBlockedStreams(int) - Method in class org.eclipse.jetty.http3.qpack.QpackDecoder
 
setMaxBlockedStreams(int) - Method in class org.eclipse.jetty.http3.qpack.QpackEncoder
 
setMaxCachedFiles(int) - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory
 
setMaxCachedFileSize(int) - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory
 
setMaxCacheSize(long) - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory
 
setMaxCertPathLength(int) - Method in class org.eclipse.jetty.util.security.CertificateValidator
 
setMaxCertPathLength(int) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setMaxConcurrentPushedStreams(int) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setMaxConcurrentStreams(int) - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
 
setMaxConnections(int) - Method in class org.eclipse.jetty.server.ConnectionLimit
 
setMaxConnectionsPerDestination(int) - Method in class org.eclipse.jetty.client.HttpClient
Sets the max number of connections to open to each destinations.
setMaxConnectionWindow(Long) - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
 
setMaxCookieAge(int) - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
setMaxCookieAge(int) - Method in interface org.eclipse.jetty.session.SessionConfig.Mutable
 
setMaxDecoderTableCapacity(int) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setMaxDecoderTableCapacity(int) - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
 
setMaxDecoderTableCapacity(int) - Method in class org.eclipse.jetty.http3.HTTP3Configuration
Sets the local QPACK decoder max dynamic table capacity.
setMaxDuration(long) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
setMaxEncoderTableCapacity(int) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
Sets the limit for the encoder HPACK dynamic table capacity.
setMaxEncoderTableCapacity(int) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
setMaxEncoderTableCapacity(int) - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
Sets the limit for the encoder HPACK dynamic table capacity.
setMaxEncoderTableCapacity(int) - Method in class org.eclipse.jetty.http3.HTTP3Configuration
Sets the local QPACK encoder initial dynamic table capacity.
setMaxErrorDispatches(int) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
setMaxEvictCount(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Returns the maximum number of idle threads that are evicted for every idle timeout period, thus shrinking this thread pool towards its minimum number of threads.
setMaxFileSize(long) - Method in class org.eclipse.jetty.http.MultiPartFormData.Parser
 
setMaxFrameSize(int) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setMaxFrameSize(int) - Method in class org.eclipse.jetty.http2.generator.Generator
 
setMaxFrameSize(int) - Method in class org.eclipse.jetty.http2.generator.HeaderGenerator
 
setMaxFrameSize(int) - Method in class org.eclipse.jetty.http2.parser.Parser
 
setMaxFrameSize(int) - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
 
setMaxHeaderBlockFragment(int) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setMaxHeaderBlockFragment(int) - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
 
setMaxHeaderListSize(int) - Method in class org.eclipse.jetty.http2.hpack.HpackDecoder
 
setMaxHeaderListSize(int) - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
 
setMaxHeadersSize(int) - Method in class org.eclipse.jetty.http3.qpack.QpackDecoder
 
setMaxHeadersSize(int) - Method in class org.eclipse.jetty.http3.qpack.QpackEncoder
 
setMaxIdleTimeout(Long) - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
 
setMaximizeConnections(boolean) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
Sets whether the number of connections should be maximized.
setMaxInactive(String) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
setMaxInactiveInterval(int) - Method in interface org.eclipse.jetty.server.Session
 
setMaxInactiveInterval(int) - Method in class org.eclipse.jetty.session.AbstractSessionManager
Sets the max period of inactivity, after which the session is invalidated, in seconds.
setMaxInactiveInterval(int) - Method in class org.eclipse.jetty.session.ManagedSession
 
setMaxInactiveInterval(int) - Method in interface org.eclipse.jetty.session.SessionConfig.Mutable
 
setMaxInactiveMs(long) - Method in class org.eclipse.jetty.session.SessionData
 
setMaxIntervalColumn(String) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
setMaxLength(long) - Method in class org.eclipse.jetty.http.MultiPartFormData.Parser
 
setMaxLocalStreams(int) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
setMaxLowResourcesTime(int) - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
setMaxMemory(long) - Method in class org.eclipse.jetty.server.LowResourceMonitor.MemoryLowResourceCheck
 
setMaxMemory(long) - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
setMaxMemoryFileSize(long) - Method in class org.eclipse.jetty.http.MultiPartFormData.Parser
Sets the maximum memory file size in bytes, after which files will be saved in the directory specified by MultiPartFormData.Parser.setFilesDirectory(Path).
setMaxNonceAge(long) - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
setMaxNonceCount(int) - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
setMaxParts(long) - Method in class org.eclipse.jetty.http.MultiPart.Parser
 
setMaxParts(long) - Method in class org.eclipse.jetty.http.MultiPartFormData.Parser
 
setMaxProxyHeader(int) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory
 
setMaxRedirects(int) - Method in class org.eclipse.jetty.client.HttpClient
 
setMaxRemoteStreams(int) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
setMaxRequestHeadersSize(int) - Method in class org.eclipse.jetty.http3.HTTP3Configuration
Sets max request headers size.
setMaxRequestsQueuedPerDestination(int) - Method in class org.eclipse.jetty.client.HttpClient
Sets the max number of requests that may be queued to a destination.
setMaxResponseHeadersSize(int) - Method in class org.eclipse.jetty.client.HttpClient
 
setMaxResponseHeadersSize(int) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setMaxResponseHeadersSize(int) - Method in class org.eclipse.jetty.http3.HTTP3Configuration
Sets max response headers size.
setMaxResults(int) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
setMaxRetries(int) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
setMaxRetries(int) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStoreFactory
 
setMaxSettingsKeys(int) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setMaxSettingsKeys(int) - Method in class org.eclipse.jetty.http2.parser.Parser
 
setMaxSettingsKeys(int) - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
 
setMaxSize(int) - Method in class org.eclipse.jetty.http2.hpack.internal.MetaDataBuilder
 
setMaxStreamWindow(Long) - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
 
setMaxTableCapacity(int) - Method in class org.eclipse.jetty.http2.hpack.HpackDecoder
Sets the limit for the capacity of the dynamic header table.
setMaxTableCapacity(int) - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
Sets the limit for the capacity of the dynamic header table.
setMaxTableCapacity(int) - Method in class org.eclipse.jetty.http3.qpack.QpackDecoder
 
setMaxTableCapacity(int) - Method in class org.eclipse.jetty.http3.qpack.QpackEncoder
 
setMaxThreads(int) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
setMaxThreads(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
setMaxThreads(int) - Method in interface org.eclipse.jetty.util.thread.ThreadPool.SizedThreadPool
 
setMaxUnconsumedRequestContentReads(int) - Method in class org.eclipse.jetty.server.HttpConfiguration
Sets the maximum amount of HttpStream.read()s that can be done by the HttpStream if the content is not fully consumed by the application.
setMaxUnidirectionalRemoteStreams(int) - Method in class org.eclipse.jetty.quic.common.QuicConfiguration
 
setMaxUsage(int) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
setMBeanContainer(MBeanContainer) - Method in class org.eclipse.jetty.jmx.ObjectMBean
 
setMessage(String) - Method in class org.eclipse.jetty.rewrite.handler.InvalidURIRule
Sets the message for the response body (if the response code may have a body).
setMessage(String) - Method in class org.eclipse.jetty.rewrite.handler.ResponsePatternRule
Sets the message for the response body (if the response code may have a body).
setMetaDataDirty(boolean) - Method in class org.eclipse.jetty.session.SessionData
 
setMethod(String) - Method in class org.eclipse.jetty.http.HttpTester.Request
 
setMimeTypes(MimeTypes) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setMinGzipSize(int) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the minimum response size to trigger dynamic compression.
setMinRequestDataRate(long) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
setMinResponseDataRate(long) - Method in class org.eclipse.jetty.server.HttpConfiguration
Sets an minimum response content data rate.
setMinThreads(int) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
setMinThreads(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
setMinThreads(int) - Method in interface org.eclipse.jetty.util.thread.ThreadPool.SizedThreadPool
 
setMonitoredConnectors(Collection<Connector>) - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
setMonitoredDirectories(Collection<String>) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
setMonitoredDirName(String) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
setMonitoredDirResource(Resource) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
setMonitoredResources(List<Resource>) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
setMonitorThreads(boolean) - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
setName(String) - Method in class org.eclipse.jetty.client.HttpClient
Sets the name of this HttpClient.
setName(String) - Method in class org.eclipse.jetty.rewrite.handler.CookiePatternRule
 
setName(String) - Method in class org.eclipse.jetty.security.AbstractLoginService
Set the name.
setName(String) - Method in class org.eclipse.jetty.security.jaas.JAASLoginService
Set the name of the realm
setName(String) - Method in class org.eclipse.jetty.server.AbstractConnector
Set a connector name.
setName(String) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
setName(String) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Sets the name of this thread pool, used as a prefix for the thread names.
setNameParser(NameParser) - Method in class org.eclipse.jetty.jndi.NamingContext
 
setNamespace(String) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
setNamespace(String) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStoreFactory
 
setNeedClientAuth(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
 
setNetworkTrafficListener(NetworkTrafficListener) - Method in class org.eclipse.jetty.server.NetworkTrafficServerConnector
 
setNodes(Set<Node>) - Method in class org.eclipse.jetty.deploy.graph.Graph
 
setNotifyRemoteAsyncErrors(boolean) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
setObject(Object) - Method in class org.eclipse.jetty.security.jaas.callback.ObjectCallback
 
setObjectName(String) - Method in class org.eclipse.jetty.jmx.ConnectorServer
 
setOcspResponderURL(String) - Method in class org.eclipse.jetty.util.security.CertificateValidator
Set the location of the OCSP Responder.
setOcspResponderURL(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set the location of the OCSP Responder.
setOriginalPathAttribute(String) - Method in class org.eclipse.jetty.rewrite.handler.RewriteHandler
 
setOriginalPathAttribute(String) - Method in class org.eclipse.jetty.rewrite.handler.RuleContainer
Sets a request attribute name that will be used to store the request original path.
setOriginalPathAttribute(String) - Method in class org.eclipse.jetty.server.handler.TryPathsHandler
Sets the request attribute name to use to retrieve the original request path.
setOriginalQueryAttribute(String) - Method in class org.eclipse.jetty.server.handler.TryPathsHandler
Sets the request attribute name to use to retrieve the original request query.
setOutput(ByteBuffer) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
setOutputAggregationSize(int) - Method in class org.eclipse.jetty.server.HttpConfiguration
Set the max size of the response content write that is copied into the aggregate buffer.
setOutputBufferSize(int) - Method in class org.eclipse.jetty.http3.HTTP3Configuration
Sets the size of the buffer used for QUIC network writes.
setOutputBufferSize(int) - Method in class org.eclipse.jetty.quic.common.QuicConnection
 
setOutputBufferSize(int) - Method in class org.eclipse.jetty.quic.server.QuicServerConnector
 
setOutputBufferSize(int) - Method in class org.eclipse.jetty.server.HttpConfiguration
Set the size of the buffer into which response content is aggregated before being sent to the client.
setOutputStream(OutputStream) - Method in class org.eclipse.jetty.server.handler.DebugHandler
 
setParameter(String, String) - Method in class org.eclipse.jetty.security.SecurityHandler
Set an authentication parameter for retrieval via Authenticator.Configuration.getParameter(String)
setParameterName(String) - Method in class org.eclipse.jetty.security.jaas.callback.RequestParameterCallback
 
setParameterValues(List<?>) - Method in class org.eclipse.jetty.security.jaas.callback.RequestParameterCallback
 
setParentLoaderPriority(boolean) - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
Set the parentLoaderPriority.
setPartHeadersMaxLength(int) - Method in class org.eclipse.jetty.http.MultiPart.AbstractContentSource
 
setPartHeadersMaxLength(int) - Method in class org.eclipse.jetty.http.MultiPart.Parser
 
setPartHeadersMaxLength(int) - Method in class org.eclipse.jetty.http.MultiPartFormData.Parser
 
setPaths(List<String>) - Method in class org.eclipse.jetty.server.handler.TryPathsHandler
Sets a list of rewrite URI paths.
setPattern(String) - Method in class org.eclipse.jetty.rewrite.handler.PatternRule
 
setPemWorkDirectory(Path) - Method in class org.eclipse.jetty.quic.common.QuicConfiguration
 
setPeriod(int) - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
setPersistent(boolean) - Method in class org.eclipse.jetty.http.HttpGenerator
 
setPersistentConnectionsEnabled(boolean) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
setPkixCertPathChecker(PKIXCertPathChecker) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setPort(int) - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStoreFactory
 
setPort(int) - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
setPort(int) - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
setPrecompressedFormats(List<CompressedContentFormat>) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setPrecompressedFormats(List<CompressedContentFormat>) - Method in class org.eclipse.jetty.server.ResourceService
 
setPrecompressedFormats(CompressedContentFormat...) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setPrefix(int) - Method in class org.eclipse.jetty.http.compression.NBitIntegerDecoder
Set the prefix length in of the integer representation in bits.
setPrefix(int) - Method in class org.eclipse.jetty.http.compression.NBitStringDecoder
Set the prefix length in of the string representation in bits.
setPrincipal(HttpPrincipal) - Method in interface org.eclipse.jetty.http.spi.JettyExchange
 
setPrincipal(HttpPrincipal) - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
 
setPrincipal(HttpPrincipal) - Method in class org.eclipse.jetty.http.spi.JettyHttpExchangeDelegate
 
setPrincipal(HttpPrincipal) - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
 
setPriorityFrame(PriorityFrame) - Method in class org.eclipse.jetty.http2.parser.HeaderBlockFragments
 
setPrivKeyPemPath(String) - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
 
setProjectId(String) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
setProjectId(String) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStoreFactory
 
setProperty(String, String, String) - Method in class org.eclipse.jetty.start.config.CommandLineConfigSource
 
setProperty(String, String, String) - Method in class org.eclipse.jetty.start.Props
 
setProperty(Props.Prop) - Method in class org.eclipse.jetty.start.Props
 
setProperty(StartEnvironment, String, String, String) - Method in class org.eclipse.jetty.start.StartArgs
 
setProtectedTargets(String[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setProtocol(String) - Method in class org.eclipse.jetty.server.NegotiatingServerConnection
 
setProtocol(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setProtocols(List<String>) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setProtocols(List<String>) - Method in class org.eclipse.jetty.quic.common.QuicConfiguration
 
setProvider(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set the optional Security Provider name.
setProxyAsAuthority(boolean) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
setProxyToServerHost(String) - Method in class org.eclipse.jetty.proxy.ProxyHandler
Sets the value to use for the Host header in proxy-to-server requests.
setRandom(Random) - Method in class org.eclipse.jetty.session.DefaultSessionIdManager
 
setRateControlFactory(RateControl.Factory) - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
Sets the factory that creates a per-connection RateControl object.
setReadTimeout(int) - Method in class org.eclipse.jetty.util.resource.URLResourceFactory
 
setRealmName(String) - Method in class org.eclipse.jetty.security.SecurityHandler
 
setReasons(String) - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
setReceiveBufferSize(int) - Method in class org.eclipse.jetty.io.ClientConnector
 
setRecordHttpComplianceViolations(boolean) - Method in class org.eclipse.jetty.server.HttpConnectionFactory
 
setRecycleHttpChannels(boolean) - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpConnectionOverHTTP2
 
setRedirectURI(String) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
Sets the URI to redirect to.
setRefreshCookieAge(int) - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
setRefreshCookieAge(int) - Method in interface org.eclipse.jetty.session.SessionConfig.Mutable
 
setRegex(String) - Method in class org.eclipse.jetty.rewrite.handler.RegexRule
Sets the regular expression to match with the request path.
setRelativeRedirectAllowed(boolean) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
setReloadInterval(int) - Method in class org.eclipse.jetty.security.HashLoginService
 
setReloadInterval(int) - Method in class org.eclipse.jetty.security.PropertyUserStore
Enable Hot Reload of the Property File
setRemoveUnloadableSessions(boolean) - Method in class org.eclipse.jetty.session.AbstractSessionCache
If a session's data cannot be loaded from the store without error, remove it from the persistent store.
setRemoveUnloadableSessions(boolean) - Method in class org.eclipse.jetty.session.AbstractSessionCacheFactory
 
setRemoveUnloadableSessions(boolean) - Method in interface org.eclipse.jetty.session.SessionCache
If the data for a session exists but is unreadable, the SessionCache can instruct the SessionDataStore to delete it.
setRenegotiationAllowed(boolean) - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
setRenegotiationAllowed(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setRenegotiationLimit(int) - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
setRenegotiationLimit(int) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setRenewTGT(boolean) - Method in class org.eclipse.jetty.client.SPNEGOAuthentication
 
setReplacement(String) - Method in class org.eclipse.jetty.rewrite.handler.RewritePatternRule
The replacement for the path and query matched by this rule.
setReplacement(String) - Method in class org.eclipse.jetty.rewrite.handler.RewriteRegexRule
Whenever a match is found, it replaces with this value.
setReportDirs(boolean) - Method in class org.eclipse.jetty.util.Scanner
Set if found directories should be reported.
setReportExistingFilesOnStartup(boolean) - Method in class org.eclipse.jetty.util.Scanner
Whether or not an initial scan will report all files as being added.
setRequest(Request) - Method in class org.eclipse.jetty.security.jaas.callback.DefaultCallbackHandler
 
setRequest(Request) - Method in class org.eclipse.jetty.security.jaas.callback.RequestCallback
 
setRequestBufferSize(int) - Method in class org.eclipse.jetty.client.HttpClient
 
setRequestCookieCompliance(CookieCompliance) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
setRequestHeaderSize(int) - Method in class org.eclipse.jetty.server.HttpConfiguration
Larger headers will allow for more and/or larger cookies plus larger form content encoded in a URL.
setRequestLog(RequestLog) - Method in class org.eclipse.jetty.server.Server
 
setRequireCloseMessage(boolean) - Method in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
 
setRequireCloseMessage(boolean) - Method in class org.eclipse.jetty.io.ssl.SslConnection
Sets whether it is required that a peer send the TLS close_notify message to indicate the will to close the connection, otherwise it may be interpreted as a truncation attack.
setRequiredInsertCount(int) - Method in class org.eclipse.jetty.http3.qpack.internal.StreamInfo.SectionInfo
 
setReseed(long) - Method in class org.eclipse.jetty.session.DefaultSessionIdManager
Set the reseed probability.
setReservedThreads(int) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
Sets the number of reserved threads.
setReservedThreads(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
setResident(boolean) - Method in class org.eclipse.jetty.session.ManagedSession
 
setResponseBufferSize(int) - Method in class org.eclipse.jetty.client.HttpClient
 
setResponseCookieCompliance(CookieCompliance) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
setResponseHeaderSize(int) - Method in class org.eclipse.jetty.server.HttpConfiguration
Larger headers will allow for more and/or larger cookies and longer HTTP headers (eg for redirection).
setResponseStatus(int) - Method in class org.eclipse.jetty.http.HttpParser
 
setRetainDays(int) - Method in class org.eclipse.jetty.server.RequestLogWriter
Set the number of days before rotated log files are deleted.
setReuseAddress(boolean) - Method in class org.eclipse.jetty.io.ClientConnector
Sets whether it is allowed to bind a socket to a socket address that may be in use by another socket in tear-down state, for example in TIME_WAIT state.
setReuseAddress(boolean) - Method in class org.eclipse.jetty.server.ServerConnector
 
setReusePort(boolean) - Method in class org.eclipse.jetty.io.ClientConnector
Sets whether it is allowed to bind multiple sockets to the same socket address (same host and same port).
setReusePort(boolean) - Method in class org.eclipse.jetty.server.ServerConnector
 
setRoleClassNames(String[]) - Method in class org.eclipse.jetty.security.jaas.JAASLoginService
 
setRules(List<Rule>) - Method in class org.eclipse.jetty.rewrite.handler.RewriteHandler
Sets the list of rules, discarding the previous ones.
setRules(List<Rule>) - Method in class org.eclipse.jetty.rewrite.handler.RuleContainer
 
setRun(boolean) - Method in class org.eclipse.jetty.start.StartArgs
 
setSameSite(HttpCookie.SameSite) - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
setSameSite(HttpCookie.SameSite) - Method in interface org.eclipse.jetty.session.SessionConfig.Mutable
 
setSaveOnCreate(boolean) - Method in class org.eclipse.jetty.session.AbstractSessionCache
 
setSaveOnCreate(boolean) - Method in class org.eclipse.jetty.session.AbstractSessionCacheFactory
 
setSaveOnCreate(boolean) - Method in interface org.eclipse.jetty.session.SessionCache
Whether or not a session that is newly created should be immediately saved.
setSaveOnInactiveEviction(boolean) - Method in class org.eclipse.jetty.session.AbstractSessionCache
 
setSaveOnInactiveEviction(boolean) - Method in class org.eclipse.jetty.session.AbstractSessionCacheFactory
 
setSaveOnInactiveEviction(boolean) - Method in class org.eclipse.jetty.session.NullSessionCacheFactory
 
setSaveOnInactiveEviction(boolean) - Method in interface org.eclipse.jetty.session.SessionCache
Whether or not a a session that is about to be evicted should be saved before being evicted.
setSavePeriodSec(int) - Method in class org.eclipse.jetty.session.AbstractSessionDataStore
The minimum time in seconds between save operations.
setSavePeriodSec(int) - Method in class org.eclipse.jetty.session.AbstractSessionDataStoreFactory
 
setScanDepth(int) - Method in class org.eclipse.jetty.util.Scanner
Set the scanDepth.
setScanDirs(List<Path>) - Method in class org.eclipse.jetty.util.Scanner
 
setScanInterval(int) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
setScanInterval(int) - Method in class org.eclipse.jetty.util.Scanner
Set the scan interval
setScanInterval(int) - Method in class org.eclipse.jetty.util.ssl.KeyStoreScanner
 
setScheduler(Scheduler) - Method in class org.eclipse.jetty.client.HttpClient
 
setScheduler(Scheduler) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setScheduler(Scheduler) - Method in class org.eclipse.jetty.io.ClientConnector
 
setScheduler(Scheduler) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
setSchemaName(String) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
setScheme(String) - Method in class org.eclipse.jetty.rewrite.handler.ForwardedSchemeHeaderRule
 
setSecureCookies(boolean) - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
setSecureCookies(boolean) - Method in interface org.eclipse.jetty.session.SessionConfig.Mutable
 
setSecurePort(int) - Method in class org.eclipse.jetty.server.HttpConfiguration
Sets the TCP/IP port used for CONFIDENTIAL and INTEGRAL redirections.
setSecureRandomAlgorithm(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setSecureRequestOnly(boolean) - Method in class org.eclipse.jetty.session.AbstractSessionManager
HTTPS request.
setSecureRequestOnly(boolean) - Method in interface org.eclipse.jetty.session.SessionConfig.Mutable
 
setSecureScheme(String) - Method in class org.eclipse.jetty.server.HttpConfiguration
Set the URI scheme used for CONFIDENTIAL and INTEGRAL redirections.
setSelectors(int) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setSelectors(int) - Method in class org.eclipse.jetty.io.ClientConnector
 
setSendBufferSize(int) - Method in class org.eclipse.jetty.io.ClientConnector
 
setSendDateHeader(boolean) - Method in class org.eclipse.jetty.server.HttpConfiguration
Indicates if the Date header should be sent in responses.
setSendServerVersion(boolean) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
setSendXPoweredBy(boolean) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
setServeFavIcon(boolean) - Method in class org.eclipse.jetty.server.handler.DefaultHandler
 
setServer(Server) - Static method in class org.eclipse.jetty.http.spi.JettyHttpServerProvider
 
setServer(Server) - Method in class org.eclipse.jetty.server.Handler.Abstract
 
setServer(Server) - Method in class org.eclipse.jetty.server.Handler.AbstractContainer
 
setServer(Server) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setServer(Server) - Method in class org.eclipse.jetty.server.handler.DefaultHandler
 
setServer(Server) - Method in interface org.eclipse.jetty.server.Handler
 
setServer(Server) - Method in class org.eclipse.jetty.session.DefaultSessionIdManager
 
setServer(Server) - Method in class org.eclipse.jetty.session.SessionHandler
 
setServerAuthority(HostPort) - Method in class org.eclipse.jetty.server.HttpConfiguration
Specify the connection server authority (name/port) used within application API layer when identifying the server host name/port of a connected endpoint.
setServerInfo(String) - Method in class org.eclipse.jetty.server.Server
 
setServiceName(String) - Method in class org.eclipse.jetty.client.SPNEGOAuthentication
 
setServiceName(String) - Method in class org.eclipse.jetty.security.SPNEGOLoginService
 
setSessionAttribute(String, String) - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
setSessionCache(SessionCache) - Method in class org.eclipse.jetty.session.AbstractSessionManager
Set up the SessionCache.
setSessionCache(SessionCache) - Method in interface org.eclipse.jetty.session.SessionConfig.Mutable
 
setSessionCache(SessionCache) - Method in interface org.eclipse.jetty.session.SessionManager
 
setSessionCachingEnabled(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set the flag to enable SSL Session caching.
setSessionComment(String) - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
setSessionComment(String) - Method in interface org.eclipse.jetty.session.SessionConfig.Mutable
 
setSessionCookie(String) - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
setSessionCookie(String) - Method in interface org.eclipse.jetty.session.SessionConfig.Mutable
 
setSessionDataMapFactory(SessionDataMapFactory) - Method in class org.eclipse.jetty.session.CachingSessionDataStoreFactory
 
setSessionDataStore(SessionDataStore) - Method in class org.eclipse.jetty.session.AbstractSessionCache
 
setSessionDataStore(SessionDataStore) - Method in interface org.eclipse.jetty.session.SessionCache
A SessionDataStore that is the authoritative source of session information.
setSessionDomain(String) - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
setSessionDomain(String) - Method in interface org.eclipse.jetty.session.SessionConfig.Mutable
 
setSessionHouseKeeper(HouseKeeper) - Method in class org.eclipse.jetty.session.DefaultSessionIdManager
 
setSessionHouseKeeper(HouseKeeper) - Method in interface org.eclipse.jetty.session.SessionIdManager
 
setSessionIdManager(SessionIdManager) - Method in class org.eclipse.jetty.session.AbstractSessionManager
Set up the SessionIdManager.
setSessionIdManager(SessionIdManager) - Method in class org.eclipse.jetty.session.HouseKeeper
SessionIdManager associated with this scavenger
setSessionIdManager(SessionIdManager) - Method in interface org.eclipse.jetty.session.SessionConfig.Mutable
 
setSessionIdManager(SessionIdManager) - Method in interface org.eclipse.jetty.session.SessionManager
 
setSessionIdPathParameterName(String) - Method in class org.eclipse.jetty.session.AbstractSessionManager
Sets the session id URL path parameter name.
setSessionIdPathParameterName(String) - Method in interface org.eclipse.jetty.session.SessionConfig.Mutable
 
setSessionPath(String) - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
setSessionPath(String) - Method in interface org.eclipse.jetty.session.SessionConfig.Mutable
 
setSessionRecvWindow(int) - Method in class org.eclipse.jetty.quic.common.QuicConfiguration
 
setSessionRenewedOnAuthentication(boolean) - Method in class org.eclipse.jetty.security.SecurityHandler
Set renew the session on Authentication.
setSessionStoreFactory(SessionDataStoreFactory) - Method in class org.eclipse.jetty.session.CachingSessionDataStoreFactory
 
setSessionTableSchema(JDBCSessionDataStore.SessionTableSchema) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore
 
setSessionTableSchema(JDBCSessionDataStore.SessionTableSchema) - Method in class org.eclipse.jetty.session.JDBCSessionDataStoreFactory
 
setShowContexts(boolean) - Method in class org.eclipse.jetty.server.handler.DefaultHandler
 
setShowMessageInTitle(boolean) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
setShowServlet(boolean) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
setShowStacks(boolean) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
setShutdownIdleTimeout(long) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setSkipFilesValidation(boolean) - Method in class org.eclipse.jetty.start.Module
 
setSniHostCheck(boolean) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 
setSNIProvider(SslContextFactory.Client.SniProvider) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Client
 
setSniRequired(boolean) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 
setSniRequired(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
Sets whether an SNI match is required when choosing the alias that identifies the certificate to send to the client.
setSNISelector(SniX509ExtendedKeyManager.SniSelector) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
Sets a custom function to select certificates based on SNI information.
setSocketAddressResolver(SocketAddressResolver) - Method in class org.eclipse.jetty.client.HttpClient
 
setSslContext(SSLContext) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setSslContextFactory(SslContextFactory.Client) - Method in class org.eclipse.jetty.client.HttpClient
 
setSslContextFactory(SslContextFactory.Client) - Method in class org.eclipse.jetty.io.ClientConnector
 
setSslContextFactory(SslContextFactory.Server) - Method in class org.eclipse.jetty.jmx.ConnectorServer
 
setSslIsSecure(boolean) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
setSslSessionAttribute(String) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 
setSslSessionCacheSize(int) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set SSL session cache size.
setSslSessionTimeout(int) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set SSL session timeout.
setState(HttpParser.FieldState) - Method in class org.eclipse.jetty.http.HttpParser
 
setState(HttpParser.State) - Method in class org.eclipse.jetty.http.HttpParser
 
setStatus(int) - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelResponse
 
setStatus(int) - Method in interface org.eclipse.jetty.server.Response
 
setStatus(int) - Method in class org.eclipse.jetty.server.Response.Wrapper
 
setStatusCode(int) - Method in class org.eclipse.jetty.rewrite.handler.RedirectPatternRule
 
setStatusCode(int) - Method in class org.eclipse.jetty.rewrite.handler.RedirectRegexRule
 
setStatusCode(int) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
setStopAtShutdown(boolean) - Method in class org.eclipse.jetty.server.Server
Set stop server at shutdown behaviour.
setStopTimeout(long) - Method in class org.eclipse.jetty.server.Server
 
setStopTimeout(long) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
setStoreDir(File) - Method in class org.eclipse.jetty.session.FileSessionDataStore
 
setStoreDir(File) - Method in class org.eclipse.jetty.session.FileSessionDataStoreFactory
 
setStream(PrintStream) - Static method in class org.eclipse.jetty.start.StartLog
 
setStream(Stream) - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpChannelOverHTTP2
 
setStream(Stream) - Method in class org.eclipse.jetty.http3.client.transport.internal.HttpChannelOverHTTP3
 
setStreamId(int) - Method in class org.eclipse.jetty.http2.parser.HeaderBlockFragments
 
setStreamIdleTimeout(long) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setStreamIdleTimeout(long) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
setStreamIdleTimeout(long) - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
 
setStreamIdleTimeout(long) - Method in class org.eclipse.jetty.http3.HTTP3Configuration
Sets the stream idle timeout in milliseconds.
setStreamIdleTimeout(long) - Method in class org.eclipse.jetty.http3.HTTP3Session
 
setStreams(InputStream, OutputStream) - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
 
setStreams(InputStream, OutputStream) - Method in class org.eclipse.jetty.http.spi.JettyHttpExchangeDelegate
 
setStreams(InputStream, OutputStream) - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
 
setStrictEventOrdering(boolean) - Method in class org.eclipse.jetty.client.HttpClient
Whether request/response events must be strictly ordered with respect to connection usage.
setStringType(String) - Method in class org.eclipse.jetty.session.DatabaseAdaptor
 
setStsIncludeSubDomains(boolean) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 
setStsMaxAge(long) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
Sets the Strict-Transport-Security max age in seconds.
setStsMaxAge(long, TimeUnit) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
Sets the Strict-Transport-Security max age in the given time unit.
setStyleSheet(Resource) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setSubject(Subject) - Method in class org.eclipse.jetty.security.jaas.spi.AbstractLoginModule
 
setSyncFlush(boolean) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the Deflater flush mode to use.
setSystemProperty(String, String) - Method in class org.eclipse.jetty.start.config.CommandLineConfigSource
 
setSystemProperty(String, String) - Method in class org.eclipse.jetty.start.Props
 
setTableCapacity(int) - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
Sets the capacity of the dynamic header table.
setTableCapacity(int) - Method in class org.eclipse.jetty.http3.qpack.QpackEncoder
Set the capacity of the DynamicTable and send a instruction to set the capacity on the remote Decoder.
setTableName(String) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
setTCPNoDelay(boolean) - Method in class org.eclipse.jetty.io.ClientConnector
 
setTempDirectory(File) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Set the temporary directory returned by ContextHandler.ScopedContext.getTempDirectory().
setTempDirectory(File) - Method in class org.eclipse.jetty.server.Server
Set the temporary directory returned by Context.getTempDirectory() for the root Context returned Server.getContext().
setTempDirectory(String) - Method in class org.eclipse.jetty.server.Server
Convenience method to call Server.setTempDirectory(File) from a String representation of the temporary directory.
setTempDirectoryPersistent(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Set if the temp directory for this context will be kept over a stop and start cycle.
setter() - Element in annotation interface org.eclipse.jetty.util.annotation.ManagedAttribute
If is a field references a setter that doesn't conform to standards for discovery it can be set here.
setTerminating(boolean) - Method in class org.eclipse.jetty.rewrite.handler.Rule
 
setThreadLimit(int) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
setThreadPoolBudget(ThreadPoolBudget) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
setThreadsPriority(int) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
setThreadsPriority(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
setTicketCachePath(Path) - Method in class org.eclipse.jetty.client.SPNEGOAuthentication
 
setTimeZone(String) - Method in class org.eclipse.jetty.server.RequestLogWriter
 
settings(SettingsFrame) - Method in interface org.eclipse.jetty.http2.api.Session
Sends the given SETTINGS frame to configure the session.
settings(SettingsFrame, Callback) - Method in interface org.eclipse.jetty.http2.api.Session
Sends the given SETTINGS frame to configure the session.
settings(SettingsFrame, Callback) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
SETTINGS - Enum constant in enum class org.eclipse.jetty.http2.frames.FrameType
 
SETTINGS - Enum constant in enum class org.eclipse.jetty.http3.frames.FrameType
 
SETTINGS_ERROR - Enum constant in enum class org.eclipse.jetty.http3.HTTP3ErrorCode
 
SETTINGS_TIMEOUT_ERROR - Enum constant in enum class org.eclipse.jetty.http2.ErrorCode
Indicates that a SETTINGS frame did not receive a reply in a timely manner.
SettingsBodyParser - Class in org.eclipse.jetty.http2.parser
 
SettingsBodyParser - Class in org.eclipse.jetty.http3.parser
 
SettingsBodyParser(HeaderParser, Parser.Listener) - Constructor for class org.eclipse.jetty.http2.parser.SettingsBodyParser
 
SettingsBodyParser(HeaderParser, Parser.Listener, int) - Constructor for class org.eclipse.jetty.http2.parser.SettingsBodyParser
 
SettingsBodyParser(HeaderParser, ParserListener) - Constructor for class org.eclipse.jetty.http3.parser.SettingsBodyParser
 
SettingsFrame - Class in org.eclipse.jetty.http2.frames
 
SettingsFrame - Class in org.eclipse.jetty.http3.frames
 
SettingsFrame(Map<Integer, Integer>, boolean) - Constructor for class org.eclipse.jetty.http2.frames.SettingsFrame
 
SettingsFrame(Map<Long, Long>) - Constructor for class org.eclipse.jetty.http3.frames.SettingsFrame
 
SettingsGenerator - Class in org.eclipse.jetty.http2.generator
 
SettingsGenerator - Class in org.eclipse.jetty.http3.generator
 
SettingsGenerator(HeaderGenerator) - Constructor for class org.eclipse.jetty.http2.generator.SettingsGenerator
 
SettingsGenerator(ByteBufferPool, boolean) - Constructor for class org.eclipse.jetty.http3.generator.SettingsGenerator
 
setTrailersSupplier(Supplier<HttpFields>) - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelResponse
 
setTrailersSupplier(Supplier<HttpFields>) - Method in interface org.eclipse.jetty.server.Response
 
setTrailersSupplier(Supplier<HttpFields>) - Method in class org.eclipse.jetty.server.Response.Wrapper
 
setTrustAll(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setTrustedCertsPemPath(String) - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
 
setTrustManagerFactoryAlgorithm(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setTrustStore(KeyStore) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set the trust store.
setTrustStorePassword(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setTrustStorePath(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setTrustStoreProvider(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setTrustStoreResource(Resource) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set the trust store resource.
setTrustStoreType(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setUnidirectionalStreamRecvWindow(int) - Method in class org.eclipse.jetty.quic.common.QuicConfiguration
 
setupWelcomeFactory() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setURI(String) - Method in class org.eclipse.jetty.http.HttpTester.Request
 
setUriCompliance(UriCompliance) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
setUseALPN(boolean) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setUseALPN(boolean) - Method in class org.eclipse.jetty.http2.client.transport.HttpClientTransportOverHTTP2
 
setUseCaches(boolean) - Method in class org.eclipse.jetty.util.resource.URLResourceFactory
 
setUseCipherSuitesOrder(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setUseDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory
 
setUseDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.io.content.PathContentSource
 
setUseFilesForPartsWithoutFileName(boolean) - Method in class org.eclipse.jetty.http.MultiPartFormData.Parser
 
setUseInputDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.client.HttpClient
 
setUseInputDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.fcgi.server.internal.ServerFCGIConnection
 
setUseInputDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.fcgi.server.ServerFCGIConnectionFactory
 
setUseInputDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setUseInputDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.http2.HTTP2Connection
 
setUseInputDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
 
setUseInputDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.http3.HTTP3Configuration
Sets whether to use direct buffers for QUIC network reads.
setUseInputDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.http3.HTTP3StreamConnection
 
setUseInputDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.http3.InstructionStreamConnection
 
setUseInputDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.http3.internal.ControlStreamConnection
 
setUseInputDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.http3.UnidirectionalStreamConnection
 
setUseInputDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.quic.common.QuicConnection
 
setUseInputDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.quic.server.QuicServerConnector
 
setUseInputDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
setUseInputDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.server.HttpConnectionFactory
 
setUseInputDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
setUseOutputDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.client.HttpClient
 
setUseOutputDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.fcgi.server.internal.ServerFCGIConnection
 
setUseOutputDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.fcgi.server.ServerFCGIConnectionFactory
 
setUseOutputDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
setUseOutputDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.http2.HTTP2Connection
 
setUseOutputDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
 
setUseOutputDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.http3.HTTP3Configuration
Sets whether to use direct buffers for QUIC network writes.
setUseOutputDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.quic.common.QuicConnection
 
setUseOutputDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.quic.server.QuicServerConnector
 
setUseOutputDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
setUseOutputDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.server.HttpConnectionFactory
 
setUseOutputDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
setUserAgentField(HttpField) - Method in class org.eclipse.jetty.client.HttpClient
 
setUseRealPaths(boolean) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
setUserKeyTabPath(Path) - Method in class org.eclipse.jetty.client.SPNEGOAuthentication
 
setUserName(String) - Method in class org.eclipse.jetty.client.SPNEGOAuthentication
 
setUserName(String) - Method in class org.eclipse.jetty.security.jaas.callback.AbstractCallbackHandler
 
setUserPassword(String) - Method in class org.eclipse.jetty.client.SPNEGOAuthentication
 
setUserStore(UserStore) - Method in class org.eclipse.jetty.security.HashLoginService
Configure the UserStore implementation to use.
setUseStandardBindings(boolean) - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
setUseTicketCache(boolean) - Method in class org.eclipse.jetty.client.SPNEGOAuthentication
 
setUseVirtualThreads(boolean) - Method in interface org.eclipse.jetty.util.VirtualThreads.Configurable
Deprecated, for removal: This API element is subject to removal in a future version.
setUsingCookies(boolean) - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
setUsingCookies(boolean) - Method in interface org.eclipse.jetty.session.SessionConfig.Mutable
 
setUsingURLs(boolean) - Method in class org.eclipse.jetty.session.AbstractSessionManager
 
setUsingURLs(boolean) - Method in interface org.eclipse.jetty.session.SessionConfig.Mutable
 
setValidateCerts(boolean) - Method in class org.eclipse.jetty.security.authentication.SslClientCertAuthenticator
 
setValidateCerts(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setValidateEncoding(boolean) - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
 
setValidatePeerCerts(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setValidating(boolean) - Method in class org.eclipse.jetty.xml.XmlParser
 
setValue(E) - Method in class org.eclipse.jetty.http.pathmap.MappedResource
 
setValue(String) - Method in class org.eclipse.jetty.rewrite.handler.CookiePatternRule
 
setVary(HttpField) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
setVerifyPeer(Boolean) - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
 
setVersion(int) - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
 
setVersion(Object) - Method in class org.eclipse.jetty.nosql.NoSqlSessionDataStore.NoSqlSessionData
 
setVersion(String) - Method in class org.eclipse.jetty.http.HttpTester.Message
 
setVersion(HttpVersion) - Method in class org.eclipse.jetty.http.HttpTester.Message
 
setVhost(String) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
setVhost(String) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.ExpiryInfo
 
setVhost(String) - Method in class org.eclipse.jetty.session.SessionData
 
setViaHost(String) - Method in class org.eclipse.jetty.proxy.ProxyHandler
Sets the value to use for the Via header in proxy-to-server requests.
setVirtualHostColumn(String) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
setVirtualHosts(List<String>) - Method in class org.eclipse.jetty.rewrite.handler.VirtualHostRuleContainer
Sets the virtual hosts to match for the rules within this container to be applied.
setVirtualHosts(List<String>) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Set the virtual hosts for the context.
setVirtualThreadsExecutor(Executor) - Method in class org.eclipse.jetty.http.spi.DelegatingThreadPool
 
setVirtualThreadsExecutor(Executor) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
setVirtualThreadsExecutor(Executor) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
setVirtualThreadsExecutor(Executor) - Method in interface org.eclipse.jetty.util.VirtualThreads.Configurable
 
setWantClientAuth(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
 
setWeights(int[]) - Method in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMapFactory
 
setWelcomeFactory(ResourceService.WelcomeFactory) - Method in class org.eclipse.jetty.server.ResourceService
 
setWelcomeFiles(String...) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setWelcomeFiles(List<String>) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setWelcomeMode(ResourceService.WelcomeMode) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setWelcomeMode(ResourceService.WelcomeMode) - Method in class org.eclipse.jetty.server.ResourceService
 
setWorkerName(String) - Method in class org.eclipse.jetty.session.DefaultSessionIdManager
Set the workername.
setWrapped(MimeTypes) - Method in class org.eclipse.jetty.http.MimeTypes.Wrapper
 
setWriteThreshold(int) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
setXpath(String) - Method in class org.eclipse.jetty.xml.XmlParser
Set an XPath A very simple subset of xpath is supported to select a partial tree.
shallowCopy(Hashtable<String, Object>) - Method in class org.eclipse.jetty.jndi.NamingContext
 
Shared() - Constructor for class org.eclipse.jetty.util.Blocker.Shared
 
SharedBlockingCallback - Class in org.eclipse.jetty.util
Deprecated.
SharedBlockingCallback() - Constructor for class org.eclipse.jetty.util.SharedBlockingCallback
Deprecated.
 
SharedBlockingCallback.Blocker - Class in org.eclipse.jetty.util
Deprecated.
A Closeable Callback.
SHORT - Static variable in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche.packet_type
 
shouldBeDropped() - Method in class org.eclipse.jetty.http2.HTTP2Session.Entry
 
shouldBuffer(Response, boolean) - Method in class org.eclipse.jetty.server.handler.BufferedResponseHandler
 
shouldHuffmanEncode(HttpField) - Method in class org.eclipse.jetty.http3.qpack.QpackEncoder
 
shouldIndex(HttpField) - Method in class org.eclipse.jetty.http3.qpack.QpackEncoder
 
showModules(PrintStream, List<String>) - Method in class org.eclipse.jetty.start.Modules
 
showModules(PrintStream, StartArgs) - Method in class org.eclipse.jetty.start.Main
 
shutdown() - Method in class org.eclipse.jetty.fcgi.generator.Flusher
 
shutdown() - Method in interface org.eclipse.jetty.http2.api.Session
Gracefully closes the session, returning a CompletableFuture that is completed when all the streams currently being processed are completed.
shutdown() - Method in class org.eclipse.jetty.http2.HTTP2Session
 
shutdown() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer
 
shutdown() - Method in class org.eclipse.jetty.http3.client.ClientHTTP3Session
 
shutdown() - Method in class org.eclipse.jetty.http3.client.HTTP3Client
 
shutdown() - Method in class org.eclipse.jetty.http3.HTTP3Session
 
shutdown() - Method in class org.eclipse.jetty.http3.server.internal.ServerHTTP3Session
 
shutdown() - Method in class org.eclipse.jetty.quic.common.ProtocolSession
 
shutdown() - Method in class org.eclipse.jetty.quic.common.QuicSession
 
shutdown() - Method in class org.eclipse.jetty.quic.common.QuicSessionContainer
 
shutdown() - Method in class org.eclipse.jetty.quic.server.QuicServerConnector
 
shutdown() - Method in class org.eclipse.jetty.server.AbstractConnector
 
shutdown() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
shutdown() - Method in class org.eclipse.jetty.server.handler.GracefulHandler
 
shutdown() - Method in class org.eclipse.jetty.session.DefaultSessionCache
 
shutdown() - Method in class org.eclipse.jetty.session.NullSessionCache
 
shutdown() - Method in interface org.eclipse.jetty.session.SessionCache
 
shutdown() - Method in interface org.eclipse.jetty.util.component.Graceful
Shutdown the component.
shutdown() - Method in class org.eclipse.jetty.util.component.Graceful.Shutdown
 
shutdown(Container) - Static method in interface org.eclipse.jetty.util.component.Graceful
Utility method to shutdown all Gracefuls within a container.
shutdown(Graceful.ThrowingRunnable) - Static method in interface org.eclipse.jetty.util.component.Graceful
Utility method to execute a Graceful.ThrowingRunnable in a new daemon thread and be notified of the result in a CompletableFuture.
Shutdown(Object) - Constructor for class org.eclipse.jetty.util.component.Graceful.Shutdown
 
SHUTDOWN_OUT - Enum constant in enum class org.eclipse.jetty.http.HttpGenerator.Result
 
ShutdownHandler - Class in org.eclipse.jetty.server.handler
A Handler that initiates a Shutdown of the Jetty Server it belongs to.
ShutdownHandler(String) - Constructor for class org.eclipse.jetty.server.handler.ShutdownHandler
Creates a Handler that lets the server be shut down remotely (but only from localhost).
ShutdownHandler(String, boolean) - Constructor for class org.eclipse.jetty.server.handler.ShutdownHandler
Creates a Handler that lets the server be shut down remotely (but only from localhost).
ShutdownHandler(Handler, String, String, boolean) - Constructor for class org.eclipse.jetty.server.handler.ShutdownHandler
Creates a Handler that lets the server be shut down remotely (but only from localhost).
shutdownInput() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
shutdownInput(long) - Method in class org.eclipse.jetty.quic.common.QuicStreamEndPoint
 
shutdownInput(long, long) - Method in class org.eclipse.jetty.quic.common.QuicSession
 
ShutdownMonitor - Class in org.eclipse.jetty.server
Shutdown/Stop Monitor thread.
shutdownOutput() - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
 
shutdownOutput() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
shutdownOutput() - Method in interface org.eclipse.jetty.io.EndPoint
Shutdown the output.
shutdownOutput() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
shutdownOutput(long) - Method in class org.eclipse.jetty.quic.common.QuicStreamEndPoint
 
shutdownOutput(long, long) - Method in class org.eclipse.jetty.quic.common.QuicSession
 
shutdownStream(long, boolean, long) - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
 
shutdownStream(long, boolean, long) - Method in class org.eclipse.jetty.quic.quiche.QuicheConnection
 
ShutdownThread - Class in org.eclipse.jetty.util.thread
ShutdownThread is a shutdown hook thread implemented as singleton that maintains a list of lifecycle instances that are registered with it and provides ability to stop these lifecycles upon shutdown of the Java Virtual Machine
signal() - Method in class org.eclipse.jetty.util.thread.AutoLock.WithCondition
 
signalAll() - Method in class org.eclipse.jetty.util.thread.AutoLock.WithCondition
 
SimpleFlowControlStrategy - Class in org.eclipse.jetty.http2
 
SimpleFlowControlStrategy() - Constructor for class org.eclipse.jetty.http2.SimpleFlowControlStrategy
 
SimpleFlowControlStrategy(int) - Constructor for class org.eclipse.jetty.http2.SimpleFlowControlStrategy
 
SimpleTokenMinter - Class in org.eclipse.jetty.quic.server.internal
 
SimpleTokenMinter(InetSocketAddress) - Constructor for class org.eclipse.jetty.quic.server.internal.SimpleTokenMinter
 
SimpleTokenValidator - Class in org.eclipse.jetty.quic.server.internal
 
SimpleTokenValidator(InetSocketAddress) - Constructor for class org.eclipse.jetty.quic.server.internal.SimpleTokenValidator
 
sin_addr - Variable in class org.eclipse.jetty.quic.quiche.jna.linux.netinet_linux.sockaddr_in
 
sin_addr - Variable in class org.eclipse.jetty.quic.quiche.jna.macos.netinet_macos.sockaddr_in
 
sin_addr - Variable in class org.eclipse.jetty.quic.quiche.jna.windows.netinet_windows.sockaddr_in
 
sin_family - Variable in class org.eclipse.jetty.quic.quiche.jna.linux.netinet_linux.sockaddr_in
 
sin_family - Variable in class org.eclipse.jetty.quic.quiche.jna.macos.netinet_macos.sockaddr_in
 
sin_family - Variable in class org.eclipse.jetty.quic.quiche.jna.windows.netinet_windows.sockaddr_in
 
sin_len - Variable in class org.eclipse.jetty.quic.quiche.jna.macos.netinet_macos.sockaddr_in
 
sin_port - Variable in class org.eclipse.jetty.quic.quiche.jna.linux.netinet_linux.sockaddr_in
 
sin_port - Variable in class org.eclipse.jetty.quic.quiche.jna.macos.netinet_macos.sockaddr_in
 
sin_port - Variable in class org.eclipse.jetty.quic.quiche.jna.windows.netinet_windows.sockaddr_in
 
sin_zero - Variable in class org.eclipse.jetty.quic.quiche.jna.linux.netinet_linux.sockaddr_in
 
sin_zero - Variable in class org.eclipse.jetty.quic.quiche.jna.macos.netinet_macos.sockaddr_in
 
sin_zero - Variable in class org.eclipse.jetty.quic.quiche.jna.windows.netinet_windows.sockaddr_in
 
sin6_addr - Variable in class org.eclipse.jetty.quic.quiche.jna.linux.netinet_linux.sockaddr_in6
 
sin6_addr - Variable in class org.eclipse.jetty.quic.quiche.jna.macos.netinet_macos.sockaddr_in6
 
sin6_addr - Variable in class org.eclipse.jetty.quic.quiche.jna.windows.netinet_windows.sockaddr_in6
 
sin6_family - Variable in class org.eclipse.jetty.quic.quiche.jna.linux.netinet_linux.sockaddr_in6
 
sin6_family - Variable in class org.eclipse.jetty.quic.quiche.jna.macos.netinet_macos.sockaddr_in6
 
sin6_family - Variable in class org.eclipse.jetty.quic.quiche.jna.windows.netinet_windows.sockaddr_in6
 
sin6_flowinfo - Variable in class org.eclipse.jetty.quic.quiche.jna.linux.netinet_linux.sockaddr_in6
 
sin6_flowinfo - Variable in class org.eclipse.jetty.quic.quiche.jna.macos.netinet_macos.sockaddr_in6
 
sin6_flowinfo - Variable in class org.eclipse.jetty.quic.quiche.jna.windows.netinet_windows.sockaddr_in6
 
sin6_len - Variable in class org.eclipse.jetty.quic.quiche.jna.macos.netinet_macos.sockaddr_in6
 
sin6_port - Variable in class org.eclipse.jetty.quic.quiche.jna.linux.netinet_linux.sockaddr_in6
 
sin6_port - Variable in class org.eclipse.jetty.quic.quiche.jna.macos.netinet_macos.sockaddr_in6
 
sin6_port - Variable in class org.eclipse.jetty.quic.quiche.jna.windows.netinet_windows.sockaddr_in6
 
sin6_scope_id - Variable in class org.eclipse.jetty.quic.quiche.jna.linux.netinet_linux.sockaddr_in6
 
sin6_scope_id - Variable in class org.eclipse.jetty.quic.quiche.jna.macos.netinet_macos.sockaddr_in6
 
sin6_scope_id - Variable in class org.eclipse.jetty.quic.quiche.jna.windows.netinet_windows.sockaddr_in6
 
since(long) - Static method in class org.eclipse.jetty.util.NanoTime
Calculates the nanoseconds elapsed since a begin nanoTime and the current nanoTime.
size() - Method in class org.eclipse.jetty.http.HttpFields.ImmutableHttpFields
 
size() - Method in class org.eclipse.jetty.http.HttpFields.Mutable.Wrapper
 
size() - Method in class org.eclipse.jetty.http.HttpFields.MutableHttpFields
 
size() - Method in interface org.eclipse.jetty.http.HttpFields
 
size() - Method in class org.eclipse.jetty.http.MultiPartByteRanges.Parts
 
size() - Method in class org.eclipse.jetty.http.MultiPartFormData.Parts
 
size() - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
size() - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
 
size() - Method in class org.eclipse.jetty.http.QuotedCSV
 
size() - Method in class org.eclipse.jetty.http2.hpack.HpackContext
 
size() - Method in class org.eclipse.jetty.http3.qpack.internal.metadata.Http3Fields
 
size() - Method in class org.eclipse.jetty.io.ByteBufferOutputStream2
 
size() - Method in class org.eclipse.jetty.io.IncludeExcludeConnectionStatistics.ConnectionSet
 
size() - Method in class org.eclipse.jetty.io.internal.CompoundPool
 
size() - Method in class org.eclipse.jetty.io.internal.QueuedPool
 
size() - Method in class org.eclipse.jetty.io.ManagedSelector
 
size() - Method in class org.eclipse.jetty.server.handler.InetAccessSet
 
size() - Method in class org.eclipse.jetty.server.internal.ResponseHttpFields
 
size() - Method in class org.eclipse.jetty.start.Props
 
size() - Method in class org.eclipse.jetty.start.RawArgs
 
size() - Method in class org.eclipse.jetty.util.Attributes.Lazy
 
size() - Method in class org.eclipse.jetty.util.Attributes.Mapped
 
size() - Method in class org.eclipse.jetty.util.AttributesMap
Deprecated.
 
size() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
size() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
size() - Method in class org.eclipse.jetty.util.ConcurrentPool
 
size() - Method in class org.eclipse.jetty.util.IncludeExcludeSet
 
size() - Method in interface org.eclipse.jetty.util.Index
Get the number of entries in the index.
size() - Method in class org.eclipse.jetty.util.InetAddressSet
 
size() - Method in class org.eclipse.jetty.util.LockedPool
 
size() - Method in interface org.eclipse.jetty.util.Pool
 
size() - Method in class org.eclipse.jetty.util.Pool.Wrapper
 
size() - Method in class org.eclipse.jetty.util.RegexSet
 
size() - Method in class org.eclipse.jetty.xml.XmlParser.Node
Get the number of children nodes.
size(Object) - Static method in class org.eclipse.jetty.util.LazyList
The size of a lazy List
size_t - Class in org.eclipse.jetty.quic.quiche.jna
 
size_t() - Constructor for class org.eclipse.jetty.quic.quiche.jna.size_t
 
size_t(long) - Constructor for class org.eclipse.jetty.quic.quiche.jna.size_t
 
size_t_pointer - Class in org.eclipse.jetty.quic.quiche.jna
 
size_t_pointer() - Constructor for class org.eclipse.jetty.quic.quiche.jna.size_t_pointer
 
size_t_pointer(long) - Constructor for class org.eclipse.jetty.quic.quiche.jna.size_t_pointer
 
SizedStructure<S extends com.sun.jna.Structure> - Class in org.eclipse.jetty.quic.quiche.jna
 
SizedStructure(S, size_t) - Constructor for class org.eclipse.jetty.quic.quiche.jna.SizedStructure
 
skip(int) - Method in interface org.eclipse.jetty.io.Content.Chunk
Skips, advancing the ByteBuffer position, the given number of bytes.
Slf4jRequestLogWriter - Class in org.eclipse.jetty.server
Request log writer using a Slf4jLog Logger
Slf4jRequestLogWriter() - Constructor for class org.eclipse.jetty.server.Slf4jRequestLogWriter
 
Snapshot() - Constructor for class org.eclipse.jetty.start.fileinits.MavenMetadata.Snapshot
 
SNI_HOST - Static variable in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
 
sniSelect(String, Principal[], SSLSession, String, Collection<X509>) - Method in interface org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager.SniSelector
Selects a certificate based on SNI information.
sniSelect(String, Principal[], SSLSession, String, Collection<X509>) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
 
SniX509ExtendedKeyManager - Class in org.eclipse.jetty.util.ssl
A X509ExtendedKeyManager that selects a key with an alias retrieved from SNI information, delegating other processing to a nested X509ExtendedKeyManager.
SniX509ExtendedKeyManager(X509ExtendedKeyManager, SslContextFactory.Server) - Constructor for class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
 
SniX509ExtendedKeyManager.SniSelector - Interface in org.eclipse.jetty.util.ssl
Selects a certificate based on SNI information.
sockaddr - Class in org.eclipse.jetty.quic.quiche.jna
 
sockaddr(Pointer) - Constructor for class org.eclipse.jetty.quic.quiche.jna.sockaddr
 
sockaddr_in() - Constructor for class org.eclipse.jetty.quic.quiche.jna.linux.netinet_linux.sockaddr_in
 
sockaddr_in() - Constructor for class org.eclipse.jetty.quic.quiche.jna.macos.netinet_macos.sockaddr_in
 
sockaddr_in() - Constructor for class org.eclipse.jetty.quic.quiche.jna.windows.netinet_windows.sockaddr_in
 
sockaddr_in6() - Constructor for class org.eclipse.jetty.quic.quiche.jna.linux.netinet_linux.sockaddr_in6
 
sockaddr_in6() - Constructor for class org.eclipse.jetty.quic.quiche.jna.macos.netinet_macos.sockaddr_in6
 
sockaddr_in6() - Constructor for class org.eclipse.jetty.quic.quiche.jna.windows.netinet_windows.sockaddr_in6
 
sockaddr_storage - Class in org.eclipse.jetty.quic.quiche.jna
 
sockaddr_storage() - Constructor for class org.eclipse.jetty.quic.quiche.jna.sockaddr_storage
 
sockaddr.ByReference - Class in org.eclipse.jetty.quic.quiche.jna
 
SocketAddressResolver - Interface in org.eclipse.jetty.util
Creates SocketAddress instances, returning them through a Promise.
SocketAddressResolver.Async - Class in org.eclipse.jetty.util
Creates InetSocketAddress instances asynchronously in a different thread.
SocketAddressResolver.Sync - Class in org.eclipse.jetty.util
Creates InetSocketAddress instances synchronously in the caller thread.
SocketChannelEndPoint - Class in org.eclipse.jetty.io
An EndPoint implementation based on SocketChannel.
SocketChannelEndPoint(SocketChannel, ManagedSelector, SelectionKey, Scheduler) - Constructor for class org.eclipse.jetty.io.SocketChannelEndPoint
 
SocketCustomizationListener - Class in org.eclipse.jetty.server
A Connection Lister for customization of SocketConnections.
SocketCustomizationListener() - Constructor for class org.eclipse.jetty.server.SocketCustomizationListener
Construct with SSL unwrapping on.
SocketCustomizationListener(boolean) - Constructor for class org.eclipse.jetty.server.SocketCustomizationListener
 
Socks4Proxy - Class in org.eclipse.jetty.client
 
Socks4Proxy(String, int) - Constructor for class org.eclipse.jetty.client.Socks4Proxy
 
Socks4Proxy(Origin.Address, boolean) - Constructor for class org.eclipse.jetty.client.Socks4Proxy
 
Socks4Proxy.Socks4ProxyClientConnectionFactory - Class in org.eclipse.jetty.client
 
Socks4ProxyClientConnectionFactory(ClientConnectionFactory) - Constructor for class org.eclipse.jetty.client.Socks4Proxy.Socks4ProxyClientConnectionFactory
 
Socks5 - Class in org.eclipse.jetty.client
Helper class for SOCKS5 proxying.
Socks5.Authentication - Interface in org.eclipse.jetty.client
A SOCKS5 authentication method.
Socks5.Authentication.Factory - Interface in org.eclipse.jetty.client
A factory for Socks5.Authentications.
Socks5.NoAuthenticationFactory - Class in org.eclipse.jetty.client
The implementation of the NO AUTH authentication method defined in RFC 1928.
Socks5.UsernamePasswordAuthenticationFactory - Class in org.eclipse.jetty.client
The implementation of the USERNAME/PASSWORD authentication method defined in RFC 1929.
Socks5Proxy - Class in org.eclipse.jetty.client
Client-side proxy configuration for SOCKS5, defined by RFC 1928.
Socks5Proxy(String, int) - Constructor for class org.eclipse.jetty.client.Socks5Proxy
 
Socks5Proxy(Origin.Address, boolean) - Constructor for class org.eclipse.jetty.client.Socks5Proxy
 
someToContent(HttpExchange, ByteBuffer) - Method in class org.eclipse.jetty.client.transport.HttpSender
 
someToSuccess(HttpExchange) - Method in class org.eclipse.jetty.client.transport.HttpSender
 
sort() - Method in class org.eclipse.jetty.http.QuotedQualityCSV
 
sort(Collection<T>) - Method in class org.eclipse.jetty.util.TopologicalSort
Sort the passed list according to dependencies previously set with TopologicalSort.addDependency(Object, Object[]).
sort(T[]) - Method in class org.eclipse.jetty.util.TopologicalSort
Sort the passed array according to dependencies previously set with TopologicalSort.addDependency(Object, Object[]).
source - Variable in class org.eclipse.jetty.start.Props.Prop
 
space(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Get the space from the limit to the capacity
SPACE - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.Type
 
SPACE_IN_VALUES - Enum constant in enum class org.eclipse.jetty.http.CookieCompliance.Violation
Allow spaces within values without quotes.
SPACE1 - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
SPACE2 - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
spareCapacity() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
SPECIAL_CHARS_IN_QUOTES - Enum constant in enum class org.eclipse.jetty.http.CookieCompliance.Violation
Special characters were found in a quoted cookie value.
SPECIFIC_ROLE - Enum constant in enum class org.eclipse.jetty.security.Constraint.Authorization
Access allowed only for authenticated user with specific role(s).
spinWait(long) - Static method in class org.eclipse.jetty.util.NanoTime
Spin waits for the specified number of nanoseconds.
split(String) - Static method in class org.eclipse.jetty.util.URIUtil
Split a string of references, that may be split with ',', or ';', or '|' into URIs.
SPNEGO_AUTH - Static variable in interface org.eclipse.jetty.security.Authenticator
 
SPNEGOAuthentication - Class in org.eclipse.jetty.client
Implementation of the SPNEGO (or "Negotiate") authentication defined in RFC 4559.
SPNEGOAuthentication(URI) - Constructor for class org.eclipse.jetty.client.SPNEGOAuthentication
 
SPNEGOAuthentication.SPNEGOResult - Class in org.eclipse.jetty.client
 
SPNEGOAuthenticator - Class in org.eclipse.jetty.security.authentication
A LoginAuthenticator that uses SPNEGO and the GSS API to authenticate requests.
SPNEGOAuthenticator() - Constructor for class org.eclipse.jetty.security.authentication.SPNEGOAuthenticator
 
SPNEGOAuthenticator(String) - Constructor for class org.eclipse.jetty.security.authentication.SPNEGOAuthenticator
Allow for a custom name value to be set for instances where SPNEGO may not be appropriate
SPNEGOLoginService - Class in org.eclipse.jetty.security
A configurable (as opposed to using system properties) SPNEGO LoginService.
SPNEGOLoginService(String, LoginService) - Constructor for class org.eclipse.jetty.security.SPNEGOLoginService
 
SPNEGOResult(URI, String) - Constructor for class org.eclipse.jetty.client.SPNEGOAuthentication.SPNEGOResult
 
SPNEGOResult(URI, HttpHeader, String) - Constructor for class org.eclipse.jetty.client.SPNEGOAuthentication.SPNEGOResult
 
SPNEGOUserPrincipal - Class in org.eclipse.jetty.security
 
SPNEGOUserPrincipal(String, String) - Constructor for class org.eclipse.jetty.security.SPNEGOUserPrincipal
 
ssize_t - Class in org.eclipse.jetty.quic.quiche.jna
 
ssize_t() - Constructor for class org.eclipse.jetty.quic.quiche.jna.ssize_t
 
ssize_t(long) - Constructor for class org.eclipse.jetty.quic.quiche.jna.ssize_t
 
SSL_ENGINE_CONTEXT_KEY - Static variable in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
 
SSL_SESSION_ID_ATTRIBUTE - Static variable in class org.eclipse.jetty.server.SecureRequestCustomizer
The request attribute name to use to obtain the SSLSession.getId().
SslClientCertAuthenticator - Class in org.eclipse.jetty.security.authentication
CLIENT-CERT authenticator.
SslClientCertAuthenticator(SslContextFactory) - Constructor for class org.eclipse.jetty.security.authentication.SslClientCertAuthenticator
 
SslClientConnectionFactory - Class in org.eclipse.jetty.io.ssl
A ClientConnectionFactory that creates client-side SslConnection instances.
SslClientConnectionFactory(SslContextFactory, ByteBufferPool, Executor, ClientConnectionFactory) - Constructor for class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
 
SslClientConnectionFactory.SslEngineFactory - Interface in org.eclipse.jetty.io.ssl
A factory for SSLEngine objects.
SslConnection - Class in org.eclipse.jetty.io.ssl
A Connection that acts as an interceptor between an EndPoint providing SSL encrypted data and another consumer of an EndPoint (typically an Connection like HttpConnection) that wants unencrypted data.
SslConnection(ByteBufferPool, Executor, EndPoint, SSLEngine) - Constructor for class org.eclipse.jetty.io.ssl.SslConnection
 
SslConnection(ByteBufferPool, Executor, EndPoint, SSLEngine, boolean, boolean) - Constructor for class org.eclipse.jetty.io.ssl.SslConnection
 
SslConnection.SslEndPoint - Class in org.eclipse.jetty.io.ssl
 
SslConnectionFactory - Class in org.eclipse.jetty.server
 
SslConnectionFactory() - Constructor for class org.eclipse.jetty.server.SslConnectionFactory
 
SslConnectionFactory(String) - Constructor for class org.eclipse.jetty.server.SslConnectionFactory
 
SslConnectionFactory(SslContextFactory.Server, String) - Constructor for class org.eclipse.jetty.server.SslConnectionFactory
 
SslContextFactory - Class in org.eclipse.jetty.util.ssl
SslContextFactory is used to configure SSL parameters to be used by server and client connectors.
SslContextFactory() - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory
Construct an instance of SslContextFactory with the default configuration.
SslContextFactory(boolean) - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory
Construct an instance of SslContextFactory that trusts all certificates
SslContextFactory.Client - Class in org.eclipse.jetty.util.ssl
 
SslContextFactory.Client.SniProvider - Interface in org.eclipse.jetty.util.ssl
A provider for SNI names to send to the server during the TLS handshake.
SslContextFactory.Server - Class in org.eclipse.jetty.util.ssl
 
SslContextFactory.X509ExtendedKeyManagerWrapper - Class in org.eclipse.jetty.util.ssl
A wrapper that delegates to another (if not null) X509ExtendedKeyManager.
SslContextFactory.X509ExtendedTrustManagerWrapper - Class in org.eclipse.jetty.util.ssl
A wrapper that delegates to another (if not null) X509ExtendedTrustManager.
SslEndPoint() - Constructor for class org.eclipse.jetty.io.ssl.SslConnection.SslEndPoint
 
SslHandshakeListener - Interface in org.eclipse.jetty.io.ssl
Implementations of this interface are notified of TLS handshake events.
SslHandshakeListener.Event - Class in org.eclipse.jetty.io.ssl
The event object carrying information about TLS handshake events.
SslSessionData(String, String, int, X509Certificate[]) - Constructor for record class org.eclipse.jetty.server.SecureRequestCustomizer.SslSessionData
Creates an instance of a SslSessionData record class.
STABLE - Static variable in class org.eclipse.jetty.util.Jetty
 
StackLoggingListener() - Constructor for class org.eclipse.jetty.util.resource.FileSystemPool.StackLoggingListener
 
stale() - Method in class org.eclipse.jetty.client.transport.HttpDestination
 
StandardDeployer - Class in org.eclipse.jetty.deploy.bindings
 
StandardDeployer() - Constructor for class org.eclipse.jetty.deploy.bindings.StandardDeployer
 
StandardStarter - Class in org.eclipse.jetty.deploy.bindings
 
StandardStarter() - Constructor for class org.eclipse.jetty.deploy.bindings.StandardStarter
 
StandardStopper - Class in org.eclipse.jetty.deploy.bindings
 
StandardStopper() - Constructor for class org.eclipse.jetty.deploy.bindings.StandardStopper
 
StandardUndeployer - Class in org.eclipse.jetty.deploy.bindings
 
StandardUndeployer() - Constructor for class org.eclipse.jetty.deploy.bindings.StandardUndeployer
 
standardUpgrade() - Method in class org.eclipse.jetty.http2.parser.ServerParser
The standard HTTP/1.1 upgrade path.
standardUpgrade() - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerSession
 
start() - Method in class org.eclipse.jetty.http.spi.JettyHttpServer
 
start() - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
start() - Method in class org.eclipse.jetty.start.Main
 
start() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
start() - Method in interface org.eclipse.jetty.util.component.LifeCycle
Starts the component.
start(Object) - Static method in interface org.eclipse.jetty.util.component.LifeCycle
Utility to start an object if it is a LifeCycle and to convert any exception thrown to a RuntimeException
start(StartArgs) - Method in class org.eclipse.jetty.start.Main
 
start(LifeCycle) - Method in class org.eclipse.jetty.server.Server
 
start(LifeCycle) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Starts the given lifecycle.
START - Enum constant in enum class org.eclipse.jetty.http.HttpGenerator.State
 
START - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
StartArgs - Class in org.eclipse.jetty.start
The Arguments required to start Jetty.
StartArgs(BaseHome) - Constructor for class org.eclipse.jetty.start.StartArgs
 
StartDirBuilder - Class in org.eclipse.jetty.start.builders
Management of the ${jetty.base}/start.d/ based configuration.
StartDirBuilder(BaseBuilder) - Constructor for class org.eclipse.jetty.start.builders.StartDirBuilder
 
STARTED - Static variable in class org.eclipse.jetty.deploy.AppLifeCycle
 
STARTED - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
StartEnvironment - Class in org.eclipse.jetty.start
A start environment that contains the configurations that will be used to build a runtime org.eclipse.jetty.util.component.Environment via --env arguments passed to org.eclipse.jetty.xml.XmlConfiguration#main(java.lang.String...)
STARTING - Enum constant in enum class org.eclipse.jetty.server.handler.ContextHandler.Availability
 
STARTING - Static variable in class org.eclipse.jetty.deploy.AppLifeCycle
 
STARTING - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
StartIni - Class in org.eclipse.jetty.start
Simple Start .INI handler
StartIni(Path) - Constructor for class org.eclipse.jetty.start.StartIni
 
StartIniBuilder - Class in org.eclipse.jetty.start.builders
Management of the ${jetty.base}/start.ini based configuration.
StartIniBuilder(BaseBuilder) - Constructor for class org.eclipse.jetty.start.builders.StartIniBuilder
 
StartLog - Class in org.eclipse.jetty.start
Centralized Place for logging.
StartLog() - Constructor for class org.eclipse.jetty.start.StartLog
 
startPart() - Method in interface org.eclipse.jetty.server.internal.MultiPartParser.Handler
 
startPart(String) - Method in class org.eclipse.jetty.util.MultiPartOutputStream
Start creation of the next Content.
startPart(String) - Method in class org.eclipse.jetty.util.MultiPartWriter
Start creation of the next Content.
startPart(String, String[]) - Method in class org.eclipse.jetty.util.MultiPartOutputStream
Start creation of the next Content.
startPart(String, String[]) - Method in class org.eclipse.jetty.util.MultiPartWriter
Start creation of the next Content.
startRequest(String, String, HttpVersion) - Method in interface org.eclipse.jetty.http.HttpParser.RequestHandler
This is the method called by parser when the HTTP request line is parsed
startRequest(String, String, HttpVersion) - Method in class org.eclipse.jetty.http.HttpTester.Request
 
startRequest(String, String, HttpVersion) - Method in class org.eclipse.jetty.server.internal.HttpConnection.RequestHandler
 
startResponse(HttpVersion, int, String) - Method in class org.eclipse.jetty.client.transport.internal.HttpReceiverOverHTTP
 
startResponse(HttpVersion, int, String) - Method in interface org.eclipse.jetty.http.HttpParser.ResponseHandler
This is the method called by parser when the HTTP request line is parsed
startResponse(HttpVersion, int, String) - Method in class org.eclipse.jetty.http.HttpTester.Response
 
startScavenging() - Method in class org.eclipse.jetty.session.HouseKeeper
If scavenging is not scheduled, schedule it.
startsWith(byte[], int, int, int) - Method in class org.eclipse.jetty.util.SearchPattern
Search for a possibly partial match of the pattern at the start of the data.
startsWith(String) - Method in class org.eclipse.jetty.start.RawArgs.Entry
 
startsWith(ByteBuffer, int) - Method in class org.eclipse.jetty.util.SearchPattern
Searches for a partial match of the pattern at the beginning of the ByteBuffer.
startsWithIgnoreCase(String, String) - Static method in class org.eclipse.jetty.util.StringUtil
 
startThread() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
STATIC_SIZE - Static variable in class org.eclipse.jetty.http2.hpack.HpackContext
 
STATIC_SIZE - Static variable in class org.eclipse.jetty.http3.qpack.internal.table.StaticTable
 
STATIC_TABLE - Static variable in class org.eclipse.jetty.http2.hpack.HpackContext
 
STATIC_TABLE - Static variable in class org.eclipse.jetty.http3.qpack.internal.table.StaticTable
 
StaticException - Exception Class in org.eclipse.jetty.util
This exception can safely be stored in a static variable as suppressed exceptions are disabled, meaning calling Throwable.addSuppressed(Throwable) has no effect.
StaticException(String) - Constructor for exception class org.eclipse.jetty.util.StaticException
Create an instance with writable stack trace and suppression disabled.
StaticException(String, boolean) - Constructor for exception class org.eclipse.jetty.util.StaticException
Create an instance with suppression disabled.
staticIndex(HttpHeader) - Static method in class org.eclipse.jetty.http2.hpack.HpackContext
 
StaticTable - Class in org.eclipse.jetty.http3.qpack.internal.table
 
StaticTable() - Constructor for class org.eclipse.jetty.http3.qpack.internal.table.StaticTable
 
StaticTableHttpField - Class in org.eclipse.jetty.http2.hpack.internal
 
StaticTableHttpField - Class in org.eclipse.jetty.http3.qpack.internal.metadata
 
StaticTableHttpField(String, String, Object) - Constructor for class org.eclipse.jetty.http2.hpack.internal.StaticTableHttpField
 
StaticTableHttpField(String, String, Object) - Constructor for class org.eclipse.jetty.http3.qpack.internal.metadata.StaticTableHttpField
 
StaticTableHttpField(HttpHeader, String, Object) - Constructor for class org.eclipse.jetty.http2.hpack.internal.StaticTableHttpField
 
StaticTableHttpField(HttpHeader, String, Object) - Constructor for class org.eclipse.jetty.http3.qpack.internal.metadata.StaticTableHttpField
 
StaticTableHttpField(HttpHeader, String, String, Object) - Constructor for class org.eclipse.jetty.http2.hpack.internal.StaticTableHttpField
 
StaticTableHttpField(HttpHeader, String, String, Object) - Constructor for class org.eclipse.jetty.http3.qpack.internal.metadata.StaticTableHttpField
 
StatisticsHandler - Class in org.eclipse.jetty.server.handler
 
StatisticsHandler() - Constructor for class org.eclipse.jetty.server.handler.StatisticsHandler
 
StatisticsHandler(Handler) - Constructor for class org.eclipse.jetty.server.handler.StatisticsHandler
 
StatisticsHandler.MinimumDataRateHandler - Class in org.eclipse.jetty.server.handler
Checks that the wrapped handler can read/write at a minimal rate of N bytes per second.
StatisticsHandler.MinimumDataRateHandler.MinimumDataRateRequest - Class in org.eclipse.jetty.server.handler
 
StatisticsHandler.MinimumDataRateHandler.MinimumDataRateResponse - Class in org.eclipse.jetty.server.handler
 
Stats(String) - Constructor for class org.eclipse.jetty.io.ConnectionStatistics.Stats
 
status(int) - Method in class org.eclipse.jetty.client.transport.HttpResponse
 
STATUS - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
STATUSES - Static variable in class org.eclipse.jetty.http3.qpack.internal.metadata.Http3Fields
 
STD_ERR - Enum constant in enum class org.eclipse.jetty.fcgi.FCGI.StreamType
 
STD_IN - Enum constant in enum class org.eclipse.jetty.fcgi.FCGI.StreamType
 
STD_OUT - Enum constant in enum class org.eclipse.jetty.fcgi.FCGI.StreamType
 
STDERR - Enum constant in enum class org.eclipse.jetty.fcgi.FCGI.FrameType
 
STDIN - Enum constant in enum class org.eclipse.jetty.fcgi.FCGI.FrameType
 
STDOUT - Enum constant in enum class org.eclipse.jetty.fcgi.FCGI.FrameType
 
stop() - Method in class org.eclipse.jetty.start.Main
 
stop() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
stop() - Method in interface org.eclipse.jetty.util.component.LifeCycle
Stops the component.
stop(int) - Method in class org.eclipse.jetty.http.spi.JettyHttpServer
 
stop(Object) - Static method in interface org.eclipse.jetty.util.component.LifeCycle
Utility to stop an object if it is a LifeCycle and to convert any exception thrown to a RuntimeException
stop(String, int, String) - Method in class org.eclipse.jetty.start.Main
Stop a running jetty instance.
stop(String, int, String, int) - Method in class org.eclipse.jetty.start.Main
 
stop(LifeCycle) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Stops the given lifecycle.
StopException() - Constructor for exception class org.eclipse.jetty.util.component.AbstractLifeCycle.StopException
 
StopLifeCycle - Class in org.eclipse.jetty.util.component
A LifeCycle that when started will stop another LifeCycle
StopLifeCycle(LifeCycle) - Constructor for class org.eclipse.jetty.util.component.StopLifeCycle
 
STOPPED - Enum constant in enum class org.eclipse.jetty.server.handler.ContextHandler.Availability
 
STOPPED - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
STOPPING - Static variable in class org.eclipse.jetty.deploy.AppLifeCycle
 
STOPPING - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
stopScavenging() - Method in class org.eclipse.jetty.session.HouseKeeper
If scavenging is scheduled, stop it.
store(OutputStream, String) - Method in class org.eclipse.jetty.start.Props
 
store(String, SessionData) - Method in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
 
store(String, SessionData) - Method in class org.eclipse.jetty.session.AbstractSessionDataStore
 
store(String, SessionData) - Method in class org.eclipse.jetty.session.CachingSessionDataStore
 
store(String, SessionData) - Method in interface org.eclipse.jetty.session.SessionDataMap
Store the session data.
storeCookie(URI, HttpField) - Method in class org.eclipse.jetty.client.transport.HttpReceiver
 
storeFragment(ByteBuffer, int, boolean) - Method in class org.eclipse.jetty.http2.parser.HeaderBlockFragments
 
stream - Variable in class org.eclipse.jetty.http2.HTTP2Session.Entry
 
stream() - Method in class org.eclipse.jetty.http.HttpFields.ImmutableHttpFields
 
stream() - Method in class org.eclipse.jetty.http.HttpFields.Mutable.Wrapper
 
stream() - Method in class org.eclipse.jetty.http.HttpFields.MutableHttpFields
 
stream() - Method in interface org.eclipse.jetty.http.HttpFields
 
stream() - Method in class org.eclipse.jetty.http3.qpack.internal.metadata.Http3Fields
 
stream() - Method in class org.eclipse.jetty.io.internal.CompoundPool
 
stream() - Method in class org.eclipse.jetty.io.internal.QueuedPool
 
stream() - Method in class org.eclipse.jetty.server.internal.ResponseHttpFields
 
stream() - Method in class org.eclipse.jetty.start.Modules
 
stream() - Method in class org.eclipse.jetty.start.TextFile
 
stream() - Method in class org.eclipse.jetty.util.ConcurrentPool
 
stream() - Method in class org.eclipse.jetty.util.Fields
 
stream() - Method in class org.eclipse.jetty.util.LockedPool
 
stream() - Method in class org.eclipse.jetty.util.MultiReleaseJarFile
 
stream() - Method in interface org.eclipse.jetty.util.Pool
 
stream() - Method in class org.eclipse.jetty.util.Pool.Wrapper
 
Stream - Interface in org.eclipse.jetty.http2.api
A Stream represents a bidirectional exchange of data on top of a Session.
Stream - Interface in org.eclipse.jetty.http3.api
A Stream represents a bidirectional exchange of data within a Session.
STREAM - Enum constant in enum class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Protocol
 
STREAM_CLOSED_ERROR - Enum constant in enum class org.eclipse.jetty.http2.ErrorCode
Indicates that a stream frame has been received after the stream was closed.
STREAM_CREATION_ERROR - Enum constant in enum class org.eclipse.jetty.http3.HTTP3ErrorCode
 
STREAM_FAILURE - Static variable in class org.eclipse.jetty.http2.parser.HeaderBlockParser
 
STREAM_LIMIT_ERROR - Enum constant in enum class org.eclipse.jetty.quic.common.QuicErrorCode
 
STREAM_LIMIT_ERROR - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quic_error
 
stream_retrans_bytes - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_path_stats
 
stream_retrans_bytes - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_stats
 
STREAM_STATE_ERROR - Enum constant in enum class org.eclipse.jetty.quic.common.QuicErrorCode
 
STREAM_STATE_ERROR - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quic_error
 
STREAM_TYPE - Static variable in class org.eclipse.jetty.http3.DecoderStreamConnection
 
STREAM_TYPE - Static variable in class org.eclipse.jetty.http3.EncoderStreamConnection
 
STREAM_TYPE - Static variable in class org.eclipse.jetty.http3.internal.ControlStreamConnection
 
Stream.Client - Interface in org.eclipse.jetty.http3.api
The client side version of Stream.
Stream.Client.Listener - Interface in org.eclipse.jetty.http3.api
A Stream.Client.Listener is the passive counterpart of a Stream.Client and receives client-side events happening on an HTTP/3 stream.
Stream.Data - Class in org.eclipse.jetty.http2.api
A Retainable wrapper of a DataFrame.
Stream.Data - Class in org.eclipse.jetty.http3.api
A Stream.Data instance associates a ByteBuffer containing request bytes or response bytes.
Stream.Listener - Interface in org.eclipse.jetty.http2.api
A Stream.Listener is the passive counterpart of a Stream and receives events happening on an HTTP/2 stream.
Stream.Server - Interface in org.eclipse.jetty.http3.api
The server side version of Stream.
Stream.Server.Listener - Interface in org.eclipse.jetty.http3.api
A Stream.Server.Listener is the passive counterpart of a Stream.Server and receives server-side events happening on an HTTP/3 stream.
streamCancellation(long) - Method in class org.eclipse.jetty.http3.qpack.QpackDecoder
Tells the QpackDecoder that a particular stream has been cancelled.
streamCancellation(long) - Method in class org.eclipse.jetty.http3.qpack.QpackEncoder
Tells the QpackEncoder that a particular stream has been cancelled.
StreamCancellationInstruction - Class in org.eclipse.jetty.http3.qpack.internal.instruction
 
StreamCancellationInstruction(long) - Constructor for class org.eclipse.jetty.http3.qpack.internal.instruction.StreamCancellationInstruction
 
StreamContentParser - Class in org.eclipse.jetty.fcgi.parser
A stream content parser parses frame bodies of type STDIN, STDOUT and STDERR.
StreamContentParser(HeaderParser, FCGI.StreamType, Parser.Listener) - Constructor for class org.eclipse.jetty.fcgi.parser.StreamContentParser
 
streamException(String, Object...) - Method in class org.eclipse.jetty.http2.hpack.internal.MetaDataBuilder
 
streamException(String, Object...) - Method in class org.eclipse.jetty.http3.qpack.internal.metadata.MetaDataBuilder
 
StreamException(long, String) - Constructor for exception class org.eclipse.jetty.http3.qpack.QpackException.StreamException
 
StreamException(long, String, Throwable) - Constructor for exception class org.eclipse.jetty.http3.qpack.QpackException.StreamException
 
StreamException(String, Object...) - Constructor for exception class org.eclipse.jetty.http2.hpack.HpackException.StreamException
 
streamFailure(int, int, String) - Method in class org.eclipse.jetty.http2.parser.BodyParser
 
StreamFrame - Class in org.eclipse.jetty.http2.frames
 
StreamFrame(FrameType, int) - Constructor for class org.eclipse.jetty.http2.frames.StreamFrame
 
StreamInfo - Class in org.eclipse.jetty.http3.qpack.internal
 
StreamInfo(long) - Constructor for class org.eclipse.jetty.http3.qpack.internal.StreamInfo
 
StreamInfo.SectionInfo - Class in org.eclipse.jetty.http3.qpack.internal
 
streamOf(URLClassLoader) - Static method in class org.eclipse.jetty.util.URIUtil
Stream the URLClassLoader.getURLs() as URIs
streamResources() - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
StreamType - Enum Class in org.eclipse.jetty.quic.common
The QUIC stream type, either client or server initiated, and either unidirectional or bidirectional.
STRICT - Enum constant in enum class org.eclipse.jetty.http.HttpCookie.SameSite
The value Strict for the SameSite attribute
STRICT_TRANSPORT_SECURITY - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
stringEquals(String, String) - Static method in class org.eclipse.jetty.util.security.Credential
Utility method that replaces String.equals() to avoid timing attacks.
stringFrom(String, int) - Static method in class org.eclipse.jetty.util.StringUtil
Generate a string from another string repeated n times.
StringRequestContent - Class in org.eclipse.jetty.client
A Request.Content for strings.
StringRequestContent(String) - Constructor for class org.eclipse.jetty.client.StringRequestContent
 
StringRequestContent(String, String) - Constructor for class org.eclipse.jetty.client.StringRequestContent
 
StringRequestContent(String, String, Charset) - Constructor for class org.eclipse.jetty.client.StringRequestContent
 
StringRequestContent(String, Charset) - Constructor for class org.eclipse.jetty.client.StringRequestContent
 
Strings() - Constructor for class org.eclipse.jetty.start.NaturalSort.Strings
 
StringUtil - Class in org.eclipse.jetty.util
Fast String Utilities.
strip(String, String) - Static method in class org.eclipse.jetty.util.StringUtil
 
stripParameters(String) - Static method in class org.eclipse.jetty.http.HttpField
Get field value without parameters.
stripProtocol(String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
stripProtocol(Name) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
stripSuffixes(String) - Method in class org.eclipse.jetty.http.CompressedContentFormat
 
submit(ManagedSelector.SelectorUpdate) - Method in class org.eclipse.jetty.io.ManagedSelector
Submit an ManagedSelector.SelectorUpdate to be acted on between calls to Selector.select()
subscribe(Flow.Subscriber<? super Content.Chunk>) - Method in class org.eclipse.jetty.io.content.ContentSourcePublisher
 
succeeded() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.ProxyProtocolConnection
 
succeeded() - Method in class org.eclipse.jetty.client.transport.HttpDestination
 
succeeded() - Method in class org.eclipse.jetty.fcgi.server.internal.HttpStreamOverFCGI
 
succeeded() - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
succeeded() - Method in class org.eclipse.jetty.http2.internal.HTTP2Flusher
 
succeeded() - Method in class org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2
 
succeeded() - Method in class org.eclipse.jetty.http3.ControlFlusher
 
succeeded() - Method in class org.eclipse.jetty.http3.InstructionFlusher
 
succeeded() - Method in class org.eclipse.jetty.http3.MessageFlusher
 
succeeded() - Method in class org.eclipse.jetty.http3.server.internal.HttpStreamOverHTTP3
 
succeeded() - Method in class org.eclipse.jetty.io.internal.ContentCopier
 
succeeded() - Method in class org.eclipse.jetty.server.handler.gzip.GzipResponseAndCallback
 
succeeded() - Method in class org.eclipse.jetty.server.HttpStream.Wrapper
 
succeeded() - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelResponse
succeeded() - Method in class org.eclipse.jetty.server.internal.HttpConnection.HttpStreamOverHTTP1
 
succeeded() - Method in class org.eclipse.jetty.util.Callback.Completable
 
succeeded() - Method in interface org.eclipse.jetty.util.Callback.Completing
 
succeeded() - Method in class org.eclipse.jetty.util.Callback.Nested
 
succeeded() - Method in interface org.eclipse.jetty.util.Callback
Callback invoked when the operation completes.
succeeded() - Method in class org.eclipse.jetty.util.CountingCallback
 
succeeded() - Method in class org.eclipse.jetty.util.FutureCallback
 
succeeded() - Method in class org.eclipse.jetty.util.IteratingCallback
Method to invoke when the asynchronous sub-task succeeds.
succeeded() - Method in class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
Deprecated.
 
succeeded(C) - Method in class org.eclipse.jetty.util.FuturePromise
 
succeeded(C) - Method in interface org.eclipse.jetty.util.Promise
Callback invoked when the operation completes.
succeeded(Session) - Method in class org.eclipse.jetty.http2.client.transport.internal.HTTPSessionListenerPromise
 
succeeded(S) - Method in class org.eclipse.jetty.util.Promise.Completable
 
succeeded(W) - Method in class org.eclipse.jetty.util.Promise.Wrapper
 
SUCCEEDED - Enum constant in enum class org.eclipse.jetty.util.IteratingCallback.Action
Indicates that IteratingCallback.process() has completed the whole iteration successfully.
SUCCEEDED - Static variable in class org.eclipse.jetty.util.FutureCallback
 
SUFFIX_GLOB - Enum constant in enum class org.eclipse.jetty.http.pathmap.PathSpecGroup
For path specs that have a wildcard glob with a hardcoded suffix
sumOverflows(int, int) - Static method in class org.eclipse.jetty.util.MathUtils
Returns whether the sum of the arguments overflows an int.
SUPPORTED_SCHEMES - Static variable in class org.eclipse.jetty.util.resource.PathResource
 
sweep() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
sweep() - Method in class org.eclipse.jetty.client.transport.HttpDestination
 
sweep() - Method in class org.eclipse.jetty.client.transport.internal.HttpConnectionOverHTTP
 
sweep() - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpConnectionOverHTTP2
 
sweep() - Method in class org.eclipse.jetty.util.resource.FileSystemPool
 
sweep() - Method in interface org.eclipse.jetty.util.thread.Sweeper.Sweepable
 
sweepDisk(long) - Method in class org.eclipse.jetty.session.FileSessionDataStore
Check all session files for any context and remove any that expired at or before the time limit.
Sweeper - Class in org.eclipse.jetty.util.thread
A utility class to perform periodic sweeping of resources.
Sweeper(Scheduler, long) - Constructor for class org.eclipse.jetty.util.thread.Sweeper
 
Sweeper.Sweepable - Interface in org.eclipse.jetty.util.thread
A Sweeper.Sweepable resource implements this interface to signal to a Sweeper or to a parent container if it needs to be swept or not.
sweepFile(long, Path) - Method in class org.eclipse.jetty.session.FileSessionDataStore
Delete file (from any context) that expired at or before the given time
SWITCH_MODE - Enum constant in enum class org.eclipse.jetty.http3.parser.MessageParser.Result
Indicates that a DATA frame was expected, but a HEADERS was found instead.
SWITCHING_PROTOCOLS - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
SWITCHING_PROTOCOLS_101 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
SymlinkAllowedResourceAliasChecker - Class in org.eclipse.jetty.server
An extension of AllowedResourceAliasChecker which will allow symlinks alias to arbitrary targets, so long as the symlink file itself is an allowed resource.
SymlinkAllowedResourceAliasChecker(ContextHandler) - Constructor for class org.eclipse.jetty.server.SymlinkAllowedResourceAliasChecker
 
SymlinkAllowedResourceAliasChecker(ContextHandler, Resource) - Constructor for class org.eclipse.jetty.server.SymlinkAllowedResourceAliasChecker
 
Sync() - Constructor for class org.eclipse.jetty.util.SocketAddressResolver.Sync
 
Syntax - Class in org.eclipse.jetty.http
Collection of Syntax validation methods.
Syntax() - Constructor for class org.eclipse.jetty.http.Syntax
 

T

tag(Object) - Method in interface org.eclipse.jetty.client.Request
Tags this request with the given metadata tag.
tag(Object) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
tag(String) - Method in class org.eclipse.jetty.xml.XmlAppendable
 
tag(String, String) - Method in class org.eclipse.jetty.xml.XmlAppendable
 
tag(String, Map<String, String>) - Method in class org.eclipse.jetty.xml.XmlAppendable
 
tag(String, Map<String, String>, String) - Method in class org.eclipse.jetty.xml.XmlAppendable
 
Tag() - Constructor for class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1.Tag
Creates a Tag whose metadata will be derived from the underlying EndPoint.
Tag() - Constructor for class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
Creates a Tag whose metadata will be derived from the underlying EndPoint.
Tag(String, int) - Constructor for class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1.Tag
Creates a Tag with the given source metadata.
Tag(String, int) - Constructor for class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
Creates a Tag with the given source metadata.
Tag(String, int, List<ProxyProtocolClientConnectionFactory.V2.Tag.TLV>) - Constructor for class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
Creates a Tag with the given source metadata and Type-Length-Value (TLV) objects.
Tag(String, String, int, String, int) - Constructor for class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1.Tag
Creates a Tag with the given metadata.
Tag(ProxyProtocolClientConnectionFactory.V2.Tag.Command, ProxyProtocolClientConnectionFactory.V2.Tag.Family, ProxyProtocolClientConnectionFactory.V2.Tag.Protocol, String, int, String, int, List<ProxyProtocolClientConnectionFactory.V2.Tag.TLV>) - Constructor for class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
Creates a Tag with the given metadata.
tagCDATA(String, String) - Method in class org.eclipse.jetty.xml.XmlAppendable
 
take() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
takeAsImmutable() - Method in class org.eclipse.jetty.http.HttpFields.ImmutableHttpFields
 
takeAsImmutable() - Method in class org.eclipse.jetty.http.HttpFields.Mutable.Wrapper
 
takeAsImmutable() - Method in class org.eclipse.jetty.http.HttpFields.MutableHttpFields
 
takeAsImmutable() - Method in interface org.eclipse.jetty.http.HttpFields
Efficiently take the fields as an Immutable that cannot be changed by any further mutations to this instance.
takeAsImmutable() - Method in class org.eclipse.jetty.http3.qpack.internal.metadata.Http3Fields
 
takeAsImmutable() - Method in class org.eclipse.jetty.server.internal.ResponseHttpFields
 
takeByteArray() - Method in class org.eclipse.jetty.io.ByteBufferCallbackAccumulator
 
takeByteBuffer() - Method in class org.eclipse.jetty.io.ByteBufferAccumulator
 
takeByteBuffer() - Method in class org.eclipse.jetty.io.ByteBufferOutputStream2
Take the combined buffer containing all content written to the OutputStream.
takeCompleteString(Supplier<X>) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
Take the completely decoded string.
takeDirtyAttributes() - Method in class org.eclipse.jetty.nosql.NoSqlSessionDataStore.NoSqlSessionData
 
takeHttpParser() - Method in class org.eclipse.jetty.http.HttpTester.Input
 
takeInt(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert buffer to an integer.
takeOutput() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
takeOutputString() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
takeOutputString(Charset) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
takePartialString(Supplier<X>) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
Take the partially decoded string.
takeRetainableByteBuffer() - Method in class org.eclipse.jetty.io.ByteBufferAccumulator
Take the combined buffer containing all content written to the accumulator.
target() - Method in record class org.eclipse.jetty.server.ResourceService.WelcomeAction
Returns the value of the target record component.
TCHAR - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.Type
 
TE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
TE - Enum constant in enum class org.eclipse.jetty.http.HttpHeaderValue
 
TE_TRAILERS - Static variable in class org.eclipse.jetty.http3.qpack.internal.metadata.Http3Fields
 
TEMP_DIR - Static variable in interface org.eclipse.jetty.server.Deployable
 
TEMPORARY_REDIRECT - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
TEMPORARY_REDIRECT_307 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
terminate() - Method in class org.eclipse.jetty.io.internal.CompoundPool
 
terminate() - Method in class org.eclipse.jetty.io.internal.QueuedPool
 
terminate() - Method in class org.eclipse.jetty.util.ConcurrentPool
 
terminate() - Method in class org.eclipse.jetty.util.LockedPool
 
terminate() - Method in interface org.eclipse.jetty.util.Pool
Terminates this Pool.
terminate() - Method in class org.eclipse.jetty.util.Pool.Wrapper
 
terminate(Throwable) - Method in class org.eclipse.jetty.http2.internal.HTTP2Flusher
 
terminated(Pool<T>, Collection<Pool.Entry<T>>) - Method in interface org.eclipse.jetty.util.LockedPool.Tracker
Callback method invoked when the Pool is terminated.
terminateRequest() - Method in class org.eclipse.jetty.client.transport.HttpExchange
 
terminateResponse() - Method in class org.eclipse.jetty.client.transport.HttpExchange
 
TerminatingPatternRule - Class in org.eclipse.jetty.rewrite.handler
If this rule matches, terminates the processing of other rules, allowing the request to be processed by the handlers after the RewriteHandler.
TerminatingPatternRule() - Constructor for class org.eclipse.jetty.rewrite.handler.TerminatingPatternRule
 
TerminatingPatternRule(String) - Constructor for class org.eclipse.jetty.rewrite.handler.TerminatingPatternRule
 
TerminatingRegexRule - Class in org.eclipse.jetty.rewrite.handler
If this rule matches, terminate the processing of other rules.
TerminatingRegexRule() - Constructor for class org.eclipse.jetty.rewrite.handler.TerminatingRegexRule
 
TerminatingRegexRule(String) - Constructor for class org.eclipse.jetty.rewrite.handler.TerminatingRegexRule
 
test(String) - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
 
test(String) - Method in class org.eclipse.jetty.util.RegexSet
 
test(InetAddress) - Method in class org.eclipse.jetty.util.InetAddressSet
 
test(URI) - Method in class org.eclipse.jetty.util.UriPatternPredicate
 
test(Predicate<T>, T, Request) - Method in class org.eclipse.jetty.server.handler.ContextHandler.ScopedContext
 
test(Connection) - Method in class org.eclipse.jetty.io.IncludeExcludeConnectionStatistics.ConnectionSet
 
test(InetAccessSet.AccessTuple) - Method in class org.eclipse.jetty.server.handler.InetAccessSet
 
test(Resource) - Method in class org.eclipse.jetty.util.resource.ResourceUriPatternPredicate
 
test(P) - Method in class org.eclipse.jetty.util.IncludeExcludeSet
Test includes and excludes for match.
TestFileInitializer - Class in org.eclipse.jetty.start.fileinits
In a start testing scenario, it is often not important to actually download or initialize a file, this implementation is merely a no-op for the FileInitializer
TestFileInitializer(BaseHome) - Constructor for class org.eclipse.jetty.start.fileinits.TestFileInitializer
 
TEXT_HTML - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
TEXT_HTML_8859_1 - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
TEXT_HTML_UTF_8 - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
TEXT_JSON - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
TEXT_JSON_8859_1 - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
TEXT_JSON_UTF_8 - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
TEXT_PLAIN - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
TEXT_PLAIN_8859_1 - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
TEXT_PLAIN_UTF_8 - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
TEXT_XML - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
TEXT_XML_8859_1 - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
TEXT_XML_UTF_8 - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
TextFile - Class in org.eclipse.jetty.start
Simple common abstraction for Text files, that consist of a series of lines.
TextFile(Path) - Constructor for class org.eclipse.jetty.start.TextFile
 
THREAD_ID - Enum constant in enum class org.eclipse.jetty.util.ConcurrentPool.StrategyType
A strategy that uses the Thread.getId() of the current thread to select a starting point for an entry search.
ThreadClassLoaderScope - Class in org.eclipse.jetty.util.thread
 
ThreadClassLoaderScope(ClassLoader) - Constructor for class org.eclipse.jetty.util.thread.ThreadClassLoaderScope
 
ThreadLimitHandler - Class in org.eclipse.jetty.server.handler
Handler to limit the threads per IP address for DOS protection
ThreadLimitHandler() - Constructor for class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
ThreadLimitHandler(String) - Constructor for class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
ThreadLimitHandler(String, boolean) - Constructor for class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
ThreadLimitHandler(Handler, String, boolean) - Constructor for class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
ThreadPool - Interface in org.eclipse.jetty.util.thread
A pool for threads.
ThreadPool.SizedThreadPool - Interface in org.eclipse.jetty.util.thread
Specialized sub-interface of ThreadPool that allows to get/set the minimum and maximum number of threads of the pool.
ThreadPoolBudget - Class in org.eclipse.jetty.util.thread
A budget of required thread usage, used to warn or error for insufficient configured threads.
ThreadPoolBudget(ThreadPool.SizedThreadPool) - Constructor for class org.eclipse.jetty.util.thread.ThreadPoolBudget
Construct a budget for a SizedThreadPool.
ThreadPoolBudget.Lease - Interface in org.eclipse.jetty.util.thread
 
ThreadPoolBudget.Leased - Class in org.eclipse.jetty.util.thread
An allocation of threads
throwAsUnchecked(HttpException) - Static method in interface org.eclipse.jetty.http.HttpException
 
tick() - Method in class org.eclipse.jetty.util.DateCache
 
Tick(long, String) - Constructor for class org.eclipse.jetty.util.DateCache.Tick
 
timeout(long, TimeUnit) - Method in interface org.eclipse.jetty.client.Request
 
timeout(long, TimeUnit) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
TimerScheduler - Class in org.eclipse.jetty.util.thread
A scheduler based on the the JVM Timer class
TimerScheduler() - Constructor for class org.eclipse.jetty.util.thread.TimerScheduler
 
TimerScheduler(String, boolean) - Constructor for class org.eclipse.jetty.util.thread.TimerScheduler
 
timespec - Class in org.eclipse.jetty.quic.quiche.jna
 
timespec() - Constructor for class org.eclipse.jetty.quic.quiche.jna.timespec
 
TLS_VERSION - Static variable in class org.eclipse.jetty.server.ProxyConnectionFactory
 
TLV(int, byte[]) - Constructor for class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.TLV
 
to - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_recv_info
 
to - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_send_info
 
to_len - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_recv_info
 
to_len - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_send_info
 
to_sock_addr(SocketAddress) - Static method in interface org.eclipse.jetty.quic.quiche.jna.linux.netinet_linux
 
to_sock_addr(SocketAddress) - Static method in interface org.eclipse.jetty.quic.quiche.jna.macos.netinet_macos
 
to_sock_addr(SocketAddress) - Static method in interface org.eclipse.jetty.quic.quiche.jna.windows.netinet_windows
 
to_sockaddr() - Method in class org.eclipse.jetty.quic.quiche.jna.linux.netinet_linux.sockaddr_in
 
to_sockaddr() - Method in class org.eclipse.jetty.quic.quiche.jna.linux.netinet_linux.sockaddr_in6
 
to_sockaddr() - Method in class org.eclipse.jetty.quic.quiche.jna.macos.netinet_macos.sockaddr_in
 
to_sockaddr() - Method in class org.eclipse.jetty.quic.quiche.jna.macos.netinet_macos.sockaddr_in6
 
to_sockaddr() - Method in class org.eclipse.jetty.quic.quiche.jna.windows.netinet_windows.sockaddr_in
 
to_sockaddr() - Method in class org.eclipse.jetty.quic.quiche.jna.windows.netinet_windows.sockaddr_in6
 
toArray(Object, Class<?>) - Static method in class org.eclipse.jetty.util.LazyList
Convert a lazylist to an array
toArray(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert a ByteBuffer to a byte array.
toBuffer() - Method in enum class org.eclipse.jetty.http.HttpHeader
 
toBuffer() - Method in enum class org.eclipse.jetty.http.HttpHeaderValue
 
toBuffer() - Method in enum class org.eclipse.jetty.http.HttpVersion
 
toBuffer(byte[]) - Static method in class org.eclipse.jetty.util.BufferUtil
Create a new ByteBuffer using provided byte array.
toBuffer(byte[], int, int) - Static method in class org.eclipse.jetty.util.BufferUtil
Create a new ByteBuffer using the provided byte array.
toBuffer(int) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toBuffer(long) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toBuffer(String) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toBuffer(String, Charset) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toBuffer(Resource, boolean) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toByteArray() - Method in class org.eclipse.jetty.io.ByteBufferAccumulator
 
toByteArray() - Method in class org.eclipse.jetty.io.ByteBufferOutputStream2
 
toByteBuffer() - Method in class org.eclipse.jetty.io.ByteBufferOutputStream2
Take the combined buffer containing all content written to the OutputStream.
toBytes() - Method in enum class org.eclipse.jetty.http.HttpVersion
 
toCanonicalName(Name) - Method in class org.eclipse.jetty.jndi.NamingContext
Remove leading or trailing empty components from name.
toCanonicalPath(String) - Static method in class org.eclipse.jetty.util.resource.AttributeNormalizer
 
toCanonicalURI(String) - Static method in class org.eclipse.jetty.util.resource.AttributeNormalizer
 
toCanonicalURI(URI) - Static method in class org.eclipse.jetty.util.resource.AttributeNormalizer
 
toCentralURI() - Method in class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer.Coordinates
 
toCentralURI(String) - Method in class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer.Coordinates
 
toClassReference(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
Return the Classpath / Classloader reference for the provided class file.
toClassReference(String) - Static method in class org.eclipse.jetty.util.TypeUtil
Return the Classpath / Classloader reference for the provided class file.
toCompleteString() - Method in class org.eclipse.jetty.util.CharsetStringBuilder.ReportingUtf8StringBuilder
 
toCompleteString() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
Get the completely decoded string, which is equivalent to calling Utf8StringBuilder.complete() then Utf8StringBuilder.toString().
toConnectionString() - Method in class org.eclipse.jetty.client.transport.internal.HttpConnectionOverHTTP
 
toConnectionString() - Method in class org.eclipse.jetty.fcgi.client.transport.internal.HttpConnectionOverFCGI
 
toConnectionString() - Method in class org.eclipse.jetty.http3.HTTP3StreamConnection
 
toConnectionString() - Method in class org.eclipse.jetty.io.AbstractConnection
 
toConnectionString() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
toConnectionString() - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
toConnectionString() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.DownstreamConnection
 
toConnectionString() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.UpstreamConnection
 
toConnectionString() - Method in class org.eclipse.jetty.server.internal.HttpConnection
 
toDetailString(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert Buffer to a detail debug string of pointers and content
toDetailString(ByteBuffer[]) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toDirectBuffer(String) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toDirectBuffer(String, Charset) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toEndPointString() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
toEndPointString() - Method in class org.eclipse.jetty.io.SelectableChannelEndPoint
 
toHeaderValue(long) - Method in record class org.eclipse.jetty.http.ByteRange
Returns the value for the Content-Range response header corresponding to this byte range.
toHex(byte, Appendable) - Static method in class org.eclipse.jetty.util.TypeUtil
 
toHex(int, Appendable) - Static method in class org.eclipse.jetty.util.TypeUtil
 
toHex(long, Appendable) - Static method in class org.eclipse.jetty.util.TypeUtil
 
toHexString(byte) - Static method in class org.eclipse.jetty.util.StringUtil
 
toHexString(byte) - Static method in class org.eclipse.jetty.util.TypeUtil
Deprecated.
toHexString(byte[]) - Static method in class org.eclipse.jetty.util.StringUtil
 
toHexString(byte[]) - Static method in class org.eclipse.jetty.util.TypeUtil
Deprecated.
toHexString(byte[], int, int) - Static method in class org.eclipse.jetty.util.StringUtil
 
toHexString(byte[], int, int) - Static method in class org.eclipse.jetty.util.TypeUtil
toHexString(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert buffer to a Hex String.
toHexSummary(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert buffer to a Hex Summary String.
toIDString(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert Buffer to string ID independent of content
toInt(String, int) - Static method in class org.eclipse.jetty.util.StringUtil
Convert String to an integer.
toInt(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert buffer to an integer.
toInt(ByteBuffer, int, int) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert buffer to an integer.
toISO88591String(ByteBuffer, int) - Static method in class org.eclipse.jetty.http2.hpack.HpackDecoder
 
toJarFileUri(URI) - Static method in class org.eclipse.jetty.util.URIUtil
Take an arbitrary URI and provide a URI that is suitable for mounting the URI as a Java FileSystem.
tokenize(String) - Method in class org.eclipse.jetty.util.LegacyQuotedStringTokenizer
 
tokenize(String) - Method in interface org.eclipse.jetty.util.QuotedStringTokenizer
Tokenize the passed string into an Iterator of tokens split from the string by delimiters.
tokenize(String) - Method in class org.eclipse.jetty.util.RFC9110QuotedStringTokenizer
 
TOKENS - Static variable in class org.eclipse.jetty.http.HttpTokens
 
TokenValidationException(String) - Constructor for exception class org.eclipse.jetty.quic.quiche.QuicheConnection.TokenValidationException
 
toLong(String) - Static method in class org.eclipse.jetty.util.StringUtil
Convert String to an long.
toLong(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert buffer to an long.
toMappedBuffer(Path) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toMappedBuffer(Path, long, long) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toMappedBuffer(Resource) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toMappedBuffer(Resource, long, long) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toMetadataPath() - Method in class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer.Coordinates
 
toMidnight(ZonedDateTime) - Static method in class org.eclipse.jetty.util.RolloverFileOutputStream
Get the "start of day" for the provided DateTime at the zone specified.
toName(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
Canonical name for a type.
toNonSatisfiableHeaderValue(long) - Static method in record class org.eclipse.jetty.http.ByteRange
Returns the value for the Content-Range response header when the range is non satisfiable and therefore the response status code is HttpStatus.RANGE_NOT_SATISFIABLE_416.
TOO_MANY_CIDS_REQUESTED - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.tls_alert
 
TOO_MANY_REQUESTS - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
TOO_MANY_REQUESTS_429 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
toPartialString() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
toPath() - Method in class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer.Coordinates
 
toPath(String) - Static method in class org.eclipse.jetty.start.FS
 
TopologicalSort<T> - Class in org.eclipse.jetty.util
Topological sort a list or array.
TopologicalSort() - Constructor for class org.eclipse.jetty.util.TopologicalSort
 
toQuotedString() - Method in class org.eclipse.jetty.start.CommandLineBuilder
A version of CommandLineBuilder.toString() where every arg is evaluated for potential ' (single-quote tick) wrapping.
toRealPath(Path) - Static method in class org.eclipse.jetty.start.FS
 
toRedirectURI(Request, String) - Static method in interface org.eclipse.jetty.server.Request
Common point to generate a proper "Location" header for redirects.
toRelativePath(Path, Path) - Static method in class org.eclipse.jetty.start.FS
 
toRetainableByteBuffer() - Method in class org.eclipse.jetty.io.ByteBufferAccumulator
Take the combined buffer containing all content written to the accumulator.
toShortForm(String) - Method in class org.eclipse.jetty.start.BaseHome
Replace/Shorten arbitrary path with property strings "${jetty.home}" or "${jetty.base}" where appropriate.
toShortForm(Path) - Method in class org.eclipse.jetty.start.BaseHome.SearchDir
 
toShortForm(Path) - Method in class org.eclipse.jetty.start.BaseHome
Replace/Shorten arbitrary path with property strings "${jetty.home}" or "${jetty.base}" where appropriate.
toShortName(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
 
toShortString() - Method in class org.eclipse.jetty.start.Version
Return short string form (without suffix)
toSnapshotMetadataXmlURI() - Method in class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer.Coordinates
 
toStarString() - Method in class org.eclipse.jetty.util.security.Password
 
toStateString() - Method in class org.eclipse.jetty.io.FillInterest
 
toStateString() - Method in class org.eclipse.jetty.io.WriteFlusher
 
toString() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
toString() - Method in class org.eclipse.jetty.client.BasicAuthentication.BasicResult
 
toString() - Method in class org.eclipse.jetty.client.internal.HttpContentResponse
 
toString() - Method in class org.eclipse.jetty.client.Origin.Address
 
toString() - Method in class org.eclipse.jetty.client.Origin.Protocol
 
toString() - Method in class org.eclipse.jetty.client.Origin
 
toString() - Method in class org.eclipse.jetty.client.ProxyConfiguration.Proxy
 
toString() - Method in class org.eclipse.jetty.client.Result
 
toString() - Method in class org.eclipse.jetty.client.transport.HttpChannel
 
toString() - Method in class org.eclipse.jetty.client.transport.HttpConnection
 
toString() - Method in class org.eclipse.jetty.client.transport.HttpConversation
 
toString() - Method in class org.eclipse.jetty.client.transport.HttpDestination
 
toString() - Method in class org.eclipse.jetty.client.transport.HttpExchange
 
toString() - Method in class org.eclipse.jetty.client.transport.HttpReceiver
 
toString() - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
toString() - Method in class org.eclipse.jetty.client.transport.HttpResponse
 
toString() - Method in class org.eclipse.jetty.client.transport.HttpSender
 
toString() - Method in class org.eclipse.jetty.client.transport.internal.HttpChannelOverHTTP
 
toString() - Method in class org.eclipse.jetty.client.transport.internal.HttpReceiverOverHTTP
 
toString() - Method in class org.eclipse.jetty.client.transport.internal.HttpSenderOverHTTP
 
toString() - Method in class org.eclipse.jetty.client.transport.SendFailure
 
toString() - Method in class org.eclipse.jetty.client.ValidatingConnectionPool
 
toString() - Method in class org.eclipse.jetty.deploy.App
 
toString() - Method in class org.eclipse.jetty.deploy.graph.Edge
 
toString() - Method in class org.eclipse.jetty.deploy.graph.Node
 
toString() - Method in class org.eclipse.jetty.deploy.graph.Route
 
toString() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
toString() - Method in class org.eclipse.jetty.fcgi.server.internal.HttpStreamOverFCGI
 
toString() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
toString() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
toString() - Method in record class org.eclipse.jetty.http.ByteRange
Returns a string representation of this record class.
toString() - Method in class org.eclipse.jetty.http.CompressedContentFormat
 
toString() - Method in class org.eclipse.jetty.http.content.HttpContent.Wrapper
 
toString() - Method in class org.eclipse.jetty.http.content.PreCompressedHttpContent
 
toString() - Method in class org.eclipse.jetty.http.content.PreCompressedHttpContentFactory
 
toString() - Method in class org.eclipse.jetty.http.content.ResourceHttpContent
 
toString() - Method in class org.eclipse.jetty.http.content.ResourceHttpContentFactory
 
toString() - Method in class org.eclipse.jetty.http.content.VirtualHttpContentFactory
 
toString() - Method in class org.eclipse.jetty.http.CookieCompliance
 
toString() - Method in class org.eclipse.jetty.http.HttpCompliance
 
toString() - Method in class org.eclipse.jetty.http.HttpCookie.Immutable
 
toString() - Method in class org.eclipse.jetty.http.HttpCookie.JavaNetHttpCookie
 
toString() - Method in class org.eclipse.jetty.http.HttpCookie.Wrapper
 
toString() - Method in class org.eclipse.jetty.http.HttpField
 
toString() - Method in class org.eclipse.jetty.http.HttpFields.ImmutableHttpFields
 
toString() - Method in class org.eclipse.jetty.http.HttpFields.MutableHttpFields
 
toString() - Method in class org.eclipse.jetty.http.HttpGenerator
 
toString() - Method in enum class org.eclipse.jetty.http.HttpHeader
 
toString() - Method in enum class org.eclipse.jetty.http.HttpHeaderValue
 
toString() - Method in enum class org.eclipse.jetty.http.HttpMethod
 
toString() - Method in class org.eclipse.jetty.http.HttpParser
 
toString() - Method in enum class org.eclipse.jetty.http.HttpScheme
 
toString() - Method in enum class org.eclipse.jetty.http.HttpStatus.Code
 
toString() - Method in class org.eclipse.jetty.http.HttpTester.Request
 
toString() - Method in class org.eclipse.jetty.http.HttpTester.Response
 
toString() - Method in class org.eclipse.jetty.http.HttpTokens.Token
 
toString() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
toString() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
toString() - Method in enum class org.eclipse.jetty.http.HttpVersion
 
toString() - Method in class org.eclipse.jetty.http.MetaData.Request
 
toString() - Method in class org.eclipse.jetty.http.MetaData.Response
 
toString() - Method in class org.eclipse.jetty.http.MetaData
 
toString() - Method in enum class org.eclipse.jetty.http.MimeTypes.Type
 
toString() - Method in class org.eclipse.jetty.http.MultiPart.ByteBufferPart
 
toString() - Method in class org.eclipse.jetty.http.MultiPart.ChunksPart
 
toString() - Method in class org.eclipse.jetty.http.MultiPart.ContentSourcePart
 
toString() - Method in class org.eclipse.jetty.http.MultiPart.PathPart
 
toString() - Method in class org.eclipse.jetty.http.pathmap.AbstractPathSpec
 
toString() - Method in class org.eclipse.jetty.http.pathmap.MappedResource
 
toString() - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
toString() - Method in class org.eclipse.jetty.http.QuotedCSV
 
toString() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
 
toString() - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
 
toString() - Method in class org.eclipse.jetty.http.UriCompliance
 
toString() - Method in class org.eclipse.jetty.http2.api.Stream.Data
 
toString() - Method in class org.eclipse.jetty.http2.BufferingFlowControlStrategy
 
toString() - Method in class org.eclipse.jetty.http2.client.transport.ClientConnectionFactoryOverHTTP2.HTTP2
 
toString() - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpChannelOverHTTP2
 
toString() - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpConnectionOverHTTP2
 
toString() - Method in class org.eclipse.jetty.http2.frames.ContinuationFrame
 
toString() - Method in class org.eclipse.jetty.http2.frames.DataFrame
 
toString() - Method in class org.eclipse.jetty.http2.frames.Frame
 
toString() - Method in class org.eclipse.jetty.http2.frames.GoAwayFrame
 
toString() - Method in class org.eclipse.jetty.http2.frames.HeadersFrame
 
toString() - Method in class org.eclipse.jetty.http2.frames.PriorityFrame
 
toString() - Method in class org.eclipse.jetty.http2.frames.PushPromiseFrame
 
toString() - Method in class org.eclipse.jetty.http2.frames.ResetFrame
 
toString() - Method in class org.eclipse.jetty.http2.frames.SettingsFrame
 
toString() - Method in class org.eclipse.jetty.http2.frames.UnknownFrame
 
toString() - Method in class org.eclipse.jetty.http2.frames.WindowUpdateFrame
 
toString() - Method in class org.eclipse.jetty.http2.hpack.HpackContext.Entry
 
toString() - Method in class org.eclipse.jetty.http2.hpack.HpackContext
 
toString() - Method in class org.eclipse.jetty.http2.hpack.HpackDecoder
 
toString() - Method in class org.eclipse.jetty.http2.hpack.internal.AuthorityHttpField
 
toString() - Method in class org.eclipse.jetty.http2.hpack.internal.StaticTableHttpField
 
toString() - Method in class org.eclipse.jetty.http2.HTTP2Connection.HTTP2Producer
 
toString() - Method in class org.eclipse.jetty.http2.HTTP2Session.Entry
 
toString() - Method in class org.eclipse.jetty.http2.HTTP2Session
 
toString() - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
toString() - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
 
toString() - Method in class org.eclipse.jetty.http2.internal.HTTP2Flusher
 
toString() - Method in class org.eclipse.jetty.http2.parser.HeaderParser
 
toString() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer
 
toString() - Method in class org.eclipse.jetty.http3.api.Stream.Data
 
toString() - Method in class org.eclipse.jetty.http3.client.transport.ClientConnectionFactoryOverHTTP3.HTTP3
 
toString() - Method in class org.eclipse.jetty.http3.client.transport.internal.HttpChannelOverHTTP3
 
toString() - Method in class org.eclipse.jetty.http3.ControlFlusher
 
toString() - Method in class org.eclipse.jetty.http3.frames.DataFrame
 
toString() - Method in class org.eclipse.jetty.http3.frames.Frame
 
toString() - Method in class org.eclipse.jetty.http3.frames.GoAwayFrame
 
toString() - Method in class org.eclipse.jetty.http3.frames.HeadersFrame
 
toString() - Method in class org.eclipse.jetty.http3.frames.SettingsFrame
 
toString() - Method in class org.eclipse.jetty.http3.HTTP3Session
 
toString() - Method in class org.eclipse.jetty.http3.HTTP3Stream
 
toString() - Method in class org.eclipse.jetty.http3.InstructionFlusher
 
toString() - Method in class org.eclipse.jetty.http3.qpack.internal.instruction.DuplicateInstruction
 
toString() - Method in class org.eclipse.jetty.http3.qpack.internal.instruction.IndexedNameEntryInstruction
 
toString() - Method in class org.eclipse.jetty.http3.qpack.internal.instruction.InsertCountIncrementInstruction
 
toString() - Method in class org.eclipse.jetty.http3.qpack.internal.instruction.LiteralNameEntryInstruction
 
toString() - Method in class org.eclipse.jetty.http3.qpack.internal.instruction.SectionAcknowledgmentInstruction
 
toString() - Method in class org.eclipse.jetty.http3.qpack.internal.instruction.SetCapacityInstruction
 
toString() - Method in class org.eclipse.jetty.http3.qpack.internal.instruction.StreamCancellationInstruction
 
toString() - Method in class org.eclipse.jetty.http3.qpack.internal.metadata.AuthorityHttpField
 
toString() - Method in class org.eclipse.jetty.http3.qpack.internal.metadata.StaticTableHttpField
 
toString() - Method in class org.eclipse.jetty.http3.qpack.internal.table.DynamicTable
 
toString() - Method in class org.eclipse.jetty.http3.qpack.internal.table.Entry
 
toString() - Method in class org.eclipse.jetty.http3.qpack.QpackDecoder
 
toString() - Method in class org.eclipse.jetty.io.AbstractConnection
 
toString() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
toString() - Method in class org.eclipse.jetty.io.AbstractRetainableByteBuffer
 
toString() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
 
toString() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
toString() - Method in class org.eclipse.jetty.io.ByteBufferOutputStream2
 
toString() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
 
toString() - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
toString() - Method in class org.eclipse.jetty.io.FillInterest
 
toString() - Method in class org.eclipse.jetty.io.internal.ByteBufferChunk
 
toString() - Method in class org.eclipse.jetty.io.internal.ByteBufferChunk.WithReferenceCount
 
toString() - Method in class org.eclipse.jetty.io.internal.ByteBufferChunk.WithRetainable
 
toString() - Method in class org.eclipse.jetty.io.ManagedSelector
 
toString() - Method in class org.eclipse.jetty.io.Retainable.ReferenceCounter
 
toString() - Method in class org.eclipse.jetty.io.Retainable.Wrapper
 
toString() - Method in class org.eclipse.jetty.io.SelectorManager
 
toString() - Method in class org.eclipse.jetty.io.ssl.SslConnection.SslEndPoint
 
toString() - Method in class org.eclipse.jetty.io.WriteFlusher
 
toString() - Method in class org.eclipse.jetty.jndi.NamingContext
 
toString() - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
 
toString() - Method in class org.eclipse.jetty.quic.common.CloseInfo
 
toString() - Method in class org.eclipse.jetty.quic.common.ProtocolSession
 
toString() - Method in class org.eclipse.jetty.quic.common.QuicSession
 
toString() - Method in class org.eclipse.jetty.quic.common.QuicStreamEndPoint
 
toString() - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheBinding
 
toString() - Method in class org.eclipse.jetty.quic.quiche.QuicheConnectionId
 
toString() - Method in class org.eclipse.jetty.rewrite.handler.CookiePatternRule
 
toString() - Method in class org.eclipse.jetty.rewrite.handler.HeaderPatternRule
 
toString() - Method in class org.eclipse.jetty.rewrite.handler.HeaderRegexRule
 
toString() - Method in class org.eclipse.jetty.rewrite.handler.HeaderRule
 
toString() - Method in class org.eclipse.jetty.rewrite.handler.InvalidURIRule
 
toString() - Method in class org.eclipse.jetty.rewrite.handler.PatternRule
 
toString() - Method in class org.eclipse.jetty.rewrite.handler.RedirectPatternRule
 
toString() - Method in class org.eclipse.jetty.rewrite.handler.RedirectRegexRule
Returns the redirect status code and replacement.
toString() - Method in class org.eclipse.jetty.rewrite.handler.RegexRule
 
toString() - Method in class org.eclipse.jetty.rewrite.handler.ResponsePatternRule
 
toString() - Method in class org.eclipse.jetty.rewrite.handler.RewritePatternRule
 
toString() - Method in class org.eclipse.jetty.rewrite.handler.RewriteRegexRule
 
toString() - Method in class org.eclipse.jetty.rewrite.handler.Rule
Returns the handling and terminating flag values.
toString() - Method in class org.eclipse.jetty.security.AbstractLoginService
 
toString() - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator.UserAuthenticationSucceeded
 
toString() - Method in class org.eclipse.jetty.security.authentication.SessionAuthentication
 
toString() - Method in class org.eclipse.jetty.security.internal.DefaultUserIdentity
 
toString() - Method in class org.eclipse.jetty.security.internal.RoleRunAsToken
 
toString() - Method in class org.eclipse.jetty.security.jaas.JAASPrincipal
 
toString() - Method in class org.eclipse.jetty.security.jaas.JAASUserPrincipal
 
toString() - Method in class org.eclipse.jetty.security.PropertyUserStore
 
toString() - Method in class org.eclipse.jetty.security.SecurityHandler.NotChecked
 
toString() - Method in class org.eclipse.jetty.security.UserPrincipal
 
toString() - Method in class org.eclipse.jetty.security.UserStore
 
toString() - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
 
toString() - Method in class org.eclipse.jetty.server.AbstractConnector
 
toString() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
toString() - Method in class org.eclipse.jetty.server.AllowedResourceAliasChecker
 
toString() - Method in record class org.eclipse.jetty.server.CustomRequestLog.LogDetail
Returns a string representation of this record class.
toString() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
toString() - Method in class org.eclipse.jetty.server.handler.ContextHandler.ScopedContext
 
toString() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
toString() - Method in class org.eclipse.jetty.server.handler.DefaultHandler
 
toString() - Method in class org.eclipse.jetty.server.handler.ErrorHandler.ErrorRequest
 
toString() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
toString() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
toString() - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelRequest
 
toString() - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelResponse
 
toString() - Method in class org.eclipse.jetty.server.internal.HttpChannelState
 
toString() - Method in class org.eclipse.jetty.server.internal.MultiPartParser
 
toString() - Method in class org.eclipse.jetty.server.internal.ResponseHttpFields
 
toString() - Method in class org.eclipse.jetty.server.LowResourceMonitor.ConnectorsThreadPoolLowResourceCheck
 
toString() - Method in class org.eclipse.jetty.server.LowResourceMonitor.MainThreadPoolLowResourceCheck
 
toString() - Method in class org.eclipse.jetty.server.LowResourceMonitor.MaxConnectionsLowResourceCheck
 
toString() - Method in class org.eclipse.jetty.server.LowResourceMonitor.MemoryLowResourceCheck
 
toString() - Method in class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
 
toString() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
toString() - Method in class org.eclipse.jetty.server.ResourceService
 
toString() - Method in record class org.eclipse.jetty.server.ResourceService.WelcomeAction
Returns a string representation of this record class.
toString() - Method in record class org.eclipse.jetty.server.SecureRequestCustomizer.SslSessionData
Returns a string representation of this record class.
toString() - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 
toString() - Method in class org.eclipse.jetty.server.Server
 
toString() - Method in class org.eclipse.jetty.server.ServerConnector.ServerConnectorManager
 
toString() - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
toString() - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
toString() - Method in class org.eclipse.jetty.session.AbstractSessionCache
 
toString() - Method in class org.eclipse.jetty.session.AbstractSessionDataStore
 
toString() - Method in record class org.eclipse.jetty.session.AbstractSessionManager.RequestedSession
Returns a string representation of this record class.
toString() - Method in class org.eclipse.jetty.session.DatabaseAdaptor
 
toString() - Method in class org.eclipse.jetty.session.DefaultSessionIdManager
 
toString() - Method in class org.eclipse.jetty.session.FileSessionDataStore
 
toString() - Method in class org.eclipse.jetty.session.HouseKeeper
 
toString() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
toString() - Method in class org.eclipse.jetty.session.ManagedSession
 
toString() - Method in class org.eclipse.jetty.session.SessionContext
 
toString() - Method in class org.eclipse.jetty.session.SessionData
 
toString() - Method in class org.eclipse.jetty.start.Classpath
 
toString() - Method in class org.eclipse.jetty.start.CommandLineBuilder
 
toString() - Method in class org.eclipse.jetty.start.config.CommandLineConfigSource
 
toString() - Method in class org.eclipse.jetty.start.config.ConfigSources
 
toString() - Method in class org.eclipse.jetty.start.config.DirConfigSource
 
toString() - Method in class org.eclipse.jetty.start.FileArg
 
toString() - Method in class org.eclipse.jetty.start.Module
 
toString() - Method in class org.eclipse.jetty.start.Modules
 
toString() - Method in class org.eclipse.jetty.start.Props.Prop
 
toString() - Method in class org.eclipse.jetty.start.Props
 
toString() - Method in class org.eclipse.jetty.start.StartArgs
 
toString() - Method in class org.eclipse.jetty.start.StartEnvironment
 
toString() - Method in class org.eclipse.jetty.start.TextFile
 
toString() - Method in class org.eclipse.jetty.start.Version
 
toString() - Method in class org.eclipse.jetty.util.AtomicBiInteger
 
toString() - Method in class org.eclipse.jetty.util.Attributes.Lazy
 
toString() - Method in class org.eclipse.jetty.util.Attributes.Mapped
 
toString() - Method in class org.eclipse.jetty.util.AttributesMap
Deprecated.
 
toString() - Method in class org.eclipse.jetty.util.Callback.Nested
 
toString() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
toString() - Method in class org.eclipse.jetty.util.component.AttributeContainerMap
 
toString() - Method in class org.eclipse.jetty.util.component.Environment.Named
 
toString() - Method in class org.eclipse.jetty.util.compression.CompressionPool
 
toString() - Method in class org.eclipse.jetty.util.ConcurrentPool.ConcurrentEntry
 
toString() - Method in class org.eclipse.jetty.util.ConcurrentPool
 
toString() - Method in exception class org.eclipse.jetty.util.ConstantThrowable
 
toString() - Method in class org.eclipse.jetty.util.CountingCallback
 
toString() - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
 
toString() - Method in class org.eclipse.jetty.util.Fields.Field
 
toString() - Method in class org.eclipse.jetty.util.Fields
 
toString() - Method in class org.eclipse.jetty.util.FutureCallback
 
toString() - Method in class org.eclipse.jetty.util.FuturePromise
 
toString() - Method in class org.eclipse.jetty.util.HostPort
 
toString() - Method in class org.eclipse.jetty.util.IncludeExcludeSet
 
toString() - Method in class org.eclipse.jetty.util.Index.Builder
 
toString() - Method in class org.eclipse.jetty.util.InetAddressPattern
 
toString() - Method in class org.eclipse.jetty.util.IteratingCallback
 
toString() - Method in class org.eclipse.jetty.util.IteratingNestedCallback
 
toString() - Method in class org.eclipse.jetty.util.JavaVersion
 
toString() - Method in class org.eclipse.jetty.util.LeakDetector.LeakInfo
 
toString() - Method in class org.eclipse.jetty.util.MultiMap
 
toString() - Method in class org.eclipse.jetty.util.MultiReleaseJarFile
 
toString() - Method in class org.eclipse.jetty.util.resource.CombinedResource
 
toString() - Method in class org.eclipse.jetty.util.resource.FileSystemPool.Mount
 
toString() - Method in class org.eclipse.jetty.util.resource.MemoryResource
 
toString() - Method in class org.eclipse.jetty.util.resource.PathResource
 
toString() - Method in class org.eclipse.jetty.util.RFC9110QuotedStringTokenizer
 
toString() - Method in class org.eclipse.jetty.util.security.Password
 
toString() - Method in class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
Deprecated.
 
toString() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
toString() - Method in class org.eclipse.jetty.util.ssl.X509
 
toString() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
toString() - Method in class org.eclipse.jetty.util.statistic.RateStatistic
 
toString() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
 
toString() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
toString() - Method in class org.eclipse.jetty.util.thread.Invocable.ReadyTask
 
toString() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
toString() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
toString() - Method in class org.eclipse.jetty.util.thread.SerializedInvoker
 
toString() - Method in class org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy
 
toString() - Method in class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume
 
toString() - Method in class org.eclipse.jetty.util.thread.TryExecutor.NoTryExecutor
 
toString() - Method in class org.eclipse.jetty.util.TopologicalSort
 
toString() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
toString() - Method in class org.eclipse.jetty.xml.XmlConfiguration
 
toString() - Method in class org.eclipse.jetty.xml.XmlParser.Node
 
toString(boolean) - Method in class org.eclipse.jetty.xml.XmlParser.Node
Convert to a string.
toString(boolean, boolean) - Method in class org.eclipse.jetty.xml.XmlParser.Node
Convert to a string.
toString(byte[], int) - Static method in class org.eclipse.jetty.util.TypeUtil
 
toString(byte[], int, int, String) - Static method in class org.eclipse.jetty.util.StringUtil
Deprecated, for removal: This API element is subject to removal in a future version.
toString(int, String) - Static method in enum class org.eclipse.jetty.http2.ErrorCode
 
toString(long) - Method in class org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy
 
toString(InputStream) - Static method in class org.eclipse.jetty.util.IO
Read input stream to string.
toString(InputStream, String) - Static method in class org.eclipse.jetty.util.IO
Read input stream to string.
toString(InputStream, Charset) - Static method in class org.eclipse.jetty.util.IO
Read input stream to string.
toString(Reader) - Static method in class org.eclipse.jetty.util.IO
Read input stream to string.
toString(Object) - Static method in class org.eclipse.jetty.util.LazyList
 
toString(String) - Method in class org.eclipse.jetty.start.CommandLineBuilder
 
toString(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert the buffer to an ISO-8859-1 String
toString(ByteBuffer, int, int, Charset) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert a partial buffer to a String.
toString(ByteBuffer, Charset) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert the buffer to an ISO-8859-1 String
toString(Charset) - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
 
toString(Path, Charset) - Static method in class org.eclipse.jetty.util.IO
Read Path to string.
toString(HttpCookie) - Static method in interface org.eclipse.jetty.http.HttpCookie
Formats this cookie into a string suitable to be used for logging.
toStringArray(Object) - Static method in class org.eclipse.jetty.util.LazyList
 
toStringArrayMap() - Method in class org.eclipse.jetty.util.Fields
 
toStringArrayMap() - Method in class org.eclipse.jetty.util.MultiMap
 
toSummaryString(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
 
touch(Path) - Static method in class org.eclipse.jetty.start.FS
 
toUri(Path) - Method in class org.eclipse.jetty.util.resource.PathResource
Ensure Path to URI is sane when it returns a directory reference.
toURI() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
 
toURI() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
toURI() - Method in interface org.eclipse.jetty.http.HttpURI
 
toURI(String) - Static method in class org.eclipse.jetty.util.URIUtil
Convert a String into a URI suitable for use as a Resource.
toUTF8String(byte[], int, int) - Static method in class org.eclipse.jetty.util.StringUtil
 
toUTF8String(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert the buffer to an UTF-8 String
trace(String, Object...) - Static method in class org.eclipse.jetty.start.StartLog
 
TRACE - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
trailer(HttpField) - Method in class org.eclipse.jetty.client.transport.HttpResponse
 
trailer(HeadersFrame) - Method in interface org.eclipse.jetty.http3.api.Stream
Sends the given HEADERS frame containing the trailer headers.
trailer(HeadersFrame) - Method in class org.eclipse.jetty.http3.HTTP3Stream
 
TRAILER - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
TRAILER - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
TRAILER - Enum constant in enum class org.eclipse.jetty.http3.HTTP3Stream.FrameState
The stream has received an HTTP trailer.
Trailers - Class in org.eclipse.jetty.http
 
Trailers(HttpFields) - Constructor for class org.eclipse.jetty.http.Trailers
 
trailersSupplier(Supplier<HttpFields>) - Method in interface org.eclipse.jetty.client.Request
Provides the trailers of this request.
trailersSupplier(Supplier<HttpFields>) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
TRANSFER_ENCODING - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
TRANSFER_ENCODING_WITH_CONTENT_LENGTH - Enum constant in enum class org.eclipse.jetty.http.HttpCompliance.Violation
Since RFC 7230, the HTTP protocol has required that a request is invalid if it contains both a Transfer-Encoding field and Content-Length field.
transform(Content.Chunk) - Method in class org.eclipse.jetty.io.content.ContentSourceTransformer
Transforms the input chunk parameter into an output chunk.
transport(Constraint.Transport) - Method in class org.eclipse.jetty.security.Constraint.Builder
 
TRANSPORT_PARAMETER_ERROR - Enum constant in enum class org.eclipse.jetty.quic.common.QuicErrorCode
 
TRANSPORT_PARAMETER_ERROR - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quic_error
 
truncate(String, int) - Static method in class org.eclipse.jetty.util.StringUtil
Truncate a string to a max size.
TRUST_ALL_CERTS - Static variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
tryAccept(QuicheConfig, QuicheConnection.TokenValidator, ByteBuffer, SocketAddress, SocketAddress) - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheBinding
 
tryAccept(QuicheConfig, QuicheConnection.TokenValidator, ByteBuffer, SocketAddress, SocketAddress) - Static method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
Fully consumes the packetRead buffer if the connection was accepted.
tryAccept(QuicheConfig, QuicheConnection.TokenValidator, ByteBuffer, SocketAddress, SocketAddress) - Method in interface org.eclipse.jetty.quic.quiche.QuicheBinding
 
tryAccept(QuicheConfig, QuicheConnection.TokenValidator, ByteBuffer, SocketAddress, SocketAddress) - Static method in class org.eclipse.jetty.quic.quiche.QuicheConnection
Fully consumes the packetRead buffer if the connection was accepted.
tryConvertPayload() - Method in class org.eclipse.jetty.http2.frames.GoAwayFrame
 
tryCreate(boolean) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
Tries to create a new connection.
tryExecute(Runnable) - Method in class org.eclipse.jetty.http.spi.DelegatingThreadPool
 
tryExecute(Runnable) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
tryExecute(Runnable) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
tryExecute(Runnable) - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
Executes the given task if and only if a reserved thread is available.
tryExecute(Runnable) - Method in class org.eclipse.jetty.util.thread.TryExecutor.NoTryExecutor
 
tryExecute(Runnable) - Method in interface org.eclipse.jetty.util.thread.TryExecutor
Attempt to execute a task.
TryExecutor - Interface in org.eclipse.jetty.util.thread
A variation of Executor that can confirm if a thread is available immediately
TryExecutor.NoTryExecutor - Class in org.eclipse.jetty.util.thread
 
tryFillInterested(Callback) - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
 
tryFillInterested(Callback) - Method in class org.eclipse.jetty.io.AbstractConnection
 
tryFillInterested(Callback) - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
tryFillInterested(Callback) - Method in interface org.eclipse.jetty.io.EndPoint
Requests callback methods to be invoked when a call to EndPoint.fill(ByteBuffer) would return data or EOF.
tryFillInterested(Callback) - Method in class org.eclipse.jetty.quic.common.QuicStreamEndPoint
 
tryFillInterested(Callback) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
TryPathsHandler - Class in org.eclipse.jetty.server.handler
Inspired by nginx's try_files functionality.
TryPathsHandler() - Constructor for class org.eclipse.jetty.server.handler.TryPathsHandler
 
TryPathsHandler(Handler) - Constructor for class org.eclipse.jetty.server.handler.TryPathsHandler
 
tryRegister(Callback) - Method in class org.eclipse.jetty.io.FillInterest
Call to register interest in a callback when a read is possible.
tryRetain() - Method in class org.eclipse.jetty.io.Retainable.ReferenceCounter
 
TunnelRequest - Class in org.eclipse.jetty.client.internal
 
TunnelRequest(HttpClient, Origin.Address) - Constructor for class org.eclipse.jetty.client.internal.TunnelRequest
 
TunnelSupport - Interface in org.eclipse.jetty.server
Supports the implementation of HTTP CONNECT tunnels.
tv_nsec - Variable in class org.eclipse.jetty.quic.quiche.jna.timespec
 
tv_sec - Variable in class org.eclipse.jetty.quic.quiche.jna.timespec
 
type - Variable in class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer.Coordinates
 
type() - Method in enum class org.eclipse.jetty.http3.frames.FrameType
 
type() - Method in enum class org.eclipse.jetty.quic.common.StreamType
 
typeToString(byte) - Static method in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche.packet_type
 
TypeUtil - Class in org.eclipse.jetty.util
TYPE Utilities.

U

uint16_t - Class in org.eclipse.jetty.quic.quiche.jna
 
uint16_t() - Constructor for class org.eclipse.jetty.quic.quiche.jna.uint16_t
 
uint16_t(int) - Constructor for class org.eclipse.jetty.quic.quiche.jna.uint16_t
 
uint32_t - Class in org.eclipse.jetty.quic.quiche.jna
 
uint32_t() - Constructor for class org.eclipse.jetty.quic.quiche.jna.uint32_t
 
uint32_t(int) - Constructor for class org.eclipse.jetty.quic.quiche.jna.uint32_t
 
uint32_t_pointer - Class in org.eclipse.jetty.quic.quiche.jna
 
uint32_t_pointer() - Constructor for class org.eclipse.jetty.quic.quiche.jna.uint32_t_pointer
 
uint32_t_pointer(int) - Constructor for class org.eclipse.jetty.quic.quiche.jna.uint32_t_pointer
 
uint64_t - Class in org.eclipse.jetty.quic.quiche.jna
 
uint64_t() - Constructor for class org.eclipse.jetty.quic.quiche.jna.uint64_t
 
uint64_t(long) - Constructor for class org.eclipse.jetty.quic.quiche.jna.uint64_t
 
uint64_t_pointer - Class in org.eclipse.jetty.quic.quiche.jna
 
uint64_t_pointer() - Constructor for class org.eclipse.jetty.quic.quiche.jna.uint64_t_pointer
 
uint64_t_pointer(long) - Constructor for class org.eclipse.jetty.quic.quiche.jna.uint64_t_pointer
 
uint8_t - Class in org.eclipse.jetty.quic.quiche.jna
 
uint8_t() - Constructor for class org.eclipse.jetty.quic.quiche.jna.uint8_t
 
uint8_t(byte) - Constructor for class org.eclipse.jetty.quic.quiche.jna.uint8_t
 
uint8_t_pointer - Class in org.eclipse.jetty.quic.quiche.jna
 
uint8_t_pointer() - Constructor for class org.eclipse.jetty.quic.quiche.jna.uint8_t_pointer
 
uint8_t_pointer(byte) - Constructor for class org.eclipse.jetty.quic.quiche.jna.uint8_t_pointer
 
UNAMBIGUOUS - Static variable in class org.eclipse.jetty.http.UriCompliance
Compliance mode that allows all unambiguous violations.
UNAUTHORIZED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
UNAUTHORIZED_401 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
UNAVAILABLE - Enum constant in enum class org.eclipse.jetty.server.handler.ContextHandler.Availability
 
UNAVAILABLE_FOR_LEGAL_REASONS - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
UNAVAILABLE_FOR_LEGAL_REASONS_451 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
unbind(String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
unbind(String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
unbind(String) - Method in class org.eclipse.jetty.jndi.NamingContext
Not supported.
unbind(Context) - Static method in class org.eclipse.jetty.jndi.NamingUtil
 
unbind(Name) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
unbind(Name) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
 
unbind(Name) - Method in class org.eclipse.jetty.jndi.NamingContext
Not supported.
unbind(NamingContext, Binding) - Method in interface org.eclipse.jetty.jndi.NamingContext.Listener
 
UNBIND - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
UNCHECKOUT - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
undeployAll() - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
UNDEPLOYED - Static variable in class org.eclipse.jetty.deploy.AppLifeCycle
 
undeployHandler(Handler, Callback) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
Thread safe undeploy of a Handler.
UNDEPLOYING - Static variable in class org.eclipse.jetty.deploy.AppLifeCycle
 
UNEXPECTED_MESSAGE - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.tls_alert
 
UnidirectionalStreamConnection - Class in org.eclipse.jetty.http3
 
UnidirectionalStreamConnection(QuicStreamEndPoint, Executor, ByteBufferPool, QpackEncoder, QpackDecoder, ParserListener) - Constructor for class org.eclipse.jetty.http3.UnidirectionalStreamConnection
 
UNIX - Enum constant in enum class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Family
 
UnixCrypt - Class in org.eclipse.jetty.util.security
Unix Crypt.
UNKNOWN - Static variable in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1.Tag
The PROXY V1 Tag typically used to "ping" the server.
UNKNOWN_CA - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.tls_alert
 
UNKNOWN_CONTENT - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.EndOfContent
 
UNKNOWN_PSK_IDENTITY - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.tls_alert
 
UnknownBodyParser - Class in org.eclipse.jetty.http2.parser
 
UnknownBodyParser - Class in org.eclipse.jetty.http3.parser
 
UnknownBodyParser(HeaderParser, Parser.Listener) - Constructor for class org.eclipse.jetty.http2.parser.UnknownBodyParser
 
UnknownBodyParser(HeaderParser, ParserListener) - Constructor for class org.eclipse.jetty.http3.parser.UnknownBodyParser
 
UnknownFrame - Class in org.eclipse.jetty.http2.frames
 
UnknownFrame(int) - Constructor for class org.eclipse.jetty.http2.frames.UnknownFrame
 
unlimit() - Method in class org.eclipse.jetty.server.AcceptRateLimit
 
unlimit() - Method in class org.eclipse.jetty.server.ConnectionLimit
 
UNLINK - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
UNLOCK - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
UNLOCK_PROPERTY - Static variable in class org.eclipse.jetty.jndi.NamingContext
 
unmanage(Object) - Method in interface org.eclipse.jetty.util.component.Container
Unmanages a bean already contained by this aggregate, so that it is not started/stopped/destroyed with this aggregate.
unmanage(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Unmanages a bean already contained by this aggregate, so that it is not started/stopped/destroyed with this aggregate.
unmanage(Object, Object) - Static method in interface org.eclipse.jetty.util.component.Container
A utility method to unmanage a bean from a container.
UNPROCESSABLE_ENTITY - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
UNPROCESSABLE_ENTITY_422 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
unquote(String) - Static method in class org.eclipse.jetty.http.QuotedCSVParser
 
unquote(String) - Method in class org.eclipse.jetty.util.LegacyQuotedStringTokenizer
 
unquote(String) - Method in interface org.eclipse.jetty.util.QuotedStringTokenizer
Unquote a string and expand any escaped characters
unquote(String) - Method in class org.eclipse.jetty.util.RFC9110QuotedStringTokenizer
 
UnreadableSessionDataException - Exception Class in org.eclipse.jetty.session
UnreadableSessionDataException
UnreadableSessionDataException(String, SessionContext, Throwable) - Constructor for exception class org.eclipse.jetty.session.UnreadableSessionDataException
 
UNRECOGNIZED_NAME - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.tls_alert
 
unregisterResourceFactory(String) - Static method in interface org.eclipse.jetty.util.resource.ResourceFactory
Unregister a scheme that is supported by the Resource API.
unsafe(String) - Static method in class org.eclipse.jetty.util.HostPort
Create a HostPort from an unsafe (and not validated) authority.
UNSAFE - Static variable in class org.eclipse.jetty.http.UriCompliance
Compliance mode that allows all URI Violations, including allowing ambiguous paths in non-canonical form.
UNSAFE_HOST_HEADER - Enum constant in enum class org.eclipse.jetty.http.HttpCompliance.Violation
Since RFC 7230, the HTTP protocol should reject a request if the Host headers contains an invalid / unsafe authority.
UNSET - Enum constant in enum class org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
 
UNSET - Static variable in class org.eclipse.jetty.util.ClassLoadingObjectInputStream.ClassLoaderThreadLocal
 
unsetJAASInfo(Subject) - Method in class org.eclipse.jetty.security.jaas.spi.AbstractLoginModule.JAASUser
 
UNSPEC - Enum constant in enum class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Family
 
UNSPEC - Enum constant in enum class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Protocol
 
unsupported() - Method in class org.eclipse.jetty.alpn.server.ALPNServerConnection
 
UNSUPPORTED_CERTIFICATE - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.tls_alert
 
UNSUPPORTED_EXTENSION - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.tls_alert
 
UNSUPPORTED_MEDIA_TYPE - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
UNSUPPORTED_MEDIA_TYPE_415 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
until(long) - Static method in class org.eclipse.jetty.util.NanoTime
Calculates the nanoseconds remaining from the current nanoTime until an end nanoTime.
UntilContentDelayedProcess(Handler, Request, Response, Callback) - Constructor for class org.eclipse.jetty.server.handler.DelayedHandler.UntilContentDelayedProcess
 
UntilFormDelayedProcess(Handler, Request, Response, Callback, String) - Constructor for class org.eclipse.jetty.server.handler.DelayedHandler.UntilFormDelayedProcess
 
unwrap() - Method in interface org.eclipse.jetty.io.EndPoint.Wrapper
 
unwrap() - Method in class org.eclipse.jetty.io.ssl.SslConnection.SslEndPoint
 
unwrap() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
unwrap() - Method in class org.eclipse.jetty.util.Promise.Wrapper
 
unwrap(SSLEngine, ByteBuffer, ByteBuffer) - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
unwrap(Attributes) - Static method in interface org.eclipse.jetty.util.Attributes
Unwrap all Attributes.Wrappers of the attributes
unwrap(Attributes, Class<T>) - Static method in interface org.eclipse.jetty.util.Attributes
Unwrap attributes to a specific attribute Attributes.Wrapper.
unWrap(Request) - Static method in interface org.eclipse.jetty.server.Request
 
unwrapContainer(URI) - Static method in class org.eclipse.jetty.util.URIUtil
Unwrap a URI to expose its container path reference.
UnwriteableSessionDataException - Exception Class in org.eclipse.jetty.session
UnwriteableSessionDataException
UnwriteableSessionDataException(String, SessionContext, Throwable) - Constructor for exception class org.eclipse.jetty.session.UnwriteableSessionDataException
 
update(String, Credential, String[]) - Method in interface org.eclipse.jetty.security.PropertyUserStore.UserListener
 
update(Selector) - Method in interface org.eclipse.jetty.io.ManagedSelector.SelectorUpdate
 
update(BaseHome, Props) - Method in class org.eclipse.jetty.start.StartIni
 
UPDATE - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
updateBean(Object, Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
updateBean(Object, Object, boolean) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
updateBeans(Object[], Object[]) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
updateBeans(Collection<?>, Collection<?>) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
updateClose(boolean, boolean) - Method in class org.eclipse.jetty.http3.HTTP3Stream
 
updateClose(boolean, CloseState.Event) - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
updateHandler(Handler.Singleton, Handler) - Static method in interface org.eclipse.jetty.server.Handler.Singleton
Utility method to: Check the server state and invocation type Check for handler loops Set the server on the handler Update the beans on if the Nests is a ContainerLifeCycle
updateInitialStreamWindow(Session, int, boolean) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
 
updateInitialStreamWindow(Session, int, boolean) - Method in interface org.eclipse.jetty.http2.FlowControlStrategy
 
updateKey() - Method in interface org.eclipse.jetty.io.ManagedSelector.Selectable
Callback method invoked when all the keys selected by the ManagedSelector for this endpoint have been processed.
updateKey() - Method in class org.eclipse.jetty.io.SelectableChannelEndPoint
 
updateLastRemoteStreamId(int) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
updateMax(AtomicInteger, int) - Static method in class org.eclipse.jetty.util.Atomics
 
updateMax(AtomicLong, long) - Static method in class org.eclipse.jetty.util.Atomics
 
updateMin(AtomicInteger, int) - Static method in class org.eclipse.jetty.util.Atomics
 
updateMin(AtomicLong, long) - Static method in class org.eclipse.jetty.util.Atomics
 
updateRecvWindow(int) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
updateRecvWindow(int) - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
updateRecvWindow(Session, int) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
 
updateRecvWindow(Stream, int) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
 
UPDATEREDIRECTREF - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
updateResponseListeners(Response.Listener) - Method in class org.eclipse.jetty.client.transport.HttpConversation
Requests to update the response listener, eventually using the given override response listener, that must be notified instead of the first exchange response listeners.
updateSendWindow(int) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
updateSendWindow(int) - Method in class org.eclipse.jetty.http2.HTTP2Stream
 
updateSendWindow(Session, int) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
 
updateSendWindow(Stream, int) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
 
updateWindow(Session, Stream, WindowUpdateFrame) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
 
upgrade(Map<String, Object>) - Method in class org.eclipse.jetty.http2.client.transport.internal.HttpConnectionOverHTTP2
 
upgrade(Response, EndPoint, Callback) - Method in interface org.eclipse.jetty.client.HttpUpgrader
Upgrades the given endPoint to a different protocol.
upgrade(Response, EndPoint, Callback) - Method in class org.eclipse.jetty.client.transport.internal.ProtocolHttpUpgrader
 
upgrade(MetaData.Request, HttpFields.Mutable) - Method in class org.eclipse.jetty.http2.server.internal.HTTP2ServerConnection
 
upgrade(Connection) - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
 
upgrade(Connection) - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
upgrade(Connection) - Method in interface org.eclipse.jetty.io.EndPoint
Upgrades this EndPoint from the current connection to the given new connection.
upgrade(Connection) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
upgrade(EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.client.transport.HttpClientTransportDynamic
 
upgrade(EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.http2.client.transport.ClientConnectionFactoryOverHTTP2.HTTP2
 
upgrade(EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.io.ClientConnectionFactory.Info
 
UPGRADE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
UPGRADE - Enum constant in enum class org.eclipse.jetty.http.HttpHeaderValue
 
UPGRADE_CONNECTION_ATTRIBUTE - Static variable in interface org.eclipse.jetty.server.HttpStream
Attribute name to be used as a Request attribute to store/retrieve the Connection created during the HTTP/1.1 upgrade mechanism or the HTTP/2 tunnel mechanism.
UPGRADE_REQUIRED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
UPGRADE_REQUIRED_426 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
upgradeConnection(Connector, EndPoint, MetaData.Request, HttpFields.Mutable) - Method in class org.eclipse.jetty.http2.server.HTTP2CServerConnectionFactory
 
upgradeConnection(Connector, EndPoint, MetaData.Request, HttpFields.Mutable) - Method in interface org.eclipse.jetty.server.ConnectionFactory.Upgrading
Create a connection for an upgrade request.
UpgradeProtocolHandler - Class in org.eclipse.jetty.client
A protocol handler that handles HTTP 101 responses.
UpgradeProtocolHandler() - Constructor for class org.eclipse.jetty.client.UpgradeProtocolHandler
 
upgradeToConnectionFactory(ConnectionFactory, Connector, EndPoint) - Static method in class org.eclipse.jetty.server.DetectorConnectionFactory
Utility method that performs an upgrade to the specified connection factory, disposing of the given resources when needed.
UpstreamConnection(EndPoint, Executor, ByteBufferPool, ConnectHandler.ConnectContext) - Constructor for class org.eclipse.jetty.server.handler.ConnectHandler.UpstreamConnection
 
Uptime - Class in org.eclipse.jetty.util
Provide for a Uptime class that is compatible with Android, GAE, and the new Java 8 compact profiles
Uptime.DefaultImpl - Class in org.eclipse.jetty.util
 
Uptime.Impl - Interface in org.eclipse.jetty.util
 
uptimeMethod - Variable in class org.eclipse.jetty.util.Uptime.DefaultImpl
 
uri - Variable in class org.eclipse.jetty.start.FileArg
 
uri(String) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
uri(String, int, int) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
uri(String, String) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
uri(HttpURI) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
URI - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
URI_TOO_LONG - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
URI_TOO_LONG_414 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
UriCompliance - Class in org.eclipse.jetty.http
URI compliance modes for Jetty request handling.
UriCompliance(String, Set<UriCompliance.Violation>) - Constructor for class org.eclipse.jetty.http.UriCompliance
 
UriCompliance.Violation - Enum Class in org.eclipse.jetty.http
These are URI compliance "violations", which may be allowed by the compliance mode.
UriFileInitializer - Class in org.eclipse.jetty.start.fileinits
 
UriFileInitializer(StartArgs, BaseHome) - Constructor for class org.eclipse.jetty.start.fileinits.UriFileInitializer
 
uriJarPrefix(URI, String) - Static method in class org.eclipse.jetty.util.URIUtil
Take a URI and add a deep reference jar:file://foo.jar!/suffix, replacing any existing deep reference on the input URI.
UriPatternPredicate - Class in org.eclipse.jetty.util
Predicate for matching URI against a provided Regex Pattern
UriPatternPredicate(String, boolean) - Constructor for class org.eclipse.jetty.util.UriPatternPredicate
 
UriPatternPredicate(Pattern, boolean) - Constructor for class org.eclipse.jetty.util.UriPatternPredicate
 
UriTemplatePathSpec - Class in org.eclipse.jetty.http.pathmap
PathSpec for URI Template based declarations
UriTemplatePathSpec(String) - Constructor for class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
URIUtil - Class in org.eclipse.jetty.util
URI Utility methods.
URL_PREFIX - Static variable in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
UrlEncoded - Class in org.eclipse.jetty.util
Handles coding of MIME "x-www-form-urlencoded".
URLResourceFactory - Class in org.eclipse.jetty.util.resource
ResourceFactory for URL based resources.
URLResourceFactory() - Constructor for class org.eclipse.jetty.util.resource.URLResourceFactory
 
usage(boolean) - Method in class org.eclipse.jetty.start.Main
 
UsageException - Exception Class in org.eclipse.jetty.start
A Usage Error has occurred.
UsageException(int, String) - Constructor for exception class org.eclipse.jetty.start.UsageException
 
UsageException(int, String, Object...) - Constructor for exception class org.eclipse.jetty.start.UsageException
 
UsageException(int, Throwable) - Constructor for exception class org.eclipse.jetty.start.UsageException
 
UsageException(String, Object...) - Constructor for exception class org.eclipse.jetty.start.UsageException
 
UsAsciiStringBuilder() - Constructor for class org.eclipse.jetty.util.CharsetStringBuilder.UsAsciiStringBuilder
 
use() - Method in class org.eclipse.jetty.session.ManagedSession
 
USE_PROXY - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
USE_PROXY_305 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
user(String) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
 
User(String, Credential, String[]) - Constructor for class org.eclipse.jetty.security.UserStore.User
 
USER_AGENT - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
USER_AGENT - Static variable in class org.eclipse.jetty.client.HttpClient
 
USER_CANCELED - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.tls_alert
 
UserAuthenticationSent(String, UserIdentity) - Constructor for class org.eclipse.jetty.security.authentication.LoginAuthenticator.UserAuthenticationSent
 
UserAuthenticationSucceeded(String, UserIdentity) - Constructor for class org.eclipse.jetty.security.authentication.LoginAuthenticator.UserAuthenticationSucceeded
 
UserIdentity - Interface in org.eclipse.jetty.security
User object that encapsulates user identity and operations such as run-as-role actions, checking isUserInRole and getUserPrincipal.
UsernamePasswordAuthenticationFactory(String, String) - Constructor for class org.eclipse.jetty.client.Socks5.UsernamePasswordAuthenticationFactory
 
UsernamePasswordAuthenticationFactory(String, String, Charset) - Constructor for class org.eclipse.jetty.client.Socks5.UsernamePasswordAuthenticationFactory
 
UserPrincipal - Class in org.eclipse.jetty.security
UserPrincipal Represents a user with a credential.
UserPrincipal(String, Credential) - Constructor for class org.eclipse.jetty.security.UserPrincipal
 
UserStore - Class in org.eclipse.jetty.security
Store of user authentication and authorization information.
UserStore() - Constructor for class org.eclipse.jetty.security.UserStore
 
UserStore.User - Class in org.eclipse.jetty.security
 
UTF16_ENCODINGS - Enum constant in enum class org.eclipse.jetty.http.UriCompliance.Violation
Allow UTF-16 encoding eg /foo%u2192bar.
Utf8LineParser - Class in org.eclipse.jetty.util
Stateful parser for lines of UTF8 formatted text, looking for "\n" as a line termination character.
Utf8LineParser() - Constructor for class org.eclipse.jetty.util.Utf8LineParser
 
Utf8StringBuilder - Class in org.eclipse.jetty.util
UTF-8 StringBuilder.
Utf8StringBuilder() - Constructor for class org.eclipse.jetty.util.Utf8StringBuilder
 
Utf8StringBuilder(int) - Constructor for class org.eclipse.jetty.util.Utf8StringBuilder
 
Utf8StringBuilder(StringBuilder) - Constructor for class org.eclipse.jetty.util.Utf8StringBuilder
 
Utils - Class in org.eclipse.jetty.start
 
Utils() - Constructor for class org.eclipse.jetty.start.Utils
 

V

V1(ClientConnectionFactory) - Constructor for class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1
 
V2(ClientConnectionFactory) - Constructor for class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2
 
VALID - Enum constant in enum class org.eclipse.jetty.session.ManagedSession.State
 
validate(byte[], int) - Method in interface org.eclipse.jetty.quic.quiche.QuicheConnection.TokenValidator
 
validate(byte[], int) - Method in class org.eclipse.jetty.quic.server.internal.SimpleTokenValidator
 
validate(Certificate[]) - Method in class org.eclipse.jetty.util.security.CertificateValidator
 
validate(KeyStore) - Method in class org.eclipse.jetty.util.security.CertificateValidator
validates all aliases inside of a given keystore
validate(KeyStore, String) - Method in class org.eclipse.jetty.util.security.CertificateValidator
validates a specific alias inside of the keystore being passed in
validate(KeyStore, Certificate) - Method in class org.eclipse.jetty.util.security.CertificateValidator
validates a specific certificate inside of the keystore being passed in
validate(UserIdentity) - Method in class org.eclipse.jetty.security.AbstractLoginService
 
validate(UserIdentity) - Method in class org.eclipse.jetty.security.EmptyLoginService
 
validate(UserIdentity) - Method in class org.eclipse.jetty.security.jaas.JAASLoginService
 
validate(UserIdentity) - Method in interface org.eclipse.jetty.security.LoginService
Validate a user identity.
validate(UserIdentity) - Method in class org.eclipse.jetty.security.SPNEGOLoginService
 
validateAndUpdate(EnumSet<HTTP3Stream.FrameState>, HTTP3Stream.FrameState) - Method in class org.eclipse.jetty.http3.HTTP3Stream
 
validateCerts(X509Certificate[]) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
validateDestination(String, int) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
Checks the given host and port against whitelist and blacklist.
validateRequest(Request, Response, Callback) - Method in class org.eclipse.jetty.security.authentication.BasicAuthenticator
 
validateRequest(Request, Response, Callback) - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
validateRequest(Request, Response, Callback) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
validateRequest(Request, Response, Callback) - Method in class org.eclipse.jetty.security.authentication.SPNEGOAuthenticator
 
validateRequest(Request, Response, Callback) - Method in class org.eclipse.jetty.security.authentication.SslClientCertAuthenticator
 
validateRequest(Request, Response, Callback) - Method in class org.eclipse.jetty.security.Authenticator.NoOp
 
validateRequest(Request, Response, Callback) - Method in interface org.eclipse.jetty.security.Authenticator
Validate a request
ValidatingCachedContent(String, HttpContent, long) - Constructor for class org.eclipse.jetty.http.content.ValidatingCachingHttpContentFactory.ValidatingCachedContent
 
ValidatingCachingHttpContentFactory - Class in org.eclipse.jetty.http.content
HttpContent.Factory implementation of CachingHttpContentFactory which evicts invalid entries from the cache.
ValidatingCachingHttpContentFactory(HttpContent.Factory, long, ByteBufferPool) - Constructor for class org.eclipse.jetty.http.content.ValidatingCachingHttpContentFactory
Construct a ValidatingCachingHttpContentFactory which validates entries upon use to check if they are still valid.
ValidatingCachingHttpContentFactory(HttpContent.Factory, long, ByteBufferPool, Scheduler, long, long) - Constructor for class org.eclipse.jetty.http.content.ValidatingCachingHttpContentFactory
Construct a ValidatingCachingHttpContentFactory which validates entries upon use to check if they are still valid and an optional period sweeper of the cache to find invalid and old entries to evict.
ValidatingCachingHttpContentFactory.ValidatingCachedContent - Class in org.eclipse.jetty.http.content
 
ValidatingCachingHttpContentFactory.ValidatingNotFoundContent - Class in org.eclipse.jetty.http.content
 
ValidatingConnectionPool - Class in org.eclipse.jetty.client
A connection pool that validates connections before making them available for use.
ValidatingConnectionPool(Destination, int, Scheduler, long) - Constructor for class org.eclipse.jetty.client.ValidatingConnectionPool
 
ValidatingNotFoundContent(String, long) - Constructor for class org.eclipse.jetty.http.content.ValidatingCachingHttpContentFactory.ValidatingNotFoundContent
 
validation_state - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_path_stats
 
value - Variable in class org.eclipse.jetty.start.Props.Prop
 
value() - Element in annotation interface org.eclipse.jetty.util.annotation.ManagedAttribute
Description of the Managed Attribute
value() - Element in annotation interface org.eclipse.jetty.util.annotation.ManagedObject
Description of the Managed Object
value() - Element in annotation interface org.eclipse.jetty.util.annotation.ManagedOperation
Description of the Managed Object
value() - Element in annotation interface org.eclipse.jetty.util.annotation.Name
the name of the parameter
VALUE - Enum constant in enum class org.eclipse.jetty.http.HttpParser.FieldState
 
VALUE - Enum constant in enum class org.eclipse.jetty.server.internal.MultiPartParser.FieldState
 
valueOf(Class<?>, String) - Static method in class org.eclipse.jetty.util.TypeUtil
Convert String value to instance.
valueOf(Object) - Static method in class org.eclipse.jetty.util.StringUtil
The String value of an Object
valueOf(String) - Static method in enum class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Command
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Family
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Protocol
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.fcgi.FCGI.FrameType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.fcgi.FCGI.Role
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.fcgi.FCGI.StreamType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.fcgi.parser.ContentParser.Result
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class org.eclipse.jetty.http.CookieCompliance
 
valueOf(String) - Static method in enum class org.eclipse.jetty.http.CookieCompliance.Violation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class org.eclipse.jetty.http.HttpCompliance
Get a known compliance mode by name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.HttpCompliance.Violation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.HttpCookie.SameSite
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.HttpGenerator.Result
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.HttpGenerator.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.HttpHeader
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.HttpHeaderValue
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.HttpMethod
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.HttpParser.FieldState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.HttpParser.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.HttpScheme
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.HttpStatus.Code
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.HttpTokens.EndOfContent
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.HttpTokens.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.HttpVersion
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.MimeTypes.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.pathmap.PathSpecGroup
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class org.eclipse.jetty.http.UriCompliance
 
valueOf(String) - Static method in enum class org.eclipse.jetty.http.UriCompliance.Violation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http2.CloseState.Event
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http2.CloseState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http2.ErrorCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http2.frames.FrameType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http3.frames.FrameType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http3.HTTP3ErrorCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http3.HTTP3Stream.FrameState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http3.parser.BodyParser.Result
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http3.parser.MessageParser.Result
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.quic.common.QuicErrorCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.quic.common.StreamType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.quic.quiche.QuicheConfig.CongestionControl
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.security.Constraint.Authorization
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.security.Constraint.Transport
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.server.ConnectionFactory.Detecting.Detection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.server.handler.ContextHandler.Availability
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.server.internal.MultiPartParser.FieldState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.server.internal.MultiPartParser.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.server.ResourceService.WelcomeMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.session.ManagedSession.IdState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.session.ManagedSession.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.util.ConcurrentPool.StrategyType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.util.IteratingCallback.Action
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.util.thread.Invocable.InvocationType
Returns the enum constant of this class with the specified name.
valueOf(String, String) - Static method in class org.eclipse.jetty.util.TypeUtil
Convert String value to instance.
valueParameters(String, Map<String, String>) - Static method in class org.eclipse.jetty.http.HttpField
 
values() - Static method in enum class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Command
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Family
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Protocol
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.fcgi.FCGI.FrameType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.fcgi.FCGI.Role
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.fcgi.FCGI.StreamType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.fcgi.parser.ContentParser.Result
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.CookieCompliance.Violation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.HttpCompliance.Violation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.HttpCookie.SameSite
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.HttpGenerator.Result
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.HttpGenerator.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.HttpHeader
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.HttpHeaderValue
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.HttpMethod
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.HttpParser.FieldState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.HttpParser.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.HttpScheme
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.HttpStatus.Code
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.HttpTokens.EndOfContent
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.HttpTokens.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.HttpVersion
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.MimeTypes.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.pathmap.PathSpecGroup
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.UriCompliance.Violation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http2.CloseState.Event
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http2.CloseState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http2.ErrorCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http2.frames.FrameType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http3.frames.FrameType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http3.HTTP3ErrorCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http3.HTTP3Stream.FrameState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http3.parser.BodyParser.Result
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http3.parser.MessageParser.Result
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.quic.common.QuicErrorCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.quic.common.StreamType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.quic.quiche.QuicheConfig.CongestionControl
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.security.Constraint.Authorization
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.security.Constraint.Transport
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.server.ConnectionFactory.Detecting.Detection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.server.handler.ContextHandler.Availability
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.server.internal.MultiPartParser.FieldState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.server.internal.MultiPartParser.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.server.ResourceService.WelcomeMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.session.ManagedSession.IdState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.session.ManagedSession.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.util.ConcurrentPool.StrategyType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.util.IteratingCallback.Action
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.util.thread.Invocable.InvocationType
Returns an array containing the constants of this enum class, in the order they are declared.
VarLenInt - Class in org.eclipse.jetty.http3.internal
Encodes and decodes long values as specified by QUIC.
VarLenInt() - Constructor for class org.eclipse.jetty.http3.internal.VarLenInt
 
VarLenInt.InvalidException - Exception Class in org.eclipse.jetty.http3.internal
 
VARY - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
VARY_ACCEPT_ENCODING - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipResponseAndCallback
 
VCHAR - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.Type
 
version - Variable in class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer.Coordinates
 
version(HttpVersion) - Method in interface org.eclipse.jetty.client.Request
 
version(HttpVersion) - Method in class org.eclipse.jetty.client.transport.HttpRequest
 
version(HttpVersion) - Method in class org.eclipse.jetty.client.transport.HttpResponse
 
Version - Class in org.eclipse.jetty.start
Utility class for parsing and comparing version strings.
Version(String) - Constructor for class org.eclipse.jetty.start.Version
 
VERSION - Static variable in class org.eclipse.jetty.client.Socks5.UsernamePasswordAuthenticationFactory
 
VERSION - Static variable in class org.eclipse.jetty.client.Socks5
The SOCKS protocol version: 0x5.
VERSION - Static variable in class org.eclipse.jetty.start.StartArgs
 
VERSION - Static variable in class org.eclipse.jetty.util.JavaVersion
 
VERSION - Static variable in class org.eclipse.jetty.util.Jetty
 
VERSION_CONTROL - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
VERSION_FALLBACK_ERROR - Enum constant in enum class org.eclipse.jetty.http3.HTTP3ErrorCode
 
VERSION_NEGOTIATION - Static variable in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche.packet_type
 
VERSION_NEGOTIATION_ERROR - Static variable in interface org.eclipse.jetty.quic.quiche.Quiche.quic_error
 
VHOST - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
VIA - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
VIOLATIONS_ATTR - Static variable in class org.eclipse.jetty.http.HttpCompliance
The request attribute which may be set to record any allowed HTTP violations.
VirtualHostRuleContainer - Class in org.eclipse.jetty.rewrite.handler
Groups rules that apply only to one or more specific virtual hosts.
VirtualHostRuleContainer() - Constructor for class org.eclipse.jetty.rewrite.handler.VirtualHostRuleContainer
 
VirtualHttpContentFactory - Class in org.eclipse.jetty.http.content
An HttpContent.Factory implementation which takes a Resource and fakes this resource as an entry in every directory.
VirtualHttpContentFactory(HttpContent.Factory, Resource, String) - Constructor for class org.eclipse.jetty.http.content.VirtualHttpContentFactory
 
VirtualThreads - Class in org.eclipse.jetty.util
Utility class to use to query the runtime for virtual thread support, and, if virtual threads are supported, to start virtual threads.
VirtualThreads.Configurable - Interface in org.eclipse.jetty.util
Implementations of this interface can be configured to use virtual threads.
visitFile(Path, BasicFileAttributes) - Method in class org.eclipse.jetty.start.PathFinder
 
visitFileFailed(Path, IOException) - Method in class org.eclipse.jetty.start.PathFinder
 

W

waitForOutput(long, TimeUnit) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
Wait for some output
waitForResponse(boolean, long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
Wait for a response using a parser to detect the end of message
waitForResponse(boolean, long, TimeUnit, Consumer<Integer>) - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
Wait for a response using a parser to detect the end of message
waitUntilClosed() - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
 
waitUntilClosedOrIdleFor(long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
 
WAR - Static variable in interface org.eclipse.jetty.server.Deployable
 
warn(String, Object...) - Static method in class org.eclipse.jetty.start.StartLog
 
warn(Throwable) - Static method in class org.eclipse.jetty.start.StartLog
 
WARNING - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
WEBINF_SCAN_JARS - Static variable in interface org.eclipse.jetty.server.Deployable
 
WelcomeAction(String, ResourceService.WelcomeMode) - Constructor for record class org.eclipse.jetty.server.ResourceService.WelcomeAction
Creates an instance of a WelcomeAction record class.
WHITESPACE_AFTER_FIELD_NAME - Enum constant in enum class org.eclipse.jetty.http.HttpCompliance.Violation
Since RFC 7230, the HTTP protocol has required that a request header field has no white space after the field name and before the ':'.
WHOLE_FRAME - Enum constant in enum class org.eclipse.jetty.http3.parser.BodyParser.Result
 
window(HTTP2Stream, WindowUpdateFrame) - Method in class org.eclipse.jetty.http2.internal.HTTP2Flusher
 
WINDOW_UPDATE - Enum constant in enum class org.eclipse.jetty.http2.frames.FrameType
 
WINDOW_UPDATE_LENGTH - Static variable in class org.eclipse.jetty.http2.frames.WindowUpdateFrame
 
windowCapacity() - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
 
windowCapacity() - Method in class org.eclipse.jetty.quic.quiche.QuicheConnection
 
windowCapacity(long) - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
 
windowCapacity(long) - Method in class org.eclipse.jetty.quic.quiche.QuicheConnection
 
WindowRateControl - Class in org.eclipse.jetty.http2
An implementation of RateControl that limits the number of events within a time period.
WindowRateControl(int, Duration) - Constructor for class org.eclipse.jetty.http2.WindowRateControl
 
WindowRateControl.Factory - Class in org.eclipse.jetty.http2
 
windowUpdate(Session, Stream, WindowUpdateFrame) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
 
windowUpdate(Session, Stream, WindowUpdateFrame) - Method in class org.eclipse.jetty.http2.BufferingFlowControlStrategy
 
windowUpdate(Session, Stream, WindowUpdateFrame) - Method in interface org.eclipse.jetty.http2.FlowControlStrategy
 
WindowUpdateBodyParser - Class in org.eclipse.jetty.http2.parser
 
WindowUpdateBodyParser(HeaderParser, Parser.Listener) - Constructor for class org.eclipse.jetty.http2.parser.WindowUpdateBodyParser
 
WindowUpdateFrame - Class in org.eclipse.jetty.http2.frames
 
WindowUpdateFrame(int, int) - Constructor for class org.eclipse.jetty.http2.frames.WindowUpdateFrame
 
WindowUpdateGenerator - Class in org.eclipse.jetty.http2.generator
 
WindowUpdateGenerator(HeaderGenerator) - Constructor for class org.eclipse.jetty.http2.generator.WindowUpdateGenerator
 
with(String, HttpCompliance.Violation...) - Method in class org.eclipse.jetty.http.HttpCompliance
Create a new HttpCompliance mode that includes the passed HttpCompliance.Violations.
with(String, UriCompliance.Violation...) - Method in class org.eclipse.jetty.http.UriCompliance
Create a new UriCompliance mode that includes the passed UriCompliance.Violations.
with(String, V) - Method in class org.eclipse.jetty.util.Index.Builder
Configure a pre-existing entry.
with(Consumer<Callback.Completable>) - Static method in class org.eclipse.jetty.util.Callback.Completable
Creates a new Completable to be consumed by the given consumer, then returns the newly created Completable.
with(Consumer<Promise<R>>) - Static method in class org.eclipse.jetty.util.Promise.Completable
Creates a new Completable to be consumed by the given consumer, then returns the newly created Completable.
with(V) - Method in class org.eclipse.jetty.util.Index.Builder
Configure a pre-existing entry with a key that is the Index.Builder.toString() representation of the value.
withAll(Supplier<Map<String, V>>) - Method in class org.eclipse.jetty.util.Index.Builder
Configure some pre-existing entries.
withAll(V[], Function<V, String>) - Method in class org.eclipse.jetty.util.Index.Builder
Configure some pre-existing entries.
WithCondition() - Constructor for class org.eclipse.jetty.util.thread.AutoLock.WithCondition
 
without(String, HttpCompliance.Violation...) - Method in class org.eclipse.jetty.http.HttpCompliance
Create a new HttpCompliance mode that excludes the passed HttpCompliance.Violations.
without(String, UriCompliance.Violation...) - Method in class org.eclipse.jetty.http.UriCompliance
Create a new UriCompliance mode that excludes the passed UriCompliance.Violations.
WithReferenceCount(ByteBuffer, boolean) - Constructor for class org.eclipse.jetty.io.internal.ByteBufferChunk.WithReferenceCount
 
WithRetainable(ByteBuffer, boolean, Retainable) - Constructor for class org.eclipse.jetty.io.internal.ByteBufferChunk.WithRetainable
 
withStreamId(int) - Method in class org.eclipse.jetty.http2.frames.DataFrame
 
withStreamId(int) - Method in class org.eclipse.jetty.http2.frames.HeadersFrame
 
withStreamId(int) - Method in class org.eclipse.jetty.http2.frames.PriorityFrame
 
withStreamId(int) - Method in class org.eclipse.jetty.http2.frames.PushPromiseFrame
 
withStreamId(int) - Method in class org.eclipse.jetty.http2.frames.StreamFrame
 
withSuppressed(T, List<Throwable>) - Static method in class org.eclipse.jetty.util.ExceptionUtil
Decorate a Throwable with the suppressed errors and return it.
wrap(ByteBuffer) - Static method in interface org.eclipse.jetty.io.RetainableByteBuffer
Returns a non-retainable RetainableByteBuffer that wraps the given ByteBuffer.
wrap(SSLEngine, ByteBuffer[], ByteBuffer) - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
wrap(Pool<F>) - Method in interface org.eclipse.jetty.util.LockedPool.Factory
 
wrap(Pool<F>) - Method in interface org.eclipse.jetty.util.Pool.Factory
Wraps, if necessary, the given pool.
Wrapper() - Constructor for class org.eclipse.jetty.http.MimeTypes.Wrapper
 
Wrapper() - Constructor for class org.eclipse.jetty.server.Handler.Wrapper
 
Wrapper(boolean) - Constructor for class org.eclipse.jetty.server.Handler.Wrapper
 
Wrapper(boolean, Handler) - Constructor for class org.eclipse.jetty.server.Handler.Wrapper
 
Wrapper(HttpContent) - Constructor for class org.eclipse.jetty.http.content.HttpContent.Wrapper
 
Wrapper(HttpCookie) - Constructor for class org.eclipse.jetty.http.HttpCookie.Wrapper
 
Wrapper(HttpFields.Mutable) - Constructor for class org.eclipse.jetty.http.HttpFields.Mutable.Wrapper
 
Wrapper(Parser.Listener) - Constructor for class org.eclipse.jetty.http2.parser.Parser.Listener.Wrapper
 
Wrapper(ServerParser.Listener) - Constructor for class org.eclipse.jetty.http2.parser.ServerParser.Listener.Wrapper
 
Wrapper(ParserListener) - Constructor for class org.eclipse.jetty.http3.parser.ParserListener.Wrapper
 
Wrapper(ByteBufferPool) - Constructor for class org.eclipse.jetty.io.ByteBufferPool.Wrapper
 
Wrapper(Retainable) - Constructor for class org.eclipse.jetty.io.Retainable.Wrapper
 
Wrapper(RetainableByteBuffer) - Constructor for class org.eclipse.jetty.io.RetainableByteBuffer.Wrapper
 
Wrapper(Authenticator.Configuration) - Constructor for class org.eclipse.jetty.security.Authenticator.Configuration.Wrapper
 
Wrapper(ConnectionMetaData) - Constructor for class org.eclipse.jetty.server.ConnectionMetaData.Wrapper
 
Wrapper(Handler) - Constructor for class org.eclipse.jetty.server.Handler.Wrapper
 
Wrapper(HttpStream) - Constructor for class org.eclipse.jetty.server.HttpStream.Wrapper
 
Wrapper(Request) - Constructor for class org.eclipse.jetty.server.Request.Wrapper
 
Wrapper(Request, Response) - Constructor for class org.eclipse.jetty.server.Response.Wrapper
 
Wrapper(Attributes) - Constructor for class org.eclipse.jetty.util.Attributes.Wrapper
 
Wrapper(Pool.Entry<W>) - Constructor for class org.eclipse.jetty.util.Pool.Entry.Wrapper
 
Wrapper(Pool<W>) - Constructor for class org.eclipse.jetty.util.Pool.Wrapper
 
Wrapper(Promise<W>) - Constructor for class org.eclipse.jetty.util.Promise.Wrapper
 
wrapRequest(Request, Response) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
wrapResponse(ContextRequest, Response) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
writableStreamIds() - Method in class org.eclipse.jetty.quic.quiche.QuicheConnection
 
write(boolean, ByteBuffer, Callback) - Method in class org.eclipse.jetty.io.content.AsyncContent
Writes the given ByteBuffer, notifying the Callback when the write is complete.
write(boolean, ByteBuffer, Callback) - Method in interface org.eclipse.jetty.io.Content.Sink
Writes the given ByteBuffer, notifying the Callback when the write is complete.
write(boolean, ByteBuffer, Callback) - Method in class org.eclipse.jetty.server.handler.ContextResponse
 
write(boolean, ByteBuffer, Callback) - Method in class org.eclipse.jetty.server.handler.gzip.GzipResponseAndCallback
 
write(boolean, ByteBuffer, Callback) - Method in class org.eclipse.jetty.server.handler.StatisticsHandler.MinimumDataRateHandler.MinimumDataRateResponse
 
write(boolean, ByteBuffer, Callback) - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelResponse
 
write(boolean, ByteBuffer, Callback) - Method in class org.eclipse.jetty.server.Response.Wrapper
 
write(boolean, ByteBuffer, Callback) - Method in interface org.eclipse.jetty.server.Response
Writes the given ByteBuffer, notifying the Callback when the write is complete.
write(byte[]) - Method in class org.eclipse.jetty.io.ByteBufferOutputStream
 
write(byte[]) - Method in class org.eclipse.jetty.io.WriterOutputStream
 
write(byte[]) - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
write(byte[], int, int) - Method in class org.eclipse.jetty.io.ByteBufferOutputStream
 
write(byte[], int, int) - Method in class org.eclipse.jetty.io.ByteBufferOutputStream2
 
write(byte[], int, int) - Method in class org.eclipse.jetty.io.content.ContentSinkOutputStream
 
write(byte[], int, int) - Method in class org.eclipse.jetty.io.WriterOutputStream
 
write(byte[], int, int) - Method in class org.eclipse.jetty.util.MultiPartOutputStream
 
write(byte[], int, int) - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
write(char) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
write(char[]) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
write(char[], int, int) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
write(int) - Method in class org.eclipse.jetty.io.ByteBufferOutputStream
 
write(int) - Method in class org.eclipse.jetty.io.ByteBufferOutputStream2
 
write(int) - Method in class org.eclipse.jetty.io.content.ContentSinkOutputStream
 
write(int) - Method in class org.eclipse.jetty.io.WriterOutputStream
 
write(int) - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
write(Writer, String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
write(String) - Method in class org.eclipse.jetty.server.AsyncRequestLogWriter
 
write(String) - Method in interface org.eclipse.jetty.server.RequestLog.Writer
 
write(String) - Method in class org.eclipse.jetty.server.RequestLogWriter
 
write(String) - Method in class org.eclipse.jetty.server.Slf4jRequestLogWriter
 
write(String) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
write(String, int, int) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
write(ByteBuffer) - Method in class org.eclipse.jetty.io.ByteBufferOutputStream2
 
write(ByteBuffer, Callback) - Method in class org.eclipse.jetty.client.AsyncRequestContent
 
write(GatheringByteChannel, ByteBuffer[], int, int) - Static method in class org.eclipse.jetty.util.IO
A gathering write utility wrapper.
write(Graph, File) - Static method in class org.eclipse.jetty.deploy.graph.GraphOutputDot
 
write(Frame) - Method in class org.eclipse.jetty.http3.HTTP3Stream
 
write(Content.Sink, boolean, String, Callback) - Static method in interface org.eclipse.jetty.io.Content.Sink
Writes the given String, converting it to UTF-8 bytes, notifying the Callback when the write is complete.
write(Content.Sink, boolean, ByteBuffer) - Static method in interface org.eclipse.jetty.io.Content.Sink
write(EndPoint, ByteBuffer, Callback) - Method in class org.eclipse.jetty.server.handler.ConnectHandler.DownstreamConnection
 
write(EndPoint, ByteBuffer, Callback) - Method in class org.eclipse.jetty.server.handler.ConnectHandler.UpstreamConnection
 
write(EndPoint, ByteBuffer, Callback, ConcurrentMap<String, Object>) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
Writes (with non-blocking semantic) the given buffer of data onto the given endPoint.
write(Modules, Path) - Method in class org.eclipse.jetty.start.ModuleGraphWriter
 
write(Callback, SocketAddress, ByteBuffer...) - Method in class org.eclipse.jetty.io.DatagramChannelEndPoint
Writes to the given address the data contained in the given buffers, and invokes the given callback when either all the data has been sent, or a failure occurs.
write(Callback, SocketAddress, ByteBuffer...) - Method in class org.eclipse.jetty.io.WriteFlusher
 
write(Callback, SocketAddress, ByteBuffer...) - Method in class org.eclipse.jetty.quic.common.QuicConnection
 
write(Callback, ByteBuffer...) - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
 
write(Callback, ByteBuffer...) - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
write(Callback, ByteBuffer...) - Method in interface org.eclipse.jetty.io.EndPoint
Writes the given buffers via EndPoint.flush(ByteBuffer...) and invokes callback methods when either all the data has been flushed or an error occurs.
write(Callback, ByteBuffer...) - Method in class org.eclipse.jetty.io.WriteFlusher
Tries to switch state to WRITING.
write(Callback, ByteBuffer...) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
write(Callback, List<ByteBuffer>, boolean) - Method in class org.eclipse.jetty.quic.common.QuicStreamEndPoint
 
writeControlFrame(Frame, Callback) - Method in class org.eclipse.jetty.http3.client.HTTP3SessionClient
 
writeControlFrame(Frame, Callback) - Method in class org.eclipse.jetty.http3.HTTP3Session
 
writeControlFrame(Frame, Callback) - Method in class org.eclipse.jetty.http3.server.internal.HTTP3SessionServer
 
writeError(Request, Response, Callback, int) - Static method in interface org.eclipse.jetty.server.Response
Writes an error response with the given HTTP status code.
writeError(Request, Response, Callback, int, String) - Static method in interface org.eclipse.jetty.server.Response
Writes an error response with the given HTTP status code, and the given message in the response content.
writeError(Request, Response, Callback, int, String, Throwable) - Static method in interface org.eclipse.jetty.server.Response
Writes an error response with the given HTTP status code, and the given message in the response content.
writeError(Request, Response, Callback, Throwable) - Static method in interface org.eclipse.jetty.server.Response
Writes an error response with HTTP status code 500.
writeErrorHtml(Request, Writer, Charset, int, String, Throwable, boolean) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
writeErrorHtmlBody(Request, Writer, int, String, Throwable, boolean) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
writeErrorHtmlHead(Request, Writer, int, String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
writeErrorHtmlMessage(Request, Writer, int, String, Throwable, String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
writeErrorHtmlMeta(Request, Writer, Charset) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
writeErrorHtmlStacks(Request, Writer) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
writeErrorPlain(Request, PrintWriter, int, String, Throwable, boolean) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
WriteFlusher - Class in org.eclipse.jetty.io
A Utility class to help implement EndPoint.write(Callback, ByteBuffer...) by calling EndPoint.flush(ByteBuffer...) until all content is written.
WriteFlusher(EndPoint) - Constructor for class org.eclipse.jetty.io.WriteFlusher
 
WriteFlusher.Listener - Interface in org.eclipse.jetty.io
A listener of WriteFlusher events.
writeFrame(Frame) - Method in class org.eclipse.jetty.http3.HTTP3Stream
 
writeHttpContent(Request, Response, Callback, HttpContent) - Method in class org.eclipse.jetty.server.ResourceService
 
writeHttpError(Request, Response, Callback, int) - Method in class org.eclipse.jetty.server.ResourceService
 
writeHttpError(Request, Response, Callback, int, String, Throwable) - Method in class org.eclipse.jetty.server.ResourceService
 
writeHttpError(Request, Response, Callback, Throwable) - Method in class org.eclipse.jetty.server.ResourceService
 
writeIniSection(BufferedWriter, Props) - Method in class org.eclipse.jetty.start.Module
 
writeInterim(int, HttpFields) - Method in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelResponse
 
writeInterim(int, HttpFields) - Method in class org.eclipse.jetty.server.Response.Wrapper
 
writeInterim(int, HttpFields) - Method in interface org.eclipse.jetty.server.Response
Writes an HTTP interim response, with the given HTTP status code and HTTP headers.
writeMessageFrame(long, Frame, Callback) - Method in class org.eclipse.jetty.http3.client.HTTP3SessionClient
 
writeMessageFrame(long, Frame, Callback) - Method in class org.eclipse.jetty.http3.HTTP3Session
 
writeMessageFrame(long, Frame, Callback) - Method in class org.eclipse.jetty.http3.server.internal.HTTP3SessionServer
 
writePoweredBy(Appendable, String, String) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
writePROXYBytes(EndPoint, Callback) - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.ProxyProtocolConnection
 
WriterOutputStream - Class in org.eclipse.jetty.io
Wrap a Writer as an OutputStream.
WriterOutputStream(Writer) - Constructor for class org.eclipse.jetty.io.WriterOutputStream
 
WriterOutputStream(Writer, String) - Constructor for class org.eclipse.jetty.io.WriterOutputStream
 
writeTo(OutputStream) - Method in class org.eclipse.jetty.io.ByteBufferAccumulator
 
writeTo(OutputStream) - Method in class org.eclipse.jetty.io.ByteBufferOutputStream2
 
writeTo(OutputStream) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
writeTo(ByteBuffer) - Method in class org.eclipse.jetty.io.ByteBufferAccumulator
 
writeTo(ByteBuffer) - Method in class org.eclipse.jetty.io.ByteBufferCallbackAccumulator
 
writeTo(ByteBuffer) - Method in class org.eclipse.jetty.io.ByteBufferOutputStream2
 
writeTo(ByteBuffer, OutputStream) - Static method in class org.eclipse.jetty.util.BufferUtil
 
writeTo(Path) - Method in class org.eclipse.jetty.http.MultiPart.Part
Writes the content of this part to the given path.
writeUnchecked(int) - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
 
WS - Enum constant in enum class org.eclipse.jetty.http.HttpScheme
 
WS_AFTER_NAME - Enum constant in enum class org.eclipse.jetty.http.HttpParser.FieldState
 
WSS - Enum constant in enum class org.eclipse.jetty.http.HttpScheme
 
WWW_AUTHENTICATE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
WWWAuthenticationProtocolHandler - Class in org.eclipse.jetty.client
A protocol handler that handles the 401 response code in association with the WWW-Authenticate header.
WWWAuthenticationProtocolHandler(HttpClient) - Constructor for class org.eclipse.jetty.client.WWWAuthenticationProtocolHandler
 
WWWAuthenticationProtocolHandler(HttpClient, int) - Constructor for class org.eclipse.jetty.client.WWWAuthenticationProtocolHandler
 

X

X_FORWARDED_FOR - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
X_FORWARDED_HOST - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
X_FORWARDED_PORT - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
X_FORWARDED_PROTO - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
X_FORWARDED_SERVER - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
X_POWERED_BY - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
X509 - Class in org.eclipse.jetty.util.ssl
 
X509(String, X509Certificate) - Constructor for class org.eclipse.jetty.util.ssl.X509
 
X509_ATTRIBUTE - Static variable in class org.eclipse.jetty.server.SecureRequestCustomizer
The request attribute name to use to obtain the local certificate as an X509 object.
X509ExtendedKeyManagerWrapper(X509ExtendedKeyManager) - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedKeyManagerWrapper
 
X509ExtendedTrustManagerWrapper(X509ExtendedTrustManager) - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedTrustManagerWrapper
 
XFORWARDED_FOR - Enum constant in enum class org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
 
XFORWARDED_HOST - Enum constant in enum class org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
 
XFORWARDED_PORT - Enum constant in enum class org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
 
XFORWARDED_PROTO - Enum constant in enum class org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
 
XFORWARDED_SERVER - Enum constant in enum class org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
 
XmlAppendable - Class in org.eclipse.jetty.xml
 
XmlAppendable(OutputStream) - Constructor for class org.eclipse.jetty.xml.XmlAppendable
 
XmlConfiguration - Class in org.eclipse.jetty.xml
Configures objects from XML.
XmlConfiguration(Resource) - Constructor for class org.eclipse.jetty.xml.XmlConfiguration
Reads and parses the XML configuration file.
XmlConfiguration(Resource, Map<String, Object>, Map<String, String>) - Constructor for class org.eclipse.jetty.xml.XmlConfiguration
Reads and parses the XML configuration file.
XmlParser - Class in org.eclipse.jetty.xml
XML Parser wrapper.
XmlParser() - Constructor for class org.eclipse.jetty.xml.XmlParser
Construct XmlParser
XmlParser(boolean) - Constructor for class org.eclipse.jetty.xml.XmlParser
Construct XmlParser
XmlParser.Attribute - Class in org.eclipse.jetty.xml
XML Attribute.
XmlParser.Node - Class in org.eclipse.jetty.xml
XML Node.
XPROXIED_HTTPS - Enum constant in enum class org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
 

Z

ZERO_RTT - Static variable in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche.packet_type
 

_

__01Jan1970 - Static variable in class org.eclipse.jetty.http.DateGenerator
 
__ACCESSED - Static variable in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
Last access time of session
__ATTRIBUTES - Static variable in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
 
__CheckRemoteSessionEncoding - Static variable in interface org.eclipse.jetty.session.SessionManager
 
__CONTEXT - Static variable in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
Name of nested document field containing 1 sub document per context for which the session id is in use
__CREATED - Static variable in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
Time of session creation
__DefaultSessionCookie - Static variable in interface org.eclipse.jetty.session.SessionManager
 
__DefaultSessionDomain - Static variable in interface org.eclipse.jetty.session.SessionManager
 
__DefaultSessionIdPathParameterName - Static variable in interface org.eclipse.jetty.session.SessionManager
 
__EXPIRY - Static variable in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
Time this session will expire, based on last access time and maxIdle
__FORM_DISPATCH - Static variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
__FORM_ERROR_PAGE - Static variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
__FORM_LOGIN_PAGE - Static variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
__ID - Static variable in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
Session id
__ISO_8859_1 - Static variable in class org.eclipse.jetty.util.StringUtil
 
__J_METHOD - Static variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
__J_PASSWORD - Static variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
__J_POST - Static variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
__J_SECURITY_CHECK - Static variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
__J_URI - Static variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
__J_USERNAME - Static variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
__javaNameParser - Static variable in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
__LAST_ACCESSED - Static variable in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
 
__LASTNODE - Static variable in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
 
__LASTSAVED - Static variable in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
 
__MAX_IDLE - Static variable in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
The max idle time of a session (smallest value across all contexts which has a session with the same id)
__MaxAgeProperty - Static variable in interface org.eclipse.jetty.session.SessionManager
Session Max Age.
__METADATA - Static variable in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
Special attribute for a session that is context-specific
__nameRoot - Static variable in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
__NEW_SESSION_ID - Static variable in class org.eclipse.jetty.session.DefaultSessionIdManager
 
__nonBlocking - Static variable in interface org.eclipse.jetty.util.thread.Invocable
 
__OBFUSCATE - Static variable in class org.eclipse.jetty.util.security.Password
 
__root - Static variable in class org.eclipse.jetty.jndi.local.localContextRoot
 
__SessionCookieProperty - Static variable in interface org.eclipse.jetty.session.SessionManager
Session cookie name.
__SessionDomainProperty - Static variable in interface org.eclipse.jetty.session.SessionManager
Session Domain.
__SessionIdPathParameterNameProperty - Static variable in interface org.eclipse.jetty.session.SessionManager
Session id path parameter name.
__SessionPathProperty - Static variable in interface org.eclipse.jetty.session.SessionManager
Session Path.
__STRICT - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
__UTF16 - Static variable in class org.eclipse.jetty.util.StringUtil
 
__UTF8 - Static variable in class org.eclipse.jetty.util.StringUtil
 
__VALID - Static variable in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
Whether or not session is valid
__VERSION - Static variable in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
Special attribute per session per context, incremented each time attributes are modified
_accessed - Variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
_accessed - Variable in class org.eclipse.jetty.session.SessionData
 
_accessTimeColumn - Variable in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
_addresses - Variable in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMapFactory
 
_allowInsecureHttpDownloads - Variable in class org.eclipse.jetty.start.fileinits.UriFileInitializer
 
_assumedEncodings - Variable in class org.eclipse.jetty.http.MimeTypes
 
_attributes - Variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
_attributes - Variable in class org.eclipse.jetty.session.SessionData
 
_authenticationType - Variable in class org.eclipse.jetty.security.authentication.LoginAuthenticator.UserAuthenticationSucceeded
 
_authenticator - Variable in class org.eclipse.jetty.security.internal.DeferredAuthenticationState
 
_backoff - Variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
_base - Variable in class org.eclipse.jetty.server.AllowedResourceAliasChecker
 
_basehome - Variable in class org.eclipse.jetty.start.FileInitializer
 
_bindings - Variable in class org.eclipse.jetty.jndi.NamingContext
 
_blobType - Variable in class org.eclipse.jetty.session.DatabaseAdaptor
 
_buffer - Variable in class org.eclipse.jetty.http.HttpTester.Input
 
_builder - Variable in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
 
_cache - Variable in class org.eclipse.jetty.session.CachingSessionDataStore
The fronting cache
_callbackHandlerClass - Variable in class org.eclipse.jetty.security.jaas.JAASLoginService
 
_canonicalContextPath - Variable in class org.eclipse.jetty.session.SessionContext
 
_catalogName - Variable in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
_client - Variable in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
 
_con - Variable in class org.eclipse.jetty.security.JDBCLoginService
 
_config - Variable in class org.eclipse.jetty.security.JDBCLoginService
 
_configResource - Variable in class org.eclipse.jetty.security.PropertyUserStore
 
_configuration - Variable in class org.eclipse.jetty.security.jaas.JAASLoginService
 
_context - Variable in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
 
_context - Variable in class org.eclipse.jetty.session.AbstractSessionCache
Information about the context to which this SessionCache pertains
_context - Variable in class org.eclipse.jetty.session.AbstractSessionDataStore
 
_context - Variable in class org.eclipse.jetty.session.SessionContext
 
_contextPath - Variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
_contextPath - Variable in class org.eclipse.jetty.session.SessionData
 
_contextPathColumn - Variable in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
_contextString - Variable in class org.eclipse.jetty.session.FileSessionDataStore
 
_cookieList - Variable in class org.eclipse.jetty.http.CookieCache
 
_cookieSet - Variable in class org.eclipse.jetty.session.SessionData
 
_cookieSetTime - Variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
_cookieTimeColumn - Variable in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
_created - Variable in class org.eclipse.jetty.session.SessionData
 
_createTime - Variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
_createTimeColumn - Variable in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
_credential - Variable in class org.eclipse.jetty.security.jaas.callback.AbstractCallbackHandler
 
_credential - Variable in class org.eclipse.jetty.security.UserPrincipal
 
_datastore - Variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
_dbAdaptor - Variable in class org.eclipse.jetty.session.JDBCSessionDataStore
 
_dbAdaptor - Variable in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
_defaultUser - Variable in class org.eclipse.jetty.security.jaas.JAASLoginService
 
_deleteUnrestorableFiles - Variable in class org.eclipse.jetty.session.FileSessionDataStore
 
_dirty - Variable in class org.eclipse.jetty.session.SessionData
 
_dsProvided - Variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
_encoding - Variable in class org.eclipse.jetty.io.WriterOutputStream
 
_env - Variable in class org.eclipse.jetty.jndi.java.javaRootURLContext
 
_env - Variable in class org.eclipse.jetty.jndi.NamingContext
 
_eof - Variable in class org.eclipse.jetty.http.HttpTester.Input
 
_evictionPolicy - Variable in class org.eclipse.jetty.session.AbstractSessionCache
When, if ever, to evict sessions: never; only when the last request for them finishes; after inactivity time (expressed as secs)
_expiry - Variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
_expiry - Variable in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMapFactory
 
_expiry - Variable in class org.eclipse.jetty.session.SessionData
 
_expirySec - Variable in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
 
_expiryTimeColumn - Variable in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
_extendedId - Variable in class org.eclipse.jetty.session.ManagedSession
 
_firstLoad - Variable in class org.eclipse.jetty.security.PropertyUserStore
 
_flushOnResponseCommit - Variable in class org.eclipse.jetty.session.AbstractSessionCache
If true, when a response is about to be committed back to the client, a dirty session will be flushed to the session store.
_fullValidate - Variable in class org.eclipse.jetty.security.AbstractLoginService
 
_gracePeriodSec - Variable in class org.eclipse.jetty.session.AbstractSessionDataStore
 
_heartbeats - Variable in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
 
_heartbeats - Variable in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMapFactory
 
_houseKeeper - Variable in class org.eclipse.jetty.session.DefaultSessionIdManager
 
_id - Variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
_id - Variable in class org.eclipse.jetty.session.SessionData
 
_idColumn - Variable in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
_identityService - Variable in class org.eclipse.jetty.security.AbstractLoginService
 
_identityService - Variable in class org.eclipse.jetty.security.authentication.LoginAuthenticator
 
_identityService - Variable in class org.eclipse.jetty.security.jaas.JAASLoginService
 
_indexesPresent - Variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
_inferredEncodings - Variable in class org.eclipse.jetty.http.MimeTypes
 
_initialized - Variable in class org.eclipse.jetty.session.JDBCSessionDataStore
 
_invalidateOnShutdown - Variable in class org.eclipse.jetty.session.AbstractSessionCache
If true, when the server shuts down, all sessions in the cache will be invalidated before being removed.
_jdbcDriver - Variable in class org.eclipse.jetty.security.JDBCLoginService
 
_keepQuotes - Variable in class org.eclipse.jetty.http.QuotedCSVParser
 
_keyFactory - Variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
_kind - Variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
_lastAccessed - Variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
_lastAccessed - Variable in class org.eclipse.jetty.session.SessionData
 
_lastAccessTimeColumn - Variable in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
_lastExpiryCheckTime - Variable in class org.eclipse.jetty.session.AbstractSessionDataStore
 
_lastNode - Variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
_lastNode - Variable in class org.eclipse.jetty.session.SessionData
 
_lastNodeColumn - Variable in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
_lastOrphanSweepTime - Variable in class org.eclipse.jetty.session.AbstractSessionDataStore
 
_lastSaved - Variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
_lastSaved - Variable in class org.eclipse.jetty.session.SessionData
 
_lastSavedTimeColumn - Variable in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
_lastSweepTime - Variable in class org.eclipse.jetty.session.FileSessionDataStore
 
_listeners - Variable in class org.eclipse.jetty.security.PropertyUserStore
 
_location - Variable in class org.eclipse.jetty.rewrite.handler.RedirectRegexRule
 
_lock - Variable in class org.eclipse.jetty.session.ManagedSession
 
_loginModuleName - Variable in class org.eclipse.jetty.security.jaas.JAASLoginService
 
_loginService - Variable in class org.eclipse.jetty.security.authentication.LoginAuthenticator
 
_longType - Variable in class org.eclipse.jetty.session.DatabaseAdaptor
 
_managed - Variable in class org.eclipse.jetty.jmx.ObjectMBean
 
_manager - Variable in class org.eclipse.jetty.session.AbstractSessionCache
The SessionManager related to this SessionCache
_manager - Variable in class org.eclipse.jetty.session.ManagedSession
 
_mapColumn - Variable in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
_mapFactory - Variable in class org.eclipse.jetty.session.CachingSessionDataStoreFactory
 
_maxInactive - Variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
_maxInactiveMs - Variable in class org.eclipse.jetty.session.SessionData
 
_maxIntervalColumn - Variable in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
_maxResults - Variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
_maxRetries - Variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
_metaDataDirty - Variable in class org.eclipse.jetty.session.SessionData
 
_mimeMap - Variable in class org.eclipse.jetty.http.MimeTypes
 
_model - Variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
_modelProvided - Variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
 
_name - Variable in class org.eclipse.jetty.jndi.NamingContext
 
_name - Variable in class org.eclipse.jetty.security.AbstractLoginService
 
_needSetCookie - Variable in class org.eclipse.jetty.session.ManagedSession
 
_newSession - Variable in class org.eclipse.jetty.session.ManagedSession
 
_object - Variable in class org.eclipse.jetty.security.jaas.callback.ObjectCallback
 
_ownHouseKeeper - Variable in class org.eclipse.jetty.session.DefaultSessionIdManager
 
_ownScheduler - Variable in class org.eclipse.jetty.session.HouseKeeper
 
_parent - Variable in class org.eclipse.jetty.jndi.NamingContext
 
_parser - Variable in class org.eclipse.jetty.http.HttpTester.Input
 
_parser - Variable in class org.eclipse.jetty.jndi.NamingContext
 
_password - Variable in class org.eclipse.jetty.security.JDBCLoginService
 
_pattern - Variable in class org.eclipse.jetty.util.InetAddressPattern
 
_random - Variable in class org.eclipse.jetty.session.DefaultSessionIdManager
 
_rawFields - Variable in class org.eclipse.jetty.http.CookieCache
 
_realmName - Variable in class org.eclipse.jetty.security.jaas.JAASLoginService
 
_reloadInterval - Variable in class org.eclipse.jetty.security.PropertyUserStore
 
_removeUnloadableSessions - Variable in class org.eclipse.jetty.session.AbstractSessionCache
If true, a Session whose data cannot be read will be deleted from the SessionDataStore.
_request - Variable in class org.eclipse.jetty.security.jaas.callback.RequestCallback
 
_requests - Variable in class org.eclipse.jetty.session.ManagedSession
 
_reseed - Variable in class org.eclipse.jetty.session.DefaultSessionIdManager
 
_resident - Variable in class org.eclipse.jetty.session.ManagedSession
 
_roleClassNames - Variable in class org.eclipse.jetty.security.jaas.JAASLoginService
 
_rolePrincipals - Variable in class org.eclipse.jetty.security.UserStore.User
 
_roleSql - Variable in class org.eclipse.jetty.security.JDBCLoginService
 
_roleTableRoleField - Variable in class org.eclipse.jetty.security.JDBCLoginService
 
_runner - Variable in class org.eclipse.jetty.session.HouseKeeper
 
_saveOnCreate - Variable in class org.eclipse.jetty.session.AbstractSessionCache
If true, as soon as a new session is created, it will be persisted to the SessionDataStore
_saveOnInactiveEviction - Variable in class org.eclipse.jetty.session.AbstractSessionCache
If true, a session that will be evicted from the cache because it has been inactive too long will be saved before being evicted.
_savePeriodSec - Variable in class org.eclipse.jetty.session.AbstractSessionDataStore
 
_scanner - Variable in class org.eclipse.jetty.security.PropertyUserStore
 
_scheduler - Variable in class org.eclipse.jetty.session.HouseKeeper
 
_schemaName - Variable in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
_schemaProvided - Variable in class org.eclipse.jetty.session.JDBCSessionDataStore
 
_scheme - Variable in class org.eclipse.jetty.start.FileInitializer
 
_server - Variable in class org.eclipse.jetty.server.LowResourceMonitor
 
_server - Variable in class org.eclipse.jetty.session.DefaultSessionIdManager
 
_sessionData - Variable in class org.eclipse.jetty.session.ManagedSession
 
_sessionDataStore - Variable in class org.eclipse.jetty.session.AbstractSessionCache
The authoritative source of session data
_sessionFileMap - Variable in class org.eclipse.jetty.session.FileSessionDataStore
 
_sessionIdManager - Variable in class org.eclipse.jetty.session.HouseKeeper
 
_sessionInactivityTimer - Variable in class org.eclipse.jetty.session.ManagedSession
 
_sessionManager - Variable in class org.eclipse.jetty.session.SessionContext
 
_sessionStoreFactory - Variable in class org.eclipse.jetty.session.CachingSessionDataStoreFactory
The SessionDataStore that will store session data.
_sessionTableSchema - Variable in class org.eclipse.jetty.session.JDBCSessionDataStore
 
_state - Variable in class org.eclipse.jetty.session.ManagedSession
 
_state - Variable in class org.eclipse.jetty.util.Utf8StringBuilder
 
_stateChangeCompleted - Variable in class org.eclipse.jetty.session.ManagedSession
 
_status - Variable in class org.eclipse.jetty.server.internal.HttpChannelState.ChannelResponse
 
_store - Variable in class org.eclipse.jetty.session.CachingSessionDataStore
The actual store for the session data
_storeDir - Variable in class org.eclipse.jetty.session.FileSessionDataStore
 
_stringType - Variable in class org.eclipse.jetty.session.DatabaseAdaptor
 
_tableName - Variable in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
_task - Variable in class org.eclipse.jetty.session.HouseKeeper
 
_url - Variable in class org.eclipse.jetty.security.JDBCLoginService
 
_userIdentity - Variable in class org.eclipse.jetty.security.authentication.LoginAuthenticator.UserAuthenticationSucceeded
 
_userName - Variable in class org.eclipse.jetty.security.jaas.callback.AbstractCallbackHandler
 
_userName - Variable in class org.eclipse.jetty.security.JDBCLoginService
 
_userPrincipal - Variable in class org.eclipse.jetty.security.UserStore.User
 
_users - Variable in class org.eclipse.jetty.security.UserStore
 
_userSql - Variable in class org.eclipse.jetty.security.JDBCLoginService
 
_userTableKey - Variable in class org.eclipse.jetty.security.JDBCLoginService
 
_userTablePasswordField - Variable in class org.eclipse.jetty.security.JDBCLoginService
 
_values - Variable in class org.eclipse.jetty.http.QuotedCSV
 
_vhost - Variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
_vhost - Variable in class org.eclipse.jetty.session.SessionContext
 
_vhost - Variable in class org.eclipse.jetty.session.SessionData
 
_virtualHostColumn - Variable in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
 
_weakRandom - Variable in class org.eclipse.jetty.session.DefaultSessionIdManager
 
_weights - Variable in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMapFactory
 
_workerAttr - Variable in class org.eclipse.jetty.session.DefaultSessionIdManager
 
_workerName - Variable in class org.eclipse.jetty.session.DefaultSessionIdManager
 
_workerName - Variable in class org.eclipse.jetty.session.SessionContext
 
_writer - Variable in class org.eclipse.jetty.io.WriterOutputStream
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form